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

  /hardware/libhardware_legacy/audio/
AudioHardwareInterface.cpp 74 status_t AudioStreamOut::getNextWriteTimestamp(int64_t *timestamp)
  /device/asus/fugu/libaudio/
AudioOutput.cpp 251 status_t AudioOutput::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

Completed in 438 milliseconds