Loading core/jni/AndroidRuntime.cpp +1 −2 Original line number Diff line number Diff line Loading @@ -1184,8 +1184,7 @@ static int javaDetachThread(void) void** args = (void**) malloc(3 * sizeof(void*)); // javaThreadShell must free int result; if (!threadName) threadName = "unnamed thread"; LOG_ALWAYS_FATAL_IF(threadName == nullptr, "threadName not provided to javaCreateThreadEtc"); args[0] = (void*) entryFunction; args[1] = userData; Loading services/core/jni/com_android_server_tv_TvInputHal.cpp +1 −1 Original line number Diff line number Diff line Loading @@ -400,7 +400,7 @@ int JTvInputHal::addOrUpdateStream(int deviceId, int streamId, const sp<Surface> connection.mThread->shutdown(); } connection.mThread = new BufferProducerThread(mDevice, deviceId, &stream); connection.mThread->run(); connection.mThread->run("BufferProducerThread"); } } connection.mSurface = surface; Loading Loading
core/jni/AndroidRuntime.cpp +1 −2 Original line number Diff line number Diff line Loading @@ -1184,8 +1184,7 @@ static int javaDetachThread(void) void** args = (void**) malloc(3 * sizeof(void*)); // javaThreadShell must free int result; if (!threadName) threadName = "unnamed thread"; LOG_ALWAYS_FATAL_IF(threadName == nullptr, "threadName not provided to javaCreateThreadEtc"); args[0] = (void*) entryFunction; args[1] = userData; Loading
services/core/jni/com_android_server_tv_TvInputHal.cpp +1 −1 Original line number Diff line number Diff line Loading @@ -400,7 +400,7 @@ int JTvInputHal::addOrUpdateStream(int deviceId, int streamId, const sp<Surface> connection.mThread->shutdown(); } connection.mThread = new BufferProducerThread(mDevice, deviceId, &stream); connection.mThread->run(); connection.mThread->run("BufferProducerThread"); } } connection.mSurface = surface; Loading