Searched refs:startThread (Results 1 – 8 of 8) sorted by relevance
55 val thread = startThread { request.schedule() }82 val thread = startThread { request.schedule() }114 val handlerThread = startThread { handler.timeAdvance() }119 (0..5).map { startThread { request.schedule() } }201 val thread = startThread { handler.timeAdvance() }214 private fun startThread(block: () -> Unit) = Thread { block() }.apply { start() } regex
125 startThread(); in BluetoothKeystoreService()304 startThread(); in initJni()413 startThread(); in cleanupMemory()435 private void startThread() { in startThread() method in BluetoothKeystoreService469 startThread(); in saveEncryptedKey()
101 static void startThread(ECOSession* session);
45 mRunThread = std::thread(startThread, this); in Sensor()102 void Sensor::startThread(Sensor* sensor) { in startThread() function in android::hardware::sensors::V2_X::implementation::Sensor
70 static void startThread(Sensor* sensor);
55 mRunThread = std::thread(startThread, this); in Sensor()113 void Sensor::startThread(Sensor* sensor) { in startThread() function in android::hardware::sensors::V2_1::subhal::implementation::Sensor
63 static void startThread(Sensor* sensor);
78 mThread = std::thread(startThread, this); in ECOSession()105 void ECOSession::startThread(ECOSession* session) { in startThread() function in android::media::eco::ECOSession