Searched refs:callbackLoop (Results 1 - 12 of 12) sorted by relevance

/frameworks/av/services/oboeservice/
H A DAAudioServiceEndpointCapture.h36 void *callbackLoop() override;
H A DAAudioServiceEndpointPlay.h46 void *callbackLoop() override;
H A DAAudioServiceEndpoint.h57 virtual void *callbackLoop() = 0;
H A DAAudioServiceEndpointCapture.cpp57 void *AAudioServiceEndpointCapture::callbackLoop() { function in class:AAudioServiceEndpointCapture
58 ALOGD("AAudioServiceEndpointCapture(): callbackLoop() entering");
73 ALOGW("AAudioServiceEndpointCapture(): callbackLoop() read %d / %d",
96 ALOGD("AAudioServiceEndpointCapture(): callbackLoop() exiting, %d underflows", underflowCount);
H A DAAudioServiceEndpointPlay.cpp68 void *AAudioServiceEndpointPlay::callbackLoop() { function in class:AAudioServiceEndpointPlay
69 ALOGD("AAudioServiceEndpointPlay(): callbackLoop() entering");
99 ALOGW("AAudioServiceEndpoint(): callbackLoop() wrote %d / %d",
107 ALOGD("AAudioServiceEndpointPlay(): callbackLoop() exiting, %d underflows", underflowCount);
H A DAAudioServiceEndpoint.cpp100 // Don't call this under a lock because the callbackLoop also uses the lock.
109 return endpoint->callbackLoop();
/frameworks/av/media/libaaudio/src/client/
H A DAudioStreamInternalCapture.h42 void *callbackLoop() override;
H A DAudioStreamInternalPlay.h43 void *callbackLoop() override;
H A DAudioStreamInternal.h82 virtual void *callbackLoop() = 0;
H A DAudioStreamInternalCapture.cpp188 void *AudioStreamInternalCapture::callbackLoop() { function in class:AudioStreamInternalCapture
203 ALOGE("AudioStreamInternalCapture(): callbackLoop: read() returned %d", result);
231 ALOGD("AudioStreamInternalCapture(): callbackLoop() exiting, result = %d, isActive() = %d",
H A DAudioStreamInternalPlay.cpp237 void *AudioStreamInternalPlay::callbackLoop() { function in class:AudioStreamInternalPlay
259 ALOGE("AudioStreamInternalPlay(): callbackLoop: write() returned %d", result);
279 ALOGD("AudioStreamInternalPlay(): callbackLoop() exiting, result = %d, isActive() = %d",
H A DAudioStreamInternal.cpp217 return stream->callbackLoop();

Completed in 243 milliseconds