Home
last modified time | relevance | path

Searched refs:V2_0 (Results 1 – 25 of 28) sorted by relevance

12

/system/bt/audio_hal_interface/
Dcodec_status.h29 using ::android::hardware::bluetooth::audio::V2_0::BitsPerSample;
30 using ::android::hardware::bluetooth::audio::V2_0::ChannelMode;
31 using ::android::hardware::bluetooth::audio::V2_0::CodecConfiguration;
32 using ::android::hardware::bluetooth::audio::V2_0::SampleRate;
Dclient_interface.h35 using ::android::hardware::bluetooth::audio::V2_0::IBluetoothAudioPort;
37 ::android::hardware::bluetooth::audio::V2_0::AudioCapabilities;
41 ::android::hardware::bluetooth::audio::V2_0::AudioConfiguration;
44 using ::android::hardware::bluetooth::audio::V2_0::BitsPerSample;
45 using ::android::hardware::bluetooth::audio::V2_0::ChannelMode;
47 ::android::hardware::bluetooth::audio::V2_0::IBluetoothAudioProvider;
51 ::android::hardware::bluetooth::audio::V2_0::PcmParameters;
54 using SampleRate = ::android::hardware::bluetooth::audio::V2_0::SampleRate;
56 using SessionType = ::android::hardware::bluetooth::audio::V2_0::SessionType;
59 using ::android::hardware::bluetooth::audio::V2_0::TimeSpec;
[all …]
Dcodec_status.cc31 using ::android::hardware::bluetooth::audio::V2_0::AacObjectType;
32 using ::android::hardware::bluetooth::audio::V2_0::AacParameters;
33 using ::android::hardware::bluetooth::audio::V2_0::AacVariableBitRate;
34 using ::android::hardware::bluetooth::audio::V2_0::AptxParameters;
35 using ::android::hardware::bluetooth::audio::V2_0::AudioCapabilities;
36 using ::android::hardware::bluetooth::audio::V2_0::BitsPerSample;
37 using ::android::hardware::bluetooth::audio::V2_0::ChannelMode;
38 using ::android::hardware::bluetooth::audio::V2_0::CodecType;
39 using ::android::hardware::bluetooth::audio::V2_0::LdacChannelMode;
40 using ::android::hardware::bluetooth::audio::V2_0::LdacParameters;
[all …]
Dclient_interface_unittest.cc26 using ::android::hardware::bluetooth::audio::V2_0::AacObjectType;
27 using ::android::hardware::bluetooth::audio::V2_0::AacParameters;
28 using ::android::hardware::bluetooth::audio::V2_0::AacVariableBitRate;
29 using ::android::hardware::bluetooth::audio::V2_0::AptxParameters;
30 using ::android::hardware::bluetooth::audio::V2_0::CodecCapabilities;
31 using ::android::hardware::bluetooth::audio::V2_0::CodecType;
32 using ::android::hardware::bluetooth::audio::V2_0::LdacChannelMode;
33 using ::android::hardware::bluetooth::audio::V2_0::LdacParameters;
34 using ::android::hardware::bluetooth::audio::V2_0::LdacQualityIndex;
35 using ::android::hardware::bluetooth::audio::V2_0::SbcAllocMethod;
[all …]
Dhal_version_manager.h31 audio::V2_0::IBluetoothAudioProvidersFactory;
Dle_audio_software.cc28 using ::android::hardware::bluetooth::audio::V2_0::BitsPerSample;
29 using ::android::hardware::bluetooth::audio::V2_0::ChannelMode;
30 using ::android::hardware::bluetooth::audio::V2_0::CodecType;
Dhearing_aid_software_encoding.cc28 using ::android::hardware::bluetooth::audio::V2_0::CodecType;
/system/chre/host/common/include/chre_host/
Dst_hal_lpma_handler.h33 using android::hardware::soundtrigger::V2_0::ISoundTriggerHw;
34 using android::hardware::soundtrigger::V2_0::SoundModelHandle;
35 using android::hardware::soundtrigger::V2_0::SoundModelType;
/system/core/healthd/
Dhealthd_mode_charger_test.cpp86 MOCK_METHOD(Return<::android::hardware::health::V2_0::Result>, registerCallback,
87 (const sp<::android::hardware::health::V2_0::IHealthInfoCallback>& callback));
88 MOCK_METHOD(Return<::android::hardware::health::V2_0::Result>, unregisterCallback,
89 (const sp<::android::hardware::health::V2_0::IHealthInfoCallback>& callback));
90 MOCK_METHOD(Return<::android::hardware::health::V2_0::Result>, update, ());
Dhealthd_mode_charger.cpp69 using android::hardware::health::V2_0::Result;
71 using IHealth_2_0 = android::hardware::health::V2_0::IHealth;
DBatteryMonitor.cpp53 using HealthInfo_2_0 = android::hardware::health::V2_0::HealthInfo;
/system/core/storaged/include/
Dstoraged_info.h74 const sp<android::hardware::health::V2_0::IHealth>& healthService);
108 using IHealth = hardware::health::V2_0::IHealth;
109 using StorageInfo = hardware::health::V2_0::StorageInfo;
Dstoraged.h78 class storaged_t : public android::hardware::health::V2_0::IHealthInfoCallback,
86 sp<android::hardware::health::V2_0::IHealth> health;
139 const ::android::hardware::health::V2_0::HealthInfo& info);
Dstoraged_diskstats.h165 android::sp<android::hardware::health::V2_0::IHealth> mHealth;
176 disk_stats_monitor(const android::sp<android::hardware::health::V2_0::IHealth>& healthService,
/system/core/healthd/include/healthd/
DBatteryMonitor.h34 namespace V2_0 {
62 const android::hardware::health::V2_0::HealthInfo& getHealthInfo_2_0() const;
/system/core/fastboot/device/
Dfastboot_device.h60 android::sp<android::hardware::health::V2_0::IHealth> health_hal() { return health_hal_; } in health_hal()
70 android::sp<android::hardware::health::V2_0::IHealth> health_hal_;
Dfastboot_device.cpp41 using ::android::hardware::health::V2_0::get_health_service;
Dvariables.cpp123 using android::hardware::health::V2_0::HealthInfo; in GetBatteryVoltageHelper()
124 using android::hardware::health::V2_0::Result; in GetBatteryVoltageHelper()
/system/core/storaged/
Dstoraged.cpp71 using android::hardware::health::V2_0::get_health_service;
72 using android::hardware::health::V2_0::HealthInfo;
73 using android::hardware::health::V2_0::IHealth;
74 using android::hardware::health::V2_0::Result;
Dstoraged_diskstats.cpp34 using android::hardware::health::V2_0::DiskStats;
35 using android::hardware::health::V2_0::IHealth;
36 using android::hardware::health::V2_0::Result;
37 using android::hardware::health::V2_0::toString;
Dstoraged_info.cpp39 using android::hardware::health::V2_0::IHealth;
40 using android::hardware::health::V2_0::Result;
41 using android::hardware::health::V2_0::StorageInfo;
/system/bt/test/mock/
Dmock_android_hardware_audio.cc50 namespace V2_0 { namespace
/system/bt/audio_bluetooth_hw/
Ddevice_port_proxy.cc37 using ::android::hardware::bluetooth::audio::V2_0::BitsPerSample;
38 using ::android::hardware::bluetooth::audio::V2_0::ChannelMode;
39 using ::android::hardware::bluetooth::audio::V2_0::PcmParameters;
40 using SampleRate = ::android::hardware::bluetooth::audio::V2_0::SampleRate;
43 ::android::hardware::bluetooth::audio::V2_0::Status;
Ddevice_port_proxy.h111 const ::android::hardware::bluetooth::audio::V2_0::Status& status);
/system/tools/hidl/test/java_test/
Dhidl_test_java_native.cpp45 using ::android::hardware::tests::memory::V2_0::IMemoryInterface;
46 using ::android::hardware::tests::memory::V2_0::TwoMemory;

12