Home
last modified time | relevance | path

Searched refs:aidl (Results 1 – 25 of 88) sorted by relevance

1234

/hardware/google/av/media/eco/
DAndroid.bp4 "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/
Dmain.cpp31 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/
DOccupantAwareness.h29 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/
DDetectionGenerator.cpp28 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;
DDetectionGenerator.h28 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/
DWatchdogClient.h33 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/
DPower.h29 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 {
Dandroid.hardware.power-service.pixel-libperfmgr.rc1 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
DPowerExt.h28 namespace aidl {
37 class PowerExt : public ::aidl::google::hardware::power::extension::pixel::BnPowerExt {
Dservice.cpp30 using aidl::google::hardware::power::impl::pixel::Power;
31 using aidl::google::hardware::power::impl::pixel::PowerExt;
/hardware/qcom/audio/hal/
Daudio_perf.cpp34 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/
Dservice.cpp23 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/
Dservice.cpp23 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/
DAndroid.bp67 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/
DAndroid.bp5 srcs: ["android/tests/binder/IBenchmark.aidl"],
7 aidl: {
/hardware/interfaces/tests/extension/vibrator/aidl/client/
Dtest-ndk-client.cpp23 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/
DAndroid.bp10 "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/
Dtypes.h24 using EffectTuple = std::tuple<::aidl::android::hardware::vibrator::Effect,
25 ::aidl::android::hardware::vibrator::EffectStrength>;
/hardware/google/pixel/powerstats/aidl/
DAndroid.bp21 "android/vendor/powerstats/IPixelPowerStatsProvider.aidl",
22 "android/vendor/powerstats/IPixelPowerStatsCallback.aidl",
23 "android/vendor/powerstats/StateResidencyData.aidl",
/hardware/interfaces/
DOWNERS1 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/
DCustomVibrator.h22 namespace aidl::android::hardware::tests::extension::vibrator {
24 using aidl::android::hardware::vibrator::IVibratorCallback;
Dservice.cpp24 using aidl::android::hardware::tests::extension::vibrator::CustomVibrator;
25 using aidl::android::hardware::vibrator::Vibrator;
/hardware/google/pixel/vibrator/cs40l25/tests/
Dtypes.h27 using EffectTuple = std::tuple<::aidl::android::hardware::vibrator::Effect,
28 ::aidl::android::hardware::vibrator::EffectStrength>;
Dmocks.h23 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/
DIdentityCredential.h32 namespace aidl::android::hardware::identity {
34 using ::aidl::android::hardware::keymaster::HardwareAuthToken;
35 using ::aidl::android::hardware::keymaster::VerificationToken;

1234