HomeSort by relevance Sort by last modified time
    Searched defs:callbackLoop (Results 1 - 4 of 4) sorted by null

  /frameworks/av/services/oboeservice/
AAudioServiceEndpointCapture.cpp 59 void *AAudioServiceEndpointCapture::callbackLoop() {
60 ALOGD("AAudioServiceEndpointCapture(): callbackLoop() entering");
76 ALOGW("AAudioServiceEndpointCapture(): callbackLoop() read %d / %d",
128 ALOGD("AAudioServiceEndpointCapture(): callbackLoop() exiting, %d underflows", underflowCount);
AAudioServiceEndpointPlay.cpp 69 void *AAudioServiceEndpointPlay::callbackLoop() {
135 ALOGW("AAudioServiceEndpoint(): callbackLoop() wrote %d / %d",
  /frameworks/av/media/libaaudio/src/client/
AudioStreamInternalCapture.cpp 230 void *AudioStreamInternalCapture::callbackLoop() {
245 ALOGE("AudioStreamInternalCapture(): callbackLoop: read() returned %d", result);
273 ALOGD("AudioStreamInternalCapture(): callbackLoop() exiting, result = %d, isActive() = %d",
AudioStreamInternalPlay.cpp 322 void *AudioStreamInternalPlay::callbackLoop() {
342 ALOGE("AudioStreamInternalPlay(): callbackLoop: write() returned %d", result);
362 ALOGD("AudioStreamInternalPlay(): callbackLoop() exiting, result = %d, isActive() = %d",

Completed in 84 milliseconds