Home
last modified time | relevance | path

Searched refs:LatencyMode (Results 1 – 25 of 59) sorted by relevance

123

/hardware/interfaces/audio/core/all-versions/vts/functional/7.1/
DAudioPrimaryHidlHalTest.cpp63 hidl_vec<LatencyMode> mSupportedLatencyModes;
69 ASSERT_TRUE(mode >= LatencyMode::FREE && mode <= LatencyMode::LOW); in TEST_P()
83 stream->setLatencyMode(static_cast<LatencyMode>(1977))); in TEST_P()
89 const hidl_vec<LatencyMode>& hidlModes __unused) override { in onRecommendedLatencyModeChanged()
/hardware/interfaces/bluetooth/audio/utils/aidl_session/
DBluetoothAudioSession.cpp40 static std::string toString(const std::vector<LatencyMode>& latencies) { in toString()
42 for (LatencyMode mode : latencies) { in toString()
60 const std::vector<LatencyMode>& latency_modes) { in OnSessionStarted()
497 LatencyMode::LOW_LATENCY) == latency_modes_.end()) { in ReportLowLatencyModeAllowedChanged()
499 latency_modes_.push_back(LatencyMode::LOW_LATENCY); in ReportLowLatencyModeAllowedChanged()
630 std::vector<LatencyMode> BluetoothAudioSession::GetSupportedLatencyModes() { in GetSupportedLatencyModes()
635 return std::vector<LatencyMode>(); in GetSupportedLatencyModes()
639 std::vector<LatencyMode> supported_latency_modes; in GetSupportedLatencyModes()
642 for (LatencyMode mode : latency_modes_) { in GetSupportedLatencyModes()
643 if (mode == LatencyMode::LOW_LATENCY) { in GetSupportedLatencyModes()
[all …]
DBluetoothAudioSession.h128 const std::vector<LatencyMode>& latency_modes);
193 std::vector<LatencyMode> GetSupportedLatencyModes();
194 void SetLatencyMode(const LatencyMode& latency_mode);
215 std::vector<LatencyMode> latency_modes_;
DBluetoothAudioSessionControl.h181 static std::vector<LatencyMode> GetSupportedLatencyModes( in GetSupportedLatencyModes()
188 return std::vector<LatencyMode>(); in GetSupportedLatencyModes()
192 const LatencyMode& latency_mode) { in SetLatencyMode()
/hardware/interfaces/wifi/1.3/vts/functional/
Dwifi_chip_hidl_test.cpp35 constexpr IWifiChip::LatencyMode kLatencyModeNormal =
36 IWifiChip::LatencyMode::NORMAL;
38 constexpr IWifiChip::LatencyMode kLatencyModeLow = IWifiChip::LatencyMode::LOW;
/hardware/interfaces/bluetooth/audio/aidl/android/hardware/bluetooth/audio/
DIBluetoothAudioPort.aidl22 import android.hardware.bluetooth.audio.LatencyMode;
92 void setLatencyMode(in LatencyMode latencyMode); in setLatencyMode()
DLatencyMode.aidl21 enum LatencyMode { enum
/hardware/interfaces/bluetooth/audio/aidl/aidl_api/android.hardware.bluetooth.audio/1/android/hardware/bluetooth/audio/
DLatencyMode.aidl36 enum LatencyMode { enum
DIBluetoothAudioPort.aidl43 void setLatencyMode(in android.hardware.bluetooth.audio.LatencyMode latencyMode); in setLatencyMode()
DIBluetoothAudioProvider.aidl38 …io.AudioConfiguration audioConfig, in android.hardware.bluetooth.audio.LatencyMode[] supportedLate… in startSession()
/hardware/interfaces/bluetooth/audio/aidl/aidl_api/android.hardware.bluetooth.audio/2/android/hardware/bluetooth/audio/
DLatencyMode.aidl36 enum LatencyMode { enum
DIBluetoothAudioPort.aidl43 void setLatencyMode(in android.hardware.bluetooth.audio.LatencyMode latencyMode); in setLatencyMode()
DIBluetoothAudioProvider.aidl38 …io.AudioConfiguration audioConfig, in android.hardware.bluetooth.audio.LatencyMode[] supportedLate… in startSession()
/hardware/interfaces/bluetooth/audio/aidl/aidl_api/android.hardware.bluetooth.audio/3/android/hardware/bluetooth/audio/
DLatencyMode.aidl36 enum LatencyMode { enum
DIBluetoothAudioPort.aidl43 void setLatencyMode(in android.hardware.bluetooth.audio.LatencyMode latencyMode); in setLatencyMode()
DIBluetoothAudioProvider.aidl38 …io.AudioConfiguration audioConfig, in android.hardware.bluetooth.audio.LatencyMode[] supportedLate… in startSession()
/hardware/interfaces/bluetooth/audio/aidl/aidl_api/android.hardware.bluetooth.audio/current/android/hardware/bluetooth/audio/
DLatencyMode.aidl36 enum LatencyMode { enum
DIBluetoothAudioPort.aidl43 void setLatencyMode(in android.hardware.bluetooth.audio.LatencyMode latencyMode); in setLatencyMode()
/hardware/interfaces/bluetooth/audio/aidl/aidl_api/android.hardware.bluetooth.audio/4/android/hardware/bluetooth/audio/
DLatencyMode.aidl36 enum LatencyMode { enum
DIBluetoothAudioPort.aidl43 void setLatencyMode(in android.hardware.bluetooth.audio.LatencyMode latencyMode); in setLatencyMode()
/hardware/interfaces/bluetooth/audio/aidl/default/
DHfpOffloadAudioProvider.h36 const std::vector<LatencyMode>& latency_modes, DataMQDesc* _aidl_return);
DHearingAidAudioProvider.h36 const std::vector<LatencyMode>& latency_modes,
DA2dpSoftwareAudioProvider.h36 const std::vector<LatencyMode>& latency_modes,
DHfpSoftwareAudioProvider.h36 const std::vector<LatencyMode>& latency_modes, DataMQDesc* _aidl_return);
DLeAudioSoftwareAudioProvider.h36 const std::vector<LatencyMode>& latency_modes,

123