/aosp12/hardware/libhardware_legacy/audio/ |
H A D | AudioHardwareInterface.cpp | 74 status_t AudioStreamOut::getNextWriteTimestamp(int64_t *timestamp) in getNextWriteTimestamp() function in android_audio_legacy::AudioStreamOut
|
H A D | audio_hw_hal.cpp | 258 return out->legacy_out->getNextWriteTimestamp(timestamp); in out_get_next_write_timestamp()
|
/aosp12/hardware/libhardware_legacy/include/hardware_legacy/ |
H A D | AudioHardwareInterface.h | 117 virtual status_t getNextWriteTimestamp(int64_t *timestamp);
|
/aosp12/frameworks/av/media/libaudiohal/include/media/audiohal/ |
H A D | StreamHalInterface.h | 139 virtual status_t getNextWriteTimestamp(int64_t *timestamp) = 0;
|
/aosp12/frameworks/av/media/libaudiohal/impl/ |
H A D | StreamHalLocal.h | 110 virtual status_t getNextWriteTimestamp(int64_t *timestamp);
|
H A D | StreamHalHidl.h | 137 virtual status_t getNextWriteTimestamp(int64_t *timestamp);
|
H A D | StreamHalHidl.cpp | 554 status_t StreamOutHalHidl::getNextWriteTimestamp(int64_t *timestamp) { in getNextWriteTimestamp() function in android::CPP_VERSION::StreamOutHalHidl 557 Return<void> ret = mStream->getNextWriteTimestamp( in getNextWriteTimestamp()
|
H A D | StreamHalLocal.cpp | 151 status_t StreamOutHalLocal::getNextWriteTimestamp(int64_t *timestamp) { in getNextWriteTimestamp() function in android::CPP_VERSION::StreamOutHalLocal
|
/aosp12/hardware/interfaces/audio/core/all-versions/default/include/core/default/ |
H A D | StreamOut.h | 112 Return<void> getNextWriteTimestamp(getNextWriteTimestamp_cb _hidl_cb) override;
|
/aosp12/hardware/interfaces/audio/2.0/ |
H A D | IStreamOut.hal | 132 getNextWriteTimestamp() generates (Result retval, int64_t timestampUs);
|
/aosp12/hardware/interfaces/audio/4.0/ |
H A D | IStreamOut.hal | 140 getNextWriteTimestamp() generates (Result retval, int64_t timestampUs);
|
/aosp12/hardware/interfaces/audio/5.0/ |
H A D | IStreamOut.hal | 140 getNextWriteTimestamp() generates (Result retval, int64_t timestampUs);
|
/aosp12/hardware/qcom/audio/legacy/alsa_sound/ |
H A D | audio_hw_hal.cpp | 288 return out->qcom_out->getNextWriteTimestamp(timestamp); in out_get_next_write_timestamp()
|
/aosp12/hardware/interfaces/audio/core/all-versions/default/ |
H A D | StreamOut.cpp | 441 Return<void> StreamOut::getNextWriteTimestamp(getNextWriteTimestamp_cb _hidl_cb) { in getNextWriteTimestamp() function in android::hardware::audio::CPP_VERSION::implementation::StreamOut
|
/aosp12/hardware/interfaces/audio/6.0/ |
H A D | IStreamOut.hal | 141 getNextWriteTimestamp() generates (Result retval, int64_t timestampUs);
|
/aosp12/hardware/interfaces/audio/7.0/ |
H A D | IStreamOut.hal | 153 getNextWriteTimestamp() generates (Result retval, int64_t timestampUs);
|
/aosp12/hardware/interfaces/audio/core/all-versions/vts/functional/ |
H A D | AudioPrimaryHidlHalTest.h | 1713 ASSERT_OK(stream->getNextWriteTimestamp(returnIn(res, timestampUs))); in TEST_P()
|