MCPcopy Create free account
hub / github.com/Tencent/tgfx / HandlerThread

Method HandlerThread

src/platform/android/HandlerThread.cpp:56–59  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

54}
55
56HandlerThread::HandlerThread(JNIEnv* env, jobject handlerThread) {
57 thread = handlerThread;
58 looper = env->CallObjectMethod(handlerThread, HandlerThread_getLooper);
59}
60
61HandlerThread::~HandlerThread() {
62 JNIEnvironment environment;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected