/hardware/interfaces/audio/core/all-versions/vts/functional/7.1/ |
D | AudioPrimaryHidlHalTest.cpp | 63 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/ |
D | BluetoothAudioSession.cpp | 40 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 …]
|
D | BluetoothAudioSession.h | 128 const std::vector<LatencyMode>& latency_modes); 193 std::vector<LatencyMode> GetSupportedLatencyModes(); 194 void SetLatencyMode(const LatencyMode& latency_mode); 215 std::vector<LatencyMode> latency_modes_;
|
D | BluetoothAudioSessionControl.h | 181 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/ |
D | wifi_chip_hidl_test.cpp | 35 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/ |
D | IBluetoothAudioPort.aidl | 22 import android.hardware.bluetooth.audio.LatencyMode; 92 void setLatencyMode(in LatencyMode latencyMode); in setLatencyMode()
|
D | LatencyMode.aidl | 21 enum LatencyMode { enum
|
/hardware/interfaces/bluetooth/audio/aidl/aidl_api/android.hardware.bluetooth.audio/1/android/hardware/bluetooth/audio/ |
D | LatencyMode.aidl | 36 enum LatencyMode { enum
|
D | IBluetoothAudioPort.aidl | 43 void setLatencyMode(in android.hardware.bluetooth.audio.LatencyMode latencyMode); in setLatencyMode()
|
D | IBluetoothAudioProvider.aidl | 38 …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/ |
D | LatencyMode.aidl | 36 enum LatencyMode { enum
|
D | IBluetoothAudioPort.aidl | 43 void setLatencyMode(in android.hardware.bluetooth.audio.LatencyMode latencyMode); in setLatencyMode()
|
D | IBluetoothAudioProvider.aidl | 38 …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/ |
D | LatencyMode.aidl | 36 enum LatencyMode { enum
|
D | IBluetoothAudioPort.aidl | 43 void setLatencyMode(in android.hardware.bluetooth.audio.LatencyMode latencyMode); in setLatencyMode()
|
D | IBluetoothAudioProvider.aidl | 38 …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/ |
D | LatencyMode.aidl | 36 enum LatencyMode { enum
|
D | IBluetoothAudioPort.aidl | 43 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/ |
D | LatencyMode.aidl | 36 enum LatencyMode { enum
|
D | IBluetoothAudioPort.aidl | 43 void setLatencyMode(in android.hardware.bluetooth.audio.LatencyMode latencyMode); in setLatencyMode()
|
/hardware/interfaces/bluetooth/audio/aidl/default/ |
D | HfpOffloadAudioProvider.h | 36 const std::vector<LatencyMode>& latency_modes, DataMQDesc* _aidl_return);
|
D | HearingAidAudioProvider.h | 36 const std::vector<LatencyMode>& latency_modes,
|
D | A2dpSoftwareAudioProvider.h | 36 const std::vector<LatencyMode>& latency_modes,
|
D | HfpSoftwareAudioProvider.h | 36 const std::vector<LatencyMode>& latency_modes, DataMQDesc* _aidl_return);
|
D | LeAudioSoftwareAudioProvider.h | 36 const std::vector<LatencyMode>& latency_modes,
|