Home
last modified time | relevance | path

Searched refs:hidl (Results 1 – 25 of 52) sorted by relevance

123

/packages/modules/Bluetooth/system/audio_hal_interface/
Dle_audio_software.cc123 if (hidl::le_audio::LeAudioSinkTransport::interface) { in Cleanup()
124 delete hidl::le_audio::LeAudioSinkTransport::interface; in Cleanup()
125 hidl::le_audio::LeAudioSinkTransport::interface = nullptr; in Cleanup()
127 if (hidl::le_audio::LeAudioSinkTransport::instance) { in Cleanup()
128 delete hidl::le_audio::LeAudioSinkTransport::instance; in Cleanup()
129 hidl::le_audio::LeAudioSinkTransport::instance = nullptr; in Cleanup()
162 return hidl::le_audio::LeAudioSinkTransport::instance in SetPcmParameters()
178 hidl::le_audio::LeAudioSinkTransport::instance->SetRemoteDelay( in SetRemoteDelay()
190 audio_config.pcmConfig(hidl::le_audio::LeAudioSinkTransport::instance in StartSession()
192 if (!hidl::le_audio::LeAudioSinkTransport::interface->UpdateAudioConfig_2_1( in StartSession()
[all …]
Da2dp_encoding.cc34 return hidl::a2dp::update_codec_offloading_capabilities( in update_codec_offloading_capabilities()
45 return hidl::a2dp::is_hal_2_0_enabled(); in is_hal_enabled()
54 return hidl::a2dp::is_hal_2_0_offloading(); in is_hal_offloading()
63 return hidl::a2dp::init(message_loop); in init()
72 hidl::a2dp::cleanup(); in cleanup()
82 return hidl::a2dp::setup_codec(); in setup_codec()
92 hidl::a2dp::start_session(); in start_session()
104 hidl::a2dp::end_session(); in end_session()
111 hidl::a2dp::ack_stream_started(status); in ack_stream_started()
119 hidl::a2dp::ack_stream_suspended(status); in ack_stream_suspended()
[all …]
Dhearing_aid_software_encoding.cc31 return hidl::hearing_aid::is_hal_2_0_enabled(); in is_hal_enabled()
41 return hidl::hearing_aid::init(stream_cb, message_loop); in init()
50 hidl::hearing_aid::cleanup(); in cleanup()
60 hidl::hearing_aid::start_session(); in start_session()
69 hidl::hearing_aid::end_session(); in end_session()
78 hidl::hearing_aid::set_remote_delay(delay_report_ms); in set_remote_delay()
88 return hidl::hearing_aid::read(p_buf, len); in read()
DAndroid.bp57 "hidl/a2dp_encoding_hidl.cc",
58 "hidl/client_interface_hidl.cc",
59 "hidl/codec_status_hidl.cc",
60 "hidl/hearing_aid_software_encoding_hidl.cc",
61 "hidl/le_audio_software_hidl.cc",
103 "hidl/client_interface_hidl_unittest.cc",
347 "hidl/le_audio_software_hidl.cc",
Dle_audio_software_unittest.cc89 (const bluetooth::audio::hidl::
93 (const bluetooth::audio::hidl::BluetoothAudioCtrlAck& /*ack*/));
96 (const bluetooth::audio::hidl::BluetoothAudioCtrlAck& /*ack*/));
204 namespace hidl { namespace
216 const ::android::wp<::android::hidl::base::V1_0::IBase>& /*who*/),
/packages/modules/Bluetooth/system/audio_hal_interface/fuzzer/
Dlibbt_audio_hal_client_interface_fuzzer.cpp44 using ::bluetooth::audio::hidl::AudioConfiguration;
45 using ::bluetooth::audio::hidl::AudioConfiguration_2_1;
46 using ::bluetooth::audio::hidl::BluetoothAudioSinkClientInterface;
47 using ::bluetooth::audio::hidl::BluetoothAudioSourceClientInterface;
48 using ::bluetooth::audio::hidl::PcmParameters;
49 using ::bluetooth::audio::hidl::PcmParameters_2_1;
50 using ::bluetooth::audio::hidl::SampleRate;
51 using ::bluetooth::audio::hidl::SampleRate_2_1;
52 using ::bluetooth::audio::hidl::SessionType;
53 using ::bluetooth::audio::hidl::SessionType_2_1;
[all …]
/packages/modules/Bluetooth/system/audio_hal_interface/hidl/
Dhearing_aid_software_encoding_hidl.cc39 using ::bluetooth::audio::hidl::AudioConfiguration;
40 using ::bluetooth::audio::hidl::BitsPerSample;
41 using ::bluetooth::audio::hidl::BluetoothAudioCtrlAck;
42 using ::bluetooth::audio::hidl::ChannelMode;
43 using ::bluetooth::audio::hidl::PcmParameters;
44 using ::bluetooth::audio::hidl::SampleRate;
45 using ::bluetooth::audio::hidl::SessionType;
46 using ::bluetooth::audio::hidl::SessionType_2_1;
47 using ::bluetooth::audio::hidl::hearing_aid::StreamCallbacks;
53 : public bluetooth::audio::hidl::IBluetoothSinkTransportInstance {
[all …]
Da2dp_encoding_hidl.cc46 using ::bluetooth::audio::hidl::AudioCapabilities;
47 using ::bluetooth::audio::hidl::AudioConfiguration;
48 using ::bluetooth::audio::hidl::BitsPerSample;
49 using ::bluetooth::audio::hidl::BluetoothAudioCtrlAck;
50 using ::bluetooth::audio::hidl::ChannelMode;
51 using ::bluetooth::audio::hidl::PcmParameters;
52 using ::bluetooth::audio::hidl::SampleRate;
53 using ::bluetooth::audio::hidl::SessionType;
55 using ::bluetooth::audio::hidl::BluetoothAudioSinkClientInterface;
56 using ::bluetooth::audio::hidl::codec::A2dpAacToHalConfig;
[all …]
Dclient_interface_hidl_unittest.cc44 using ::bluetooth::audio::hidl::AudioCapabilities;
45 using ::bluetooth::audio::hidl::AudioCapabilities_2_1;
46 using ::bluetooth::audio::hidl::AudioConfiguration;
47 using ::bluetooth::audio::hidl::AudioConfiguration_2_1;
48 using ::bluetooth::audio::hidl::BluetoothAudioClientInterface;
49 using ::bluetooth::audio::hidl::BluetoothAudioSinkClientInterface;
50 using ::bluetooth::audio::hidl::BluetoothAudioSourceClientInterface;
51 using ::bluetooth::audio::hidl::BluetoothAudioStatus;
52 using ::bluetooth::audio::hidl::PcmParameters;
53 using ::bluetooth::audio::hidl::PcmParameters_2_1;
[all …]
Dle_audio_software_hidl.h25 namespace hidl {
29 using ::bluetooth::audio::hidl::BluetoothAudioCtrlAck;
108 : public ::bluetooth::audio::hidl::IBluetoothSinkTransportInstance {
155 : public ::bluetooth::audio::hidl::IBluetoothSourceTransportInstance {
Dle_audio_software_hidl.cc28 namespace hidl { namespace
34 using ::bluetooth::audio::hidl::SampleRate_2_1;
35 using ::bluetooth::audio::hidl::SessionType;
36 using ::bluetooth::audio::hidl::SessionType_2_1;
Dclient_interface_hidl.h36 namespace hidl {
299 struct formatter<bluetooth::audio::hidl::BluetoothAudioCtrlAck>
300 : enum_formatter<bluetooth::audio::hidl::BluetoothAudioCtrlAck> {};
Dhearing_aid_software_encoding_hidl.h26 namespace hidl {
Da2dp_encoding_hidl.h26 namespace hidl {
Dcodec_status_hidl.h27 namespace hidl {
/packages/services/Car/cpp/watchdog/server/tests/
DMockHidlServiceManager.h29 class MockHidlServiceManager : public android::hidl::manager::V1_0::IServiceManager {
31 using IServiceManager = android::hidl::manager::V1_0::IServiceManager;
32 using IBase = android::hidl::base::V1_0::IBase;
47 const sp<android::hidl::manager::V1_0::IServiceNotification>&));
/packages/modules/Connectivity/Tethering/
Djarjar-rules.txt19 # Classes for hardware offload hidl interface
20 rule android.hidl.base.V1_0.DebugInfo* com.android.networkstack.tethering.hidl.base.V1_0.DebugInfo@1
/packages/modules/NeuralNetworks/common/
DAndroid.bp174 "android.hidl.allocator@1.0",
175 "android.hidl.memory@1.0",
371 "android.hidl.allocator@1.0",
372 "android.hidl.memory@1.0",
/packages/modules/Wifi/service/tests/wifitests/src/com/android/server/wifi/hal/
DWifiHalHidlImplTest.java36 import android.hidl.manager.V1_0.IServiceNotification;
37 import android.hidl.manager.V1_2.IServiceManager;
/packages/services/Car/cpp/displayproxy/
DAndroid.bp35 "android.hidl.token@1.0-utils",
/packages/services/Car/libs/vehicle-hal-support-lib/
DAndroid.bp29 "android.hidl.base-V1.0-java",
/packages/modules/Bluetooth/system/audio_bluetooth_hw/
Ddevice_port_proxy_hidl.h33 namespace hidl {
/packages/modules/NeuralNetworks/runtime/
DAndroid.bp135 "android.hidl.allocator@1.0",
136 "android.hidl.memory@1.0",
/packages/services/Car/tests/EmbeddedKitchenSinkApp/
DAndroid.bp61 "android.hidl.base-V1.0-java",
/packages/services/Car/cpp/evs/sampleDriver/aidl/
DAndroid.bp31 "android.hidl.token@1.0-utils",

123