Home
last modified time | relevance | path

Searched refs:getPreferredDataIntervalUs (Results 1 – 3 of 3) sorted by relevance

/hardware/interfaces/audio/aidl/default/include/core-impl/
DDevicePortProxy.h143 virtual bool getPreferredDataIntervalUs(size_t&) const = 0;
189 bool getPreferredDataIntervalUs(size_t& interval_us) const override;
/hardware/interfaces/audio/aidl/default/bluetooth/
DModuleBluetooth.cpp270 if (!proxy->getPreferredDataIntervalUs(dataIntervalUs)) { in getNominalLatencyMs()
DDevicePortProxy.cpp257 bool BluetoothAudioPortAidl::getPreferredDataIntervalUs(size_t& interval_us) const { in getPreferredDataIntervalUs() function in android::bluetooth::audio::aidl::BluetoothAudioPortAidl