Searched defs:startThread (Results 1 – 5 of 5) sorted by relevance
214 private fun startThread(block: () -> Unit) = Thread { block() }.apply { start() } regex
102 void Sensor::startThread(Sensor* sensor) { in startThread() function in android::hardware::sensors::V2_X::implementation::Sensor
113 void Sensor::startThread(Sensor* sensor) { in startThread() function in android::hardware::sensors::V2_1::subhal::implementation::Sensor
105 void ECOSession::startThread(ECOSession* session) { in startThread() function in android::media::eco::ECOSession
435 private void startThread() { in startThread() method in BluetoothKeystoreService