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

  /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)
  /frameworks/av/include/media/nbaio/
NBAIO.h 226 virtual status_t getNextWriteTimestamp(int64_t *ts) { return INVALID_OPERATION; }
  /device/asus/fugu/libaudio/
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

Completed in 258 milliseconds