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 57 void *AAudioServiceEndpointCapture::callbackLoop() {
58 ALOGD("AAudioServiceEndpointCapture(): callbackLoop() entering");
73 ALOGW("AAudioServiceEndpointCapture(): callbackLoop() read %d / %d",
96 ALOGD("AAudioServiceEndpointCapture(): callbackLoop() exiting, %d underflows", underflowCount);
AAudioServiceEndpointPlay.cpp 68 void *AAudioServiceEndpointPlay::callbackLoop() {
69 ALOGD("AAudioServiceEndpointPlay(): callbackLoop() entering");
99 ALOGW("AAudioServiceEndpoint(): callbackLoop() wrote %d / %d",
107 ALOGD("AAudioServiceEndpointPlay(): callbackLoop() exiting, %d underflows", underflowCount);
  /frameworks/av/media/libaaudio/src/client/
AudioStreamInternalCapture.cpp 188 void *AudioStreamInternalCapture::callbackLoop() {
203 ALOGE("AudioStreamInternalCapture(): callbackLoop: read() returned %d", result);
231 ALOGD("AudioStreamInternalCapture(): callbackLoop() exiting, result = %d, isActive() = %d",
AudioStreamInternalPlay.cpp 237 void *AudioStreamInternalPlay::callbackLoop() {
259 ALOGE("AudioStreamInternalPlay(): callbackLoop: write() returned %d", result);
279 ALOGD("AudioStreamInternalPlay(): callbackLoop() exiting, result = %d, isActive() = %d",

Completed in 72 milliseconds