HomeSort by relevance Sort by last modified time
    Searched refs:getNextWriteTimestamp (Results 1 - 15 of 15) sorted by null

  /frameworks/av/include/media/nbaio/
AudioStreamOutSink.h 51 // getNextWriteTimestamp method is simply a passthru to the HAL's underlying
53 virtual status_t getNextWriteTimestamp(int64_t *timestamp);
MonoPipe.h 63 // MonoPipe's implementation of getNextWriteTimestamp works in conjunction
72 // the speakers can call getNextWriteTimestamp which will return the value
75 virtual status_t getNextWriteTimestamp(int64_t *timestamp);
NBAIO.h 226 virtual status_t getNextWriteTimestamp(int64_t *ts) { return INVALID_OPERATION; }
  /frameworks/av/media/libnbaio/
AudioStreamOutSink.cpp 69 status_t AudioStreamOutSink::getNextWriteTimestamp(int64_t *timestamp) {
MonoPipe.cpp 45 " MonoPipe (res = %d). getNextWriteTimestamp calls will be"
93 "). getNextWriteTimestamp calls will be non-functional", N, D);
226 status_t MonoPipe::getNextWriteTimestamp(int64_t *timestamp)
312 // MonoPipe's getNextWriteTimestamp is now broken for good.
314 " duration in local time. getNextWriteTimestamp will fail from"
  /hardware/libhardware_legacy/audio/
AudioHardwareInterface.cpp 74 status_t AudioStreamOut::getNextWriteTimestamp(int64_t *timestamp)
audio_hw_hal.cpp 256 return out->legacy_out->getNextWriteTimestamp(timestamp);
  /device/asus/fugu/libaudio/
AudioOutput.h 76 status_t getNextWriteTimestamp(int64_t* timestamp,
AudioStreamOut.h 42 status_t getNextWriteTimestamp(int64_t *timestamp);
AudioStreamOut.cpp 592 // getNextWriteTimestamp (we know that it is safe for write and gnwt to read
609 // is not calling getNextWriteTimestamp. After an output is primed, its in
671 status_t AudioStreamOut::getNextWriteTimestamp(int64_t *timestamp)
704 if (OK == (*I)->getNextWriteTimestamp(&tmp, &discon)) {
714 // getNextWriteTimestamp as the transition from PRIMED to DMA_START happens
725 // just can't answer the getNextWriteTimestamp question and we
AudioOutput.cpp 251 status_t AudioOutput::getNextWriteTimestamp(int64_t* timestamp,
  /hardware/libhardware_legacy/include/hardware_legacy/
AudioHardwareInterface.h 118 virtual status_t getNextWriteTimestamp(int64_t *timestamp);
  /frameworks/av/services/audioflinger/
FastMixer.cpp 406 if (mOutputSink == NULL || (OK != mOutputSink->getNextWriteTimestamp(&pts))) {
Threads.cpp     [all...]
  /hardware/qcom/audio/legacy/alsa_sound/
audio_hw_hal.cpp 288 return out->qcom_out->getNextWriteTimestamp(timestamp);

Completed in 5758 milliseconds