Searched defs:sendServiceEvent (Results 1 - 1 of 1) sorted by relevance

/frameworks/av/services/oboeservice/
H A DAAudioServiceStreamBase.cpp195 sendServiceEvent(AAUDIO_SERVICE_EVENT_STARTED);
235 sendServiceEvent(AAUDIO_SERVICE_EVENT_PAUSED);
270 sendServiceEvent(AAUDIO_SERVICE_EVENT_STOPPED);
291 sendServiceEvent(AAUDIO_SERVICE_EVENT_FLUSHED);
321 sendServiceEvent(AAUDIO_SERVICE_EVENT_DISCONNECTED);
326 aaudio_result_t AAudioServiceStreamBase::sendServiceEvent(aaudio_service_event_t event, function in class:AAudioServiceStreamBase
335 aaudio_result_t AAudioServiceStreamBase::sendServiceEvent(aaudio_service_event_t event, function in class:AAudioServiceStreamBase
360 return sendServiceEvent(AAUDIO_SERVICE_EVENT_XRUN, (int64_t) xRunCount);
414 sendServiceEvent(AAUDIO_SERVICE_EVENT_VOLUME, volume);

Completed in 63 milliseconds