HomeSort by relevance Sort by last modified time
    Searched refs:getNextWriteTimestamp (Results 1 - 11 of 11) 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 215 virtual status_t getNextWriteTimestamp(int64_t *ts) { return INVALID_OPERATION; }
  /frameworks/av/media/libnbaio/
AudioStreamOutSink.cpp 70 status_t AudioStreamOutSink::getNextWriteTimestamp(int64_t *timestamp) {
MonoPipe.cpp 64 " MonoPipe (res = %d). getNextWriteTimestamp calls will be"
75 "). getNextWriteTimestamp calls will be non-functional", N, D);
208 status_t MonoPipe::getNextWriteTimestamp(int64_t *timestamp)
294 // MonoPipe's getNextWriteTimestamp is now broken for good.
296 " 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);
  /hardware/libhardware_legacy/include/hardware_legacy/
AudioHardwareInterface.h 117 virtual status_t getNextWriteTimestamp(int64_t *timestamp);
  /frameworks/av/services/audioflinger/
FastMixer.cpp 462 if (outputSink == NULL || (OK != outputSink->getNextWriteTimestamp(&pts)))
    [all...]
Threads.cpp     [all...]
  /hardware/qcom/audio/legacy/alsa_sound/
audio_hw_hal.cpp 288 return out->qcom_out->getNextWriteTimestamp(timestamp);

Completed in 2222 milliseconds