Searched refs:getOutputName (Results 1 – 5 of 5) sorted by relevance
/device/asus/fugu/libaudio/ |
D | AudioOutput.cpp | 86 ALOGE("Unable to open PCM device for %s output.", getOutputName()); in initCheck() 90 ALOGE("PCM device %s is not ready.", getOutputName()); in initCheck() 133 ALOGI("primeOutput %s", getOutputName()); in primeOutput() 154 ALOGI("adjustDelay %s %d", getOutputName(), nFrames); in adjustDelay() 159 getOutputName(), nFrames); in adjustDelay() 266 ALOGE("Underflow detected for output \"%s\"", getOutputName()); in getNextWriteTimestamp() 279 getOutputName(), dma_start_time, mLastDMAStartTime); in getNextWriteTimestamp() 293 getOutputName(), frames_queued_to_driver, dma_start_time); in getNextWriteTimestamp()
|
D | HDMIAudioOutput.h | 34 virtual const char* getOutputName() { return "HDMI"; } in getOutputName() function
|
D | HDMIAudioOutput.cpp | 128 getOutputName(), in dump()
|
D | AudioOutput.h | 101 virtual const char* getOutputName() = 0;
|
D | AudioHardwareOutput.cpp | 451 tgtStream.getName(), (*newOutput)->getOutputName()); in obtainOutput() 472 tgtStream.getName(), releaseMe->getOutputName()); in releaseOutput()
|