Lines Matching refs:RequestManager
123 bool RequestManager::requestTimer(bool enable, TimerType type, in requestTimer()
148 void RequestManager::wifiTimerCallback() const { in wifiTimerCallback()
159 bool RequestManager::requestGnssLocation( in requestGnssLocation()
175 bool RequestManager::requestGnssMeasurement(bool enable, in requestGnssMeasurement()
189 void RequestManager::cellTimerCallback() const { in cellTimerCallback()
194 bool RequestManager::requestAudio(bool enable, in requestAudio()
214 bool RequestManager::requestSensor(bool enable, uint8_t sensorType, in requestSensor()
237 bool RequestManager::requestAllSensors(bool enable) const { in requestAllSensors()
252 bool RequestManager::requestAudioAtFastestRate(bool enable) const { in requestAudioAtFastestRate()
268 bool RequestManager::requestBreakIt(bool enable) { in requestBreakIt()
279 void RequestManager::handleTimerEvent(const void *cookie) const { in handleTimerEvent()
298 bool RequestManager::handleMessageFromHost( in handleMessageFromHost()