Home
last modified time | relevance | path

Searched refs:startThread (Results 1 – 8 of 8) sorted by relevance

/aosp12/frameworks/base/services/tests/PackageManagerServiceTests/unit/src/com/android/server/pm/test/install/
H A DRequestThrottleTest.kt55 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
/aosp12/packages/apps/Bluetooth/src/com/android/bluetooth/btservice/bluetoothKeystore/
H A DBluetoothKeystoreService.java125 startThread(); in BluetoothKeystoreService()
304 startThread(); in initJni()
413 startThread(); in cleanupMemory()
435 private void startThread() { in startThread() method in BluetoothKeystoreService
469 startThread(); in saveEncryptedKey()
/aosp12/hardware/google/av/media/eco/include/eco/
H A DECOSession.h101 static void startThread(ECOSession* session);
/aosp12/hardware/interfaces/sensors/common/default/2.X/
H A DSensor.cpp45 mRunThread = std::thread(startThread, this); in Sensor()
102 void Sensor::startThread(Sensor* sensor) { in startThread() function in android::hardware::sensors::V2_X::implementation::Sensor
H A DSensor.h70 static void startThread(Sensor* sensor);
/aosp12/hardware/interfaces/sensors/common/default/2.X/multihal/tests/fake_subhal/
H A DSensor.cpp55 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
H A DSensor.h63 static void startThread(Sensor* sensor);
/aosp12/hardware/google/av/media/eco/
H A DECOSession.cpp78 mThread = std::thread(startThread, this); in ECOSession()
105 void ECOSession::startThread(ECOSession* session) { in startThread() function in android::media::eco::ECOSession