/hardware/google/av/media/eco/ |
D | Android.bp | 4 "aidl/android/media/eco/IECOService.aidl", 5 "aidl/android/media/eco/IECOSession.aidl", 6 "aidl/android/media/eco/IECOServiceStatsProvider.aidl", 7 "aidl/android/media/eco/IECOServiceInfoListener.aidl", 9 path: "aidl", 25 aidl: { 28 "aidl",
|
/hardware/interfaces/light/utils/ |
D | main.cpp | 31 namespace aidl = android::hardware::light; 60 void setToColorAidl(sp<aidl::ILights> hal, unsigned int color) { in setToColorAidl() 61 static aidl::HwLightState off; in setToColorAidl() 63 off.flashMode = aidl::FlashMode::NONE; in setToColorAidl() 64 off.brightnessMode = aidl::BrightnessMode::USER; in setToColorAidl() 66 std::vector<aidl::HwLight> lights; in setToColorAidl() 106 auto aidlHal = waitForVintfService<aidl::ILights>(); in main()
|
/hardware/interfaces/automotive/occupant_awareness/aidl/default/ |
D | OccupantAwareness.h | 29 using ::aidl::android::hardware::automotive::occupant_awareness::BnOccupantAwareness; 30 using ::aidl::android::hardware::automotive::occupant_awareness::IOccupantAwarenessClientCallback; 31 using ::aidl::android::hardware::automotive::occupant_awareness::OccupantAwarenessStatus; 32 using ::aidl::android::hardware::automotive::occupant_awareness::OccupantDetections; 33 using ::aidl::android::hardware::automotive::occupant_awareness::Role;
|
/hardware/interfaces/automotive/occupant_awareness/aidl/mock/ |
D | DetectionGenerator.cpp | 28 using ::aidl::android::hardware::automotive::occupant_awareness::ConfidenceLevel; 29 using ::aidl::android::hardware::automotive::occupant_awareness::DriverMonitoringDetection; 30 using ::aidl::android::hardware::automotive::occupant_awareness::OccupantDetection; 31 using ::aidl::android::hardware::automotive::occupant_awareness::PresenceDetection;
|
D | DetectionGenerator.h | 28 using ::aidl::android::hardware::automotive::occupant_awareness::BnOccupantAwareness; 29 using ::aidl::android::hardware::automotive::occupant_awareness::OccupantDetections; 30 using ::aidl::android::hardware::automotive::occupant_awareness::Role;
|
/hardware/interfaces/automotive/vehicle/2.0/default/common/include/vhal_v2_0/ |
D | WatchdogClient.h | 33 class WatchdogClient : public aidl::android::automotive::watchdog::BnCarWatchdogClient { 39 int32_t sessionId, aidl::android::automotive::watchdog::TimeoutLength timeout) override; 61 std::shared_ptr<aidl::android::automotive::watchdog::ICarWatchdog> mWatchdogServer; 62 std::shared_ptr<aidl::android::automotive::watchdog::ICarWatchdogClient> mTestClient;
|
/hardware/google/pixel/power-libperfmgr/aidl/ |
D | Power.h | 29 namespace aidl { 37 using ::aidl::android::hardware::power::Boost; 38 using ::aidl::android::hardware::power::Mode; 41 class Power : public ::aidl::android::hardware::power::BnPower {
|
D | android.hardware.power-service.pixel-libperfmgr.rc | 1 service vendor.power-hal-aidl /vendor/bin/hw/android.hardware.power-service.pixel-libperfmgr 12 restart vendor.power-hal-aidl 17 restart vendor.power-hal-aidl
|
D | PowerExt.h | 28 namespace aidl { 37 class PowerExt : public ::aidl::google::hardware::power::extension::pixel::BnPowerExt {
|
D | service.cpp | 30 using aidl::google::hardware::power::impl::pixel::Power; 31 using aidl::google::hardware::power::impl::pixel::PowerExt;
|
/hardware/qcom/audio/hal/ |
D | audio_perf.cpp | 34 static std::shared_ptr<aidl::android::hardware::power::IPower> gPowerHal_Aidl_; 40 std::string(aidl::android::hardware::power::IPower::descriptor) + "/default"; 77 gPowerHal_Aidl_ = aidl::android::hardware::power::IPower::fromBinder(pwBinder); in connectPowerHalLocked() 112 aidl::android::hardware::power::Boost::AUDIO_LAUNCH, in audio_streaming_hint_start() 149 aidl::android::hardware::power::Boost::AUDIO_LAUNCH, in audio_streaming_hint_end() 186 aidl::android::hardware::power::Mode::AUDIO_STREAMING_LOW_LATENCY, in audio_low_latency_hint_start() 223 aidl::android::hardware::power::Mode::AUDIO_STREAMING_LOW_LATENCY, in audio_low_latency_hint_end()
|
/hardware/google/pixel/vibrator/cs40l25/ |
D | service.cpp | 23 using aidl::android::hardware::vibrator::HwApi; 24 using aidl::android::hardware::vibrator::HwCal; 25 using aidl::android::hardware::vibrator::Vibrator;
|
/hardware/google/pixel/vibrator/drv2624/ |
D | service.cpp | 23 using aidl::android::hardware::vibrator::HwApi; 24 using aidl::android::hardware::vibrator::HwCal; 25 using aidl::android::hardware::vibrator::Vibrator;
|
/hardware/google/pixel/power-libperfmgr/ |
D | Android.bp | 67 init_rc: ["aidl/android.hardware.power-service.pixel-libperfmgr.rc"], 68 vintf_fragments: ["aidl/android.hardware.power-service.pixel.xml"], 82 "aidl/service.cpp", 83 "aidl/Power.cpp", 84 "aidl/PowerExt.cpp",
|
/hardware/interfaces/tests/libhwbinder/aidl/ |
D | Android.bp | 5 srcs: ["android/tests/binder/IBenchmark.aidl"], 7 aidl: {
|
/hardware/interfaces/tests/extension/vibrator/aidl/client/ |
D | test-ndk-client.cpp | 23 using aidl::android::hardware::tests::extension::vibrator::Directionality; 24 using aidl::android::hardware::tests::extension::vibrator::ICustomVibrator; 25 using aidl::android::hardware::vibrator::IVibrator;
|
/hardware/interfaces/tests/extension/vibrator/aidl/ |
D | Android.bp | 10 "android/hardware/tests/extension/vibrator/Directionality.aidl", 11 "android/hardware/tests/extension/vibrator/ICustomVibrator.aidl", 12 "android/hardware/tests/extension/vibrator/VendorEffect.aidl",
|
/hardware/google/pixel/vibrator/drv2624/tests/ |
D | types.h | 24 using EffectTuple = std::tuple<::aidl::android::hardware::vibrator::Effect, 25 ::aidl::android::hardware::vibrator::EffectStrength>;
|
/hardware/google/pixel/powerstats/aidl/ |
D | Android.bp | 21 "android/vendor/powerstats/IPixelPowerStatsProvider.aidl", 22 "android/vendor/powerstats/IPixelPowerStatsCallback.aidl", 23 "android/vendor/powerstats/StateResidencyData.aidl",
|
/hardware/interfaces/ |
D | OWNERS | 1 per-file *.hal,*.aidl,OWNERS = set noparent 2 per-file *.hal,*.aidl,OWNERS = [email protected],[email protected],[email protected]
|
/hardware/interfaces/tests/extension/vibrator/aidl/default/ |
D | CustomVibrator.h | 22 namespace aidl::android::hardware::tests::extension::vibrator { 24 using aidl::android::hardware::vibrator::IVibratorCallback;
|
D | service.cpp | 24 using aidl::android::hardware::tests::extension::vibrator::CustomVibrator; 25 using aidl::android::hardware::vibrator::Vibrator;
|
/hardware/google/pixel/vibrator/cs40l25/tests/ |
D | types.h | 27 using EffectTuple = std::tuple<::aidl::android::hardware::vibrator::Effect, 28 ::aidl::android::hardware::vibrator::EffectStrength>;
|
D | mocks.h | 23 class MockApi : public ::aidl::android::hardware::vibrator::Vibrator::HwApi { 52 class MockCal : public ::aidl::android::hardware::vibrator::Vibrator::HwCal { 64 class MockVibratorCallback : public aidl::android::hardware::vibrator::BnVibratorCallback {
|
/hardware/interfaces/identity/aidl/default/ |
D | IdentityCredential.h | 32 namespace aidl::android::hardware::identity { 34 using ::aidl::android::hardware::keymaster::HardwareAuthToken; 35 using ::aidl::android::hardware::keymaster::VerificationToken;
|