Home
last modified time | relevance | path

Searched refs:enableSchedFifoMode (Results 1 – 2 of 2) sorted by relevance

/device/google/contexthub/sensorhal/
Dhubconnection.h275 static void enableSchedFifoMode(sp<HubConnection> hub);
Dhubconnection.cpp276 mEnableSchedFifoThread = std::thread(enableSchedFifoMode, this); in onFirstRef()
279 enableSchedFifoMode(this); in onFirstRef()
284 void HubConnection::enableSchedFifoMode(sp<HubConnection> hub) { in enableSchedFifoMode() function in android::HubConnection