HomeSort by relevance Sort by last modified time
    Searched refs:getNextWriteTimestamp (Results 1 - 16 of 16) 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 43 status_t getNextWriteTimestamp(int64_t *timestamp);
AudioStreamOut.cpp 588 // Note: no lock is obtained here. Calls to write and getNextWriteTimestamp
597 // getNextWriteTimestamp (we know that it is safe for write and gnwt to read
614 // is not calling getNextWriteTimestamp. After an output is primed, its in
663 status_t AudioStreamOut::getNextWriteTimestamp(int64_t *timestamp)
696 if (OK == (*I)->getNextWriteTimestamp(&tmp, &discon)) {
706 // getNextWriteTimestamp as the transition from PRIMED to DMA_START happens
717 // just can't answer the getNextWriteTimestamp question and we
AudioOutput.cpp 256 status_t AudioOutput::getNextWriteTimestamp(int64_t* timestamp,
audio_hal_thunks.cpp 216 return tstream->impl->getNextWriteTimestamp(timestamp);
  /hardware/libhardware_legacy/include/hardware_legacy/
AudioHardwareInterface.h 118 virtual status_t getNextWriteTimestamp(int64_t *timestamp);
  /frameworks/av/services/audioflinger/
FastMixer.cpp 399 if (outputSink == NULL || (OK != outputSink->getNextWriteTimestamp(&pts))) {
Threads.cpp     [all...]
  /hardware/qcom/audio/legacy/alsa_sound/
audio_hw_hal.cpp 288 return out->qcom_out->getNextWriteTimestamp(timestamp);

Completed in 1416 milliseconds