Home
last modified time | relevance | path

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

12345678910>>...14

/hardware/google/av/media/eco/
DAndroid.bp13 "aidl/android/media/eco/IECOService.aidl",
14 "aidl/android/media/eco/IECOSession.aidl",
15 "aidl/android/media/eco/IECOServiceStatsProvider.aidl",
16 "aidl/android/media/eco/IECOServiceInfoListener.aidl",
18 path: "aidl",
36 aidl: {
39 "aidl",
/hardware/interfaces/common/support/include/aidlcommonsupport/
DNativeHandle.h29 native_handle_t* makeFromAidl(const aidl::android::hardware::common::NativeHandle& handle);
36 native_handle_t* dupFromAidl(const aidl::android::hardware::common::NativeHandle& handle);
45 aidl::android::hardware::common::NativeHandle makeToAidl(const native_handle_t* handle);
51 aidl::android::hardware::common::NativeHandle dupToAidl(const native_handle_t* handle);
/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/security/keymint/aidl/default/
Dservice.cpp29 using aidl::android::hardware::security::keymint::AndroidKeyMintDevice;
30 using aidl::android::hardware::security::keymint::AndroidRemotelyProvisionedComponentDevice;
31 using aidl::android::hardware::security::keymint::SecurityLevel;
32 using aidl::android::hardware::security::secureclock::AndroidSecureClock;
33 using aidl::android::hardware::security::sharedsecret::AndroidSharedSecret;
/hardware/google/pixel/power-libperfmgr/
DAndroid.bp47 init_rc: ["aidl/android.hardware.power-service.pixel-libperfmgr.rc"],
48 vintf_fragments: ["aidl/android.hardware.power-service.pixel.xml"],
63 "aidl/service.cpp",
64 "aidl/Power.cpp",
65 "aidl/PowerExt.cpp",
66 "aidl/PowerHintSession.cpp",
67 "aidl/PowerSessionManager.cpp",
/hardware/interfaces/power/stats/aidl/default/
Dmain.cpp27 using aidl::android::hardware::power::stats::EnergyConsumerType;
28 using aidl::android::hardware::power::stats::FakeEnergyConsumer;
29 using aidl::android::hardware::power::stats::FakeEnergyMeter;
30 using aidl::android::hardware::power::stats::FakeStateResidencyDataProvider;
31 using aidl::android::hardware::power::stats::PowerStats;
32 using aidl::android::hardware::power::stats::State;
/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/
DOccupantAwareness.h34 using ::aidl::android::hardware::automotive::occupant_awareness::BnOccupantAwareness;
35 using ::aidl::android::hardware::automotive::occupant_awareness::IOccupantAwarenessClientCallback;
36 using ::aidl::android::hardware::automotive::occupant_awareness::OccupantAwarenessStatus;
37 using ::aidl::android::hardware::automotive::occupant_awareness::OccupantDetections;
38 using ::aidl::android::hardware::automotive::occupant_awareness::Role;
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/google/pixel/power-libperfmgr/aidl/
DPower.h29 namespace aidl {
36 using ::aidl::android::hardware::power::Boost;
37 using ::aidl::android::hardware::power::IPowerHintSession;
38 using ::aidl::android::hardware::power::Mode;
41 class Power : public ::aidl::android::hardware::power::BnPower {
Dservice.cpp31 using aidl::google::hardware::power::impl::pixel::DisplayLowPower;
32 using aidl::google::hardware::power::impl::pixel::Power;
33 using aidl::google::hardware::power::impl::pixel::PowerExt;
34 using aidl::google::hardware::power::impl::pixel::PowerHintMonitor;
35 using aidl::google::hardware::power::impl::pixel::PowerSessionManager;
/hardware/google/pixel/powerstats/aidl/
DAndroid.bp25 "android/vendor/powerstats/IPixelPowerStatsProvider.aidl",
26 "android/vendor/powerstats/IPixelPowerStatsCallback.aidl",
27 "android/vendor/powerstats/StateResidencyData.aidl",
38 "android/vendor/powerstats/IPixelStateResidencyProvider.aidl",
39 "android/vendor/powerstats/IPixelStateResidencyCallback.aidl",
/hardware/google/gchips/gralloc4/src/hidl_common/
DSharedMetadata.h42 using aidl::android::hardware::graphics::common::Rect;
43 using aidl::android::hardware::graphics::common::Smpte2086;
44 using aidl::android::hardware::graphics::common::Cta861_3;
45 using aidl::android::hardware::graphics::common::BlendMode;
46 using aidl::android::hardware::graphics::common::Dataspace;
DMapperMetadata.h40 using aidl::android::hardware::graphics::common::ExtendableType;
44 … static_cast<int64_t>(aidl::arm::graphics::Compression::AFBC) };
48 … static_cast<int64_t>(aidl::arm::graphics::ArmMetadataType::PLANE_FDS) };
/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/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/interfaces/automotive/audiocontrol/aidl/default/
DPowerPolicyClient.h24 namespace aidl::android::hardware::automotive::audiocontrol {
34 std::vector<::aidl::android::frameworks::automotive::powerpolicy::PowerComponent>
37 const ::aidl::android::frameworks::automotive::powerpolicy::CarPowerPolicy&) override;
/hardware/interfaces/oemlock/aidl/default/
DOemLock.h21 namespace aidl {
26 using ::aidl::android::hardware::oemlock::IOemLock;
27 using ::aidl::android::hardware::oemlock::OemLockSecureStatus;
/hardware/interfaces/weaver/aidl/default/
DWeaver.h21 namespace aidl {
26 using ::aidl::android::hardware::weaver::WeaverConfig;
27 using ::aidl::android::hardware::weaver::WeaverReadResponse;
/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/interfaces/common/support/
Dtest.cpp22 using aidl::android::hardware::common::NativeHandle;
25 static void checkEq(const NativeHandle& aidl, native_handle_t* libcutils, bool exceptFds) { in checkEq() argument
27 ASSERT_EQ(libcutils->numFds, aidl.fds.size()); in checkEq()
30 int afd = aidl.fds.at(i).get(); in checkEq()
43 ASSERT_EQ(libcutils->numInts, aidl.ints.size()); in checkEq()
46 int afd = aidl.ints.at(i); in checkEq()
/hardware/google/pixel/vibrator/cs40l25/
Dservice.cpp25 using ::aidl::android::hardware::vibrator::HwApi;
26 using ::aidl::android::hardware::vibrator::HwCal;
27 using ::aidl::android::hardware::vibrator::Vibrator;
/hardware/google/pixel/vibrator/cs40l26/
Dservice.cpp25 using ::aidl::android::hardware::vibrator::HwApi;
26 using ::aidl::android::hardware::vibrator::HwCal;
27 using ::aidl::android::hardware::vibrator::Vibrator;
/hardware/interfaces/gnss/common/utils/default/
DUtils.cpp28 using aidl::android::hardware::gnss::ElapsedRealtime;
29 using aidl::android::hardware::gnss::GnssClock;
30 using aidl::android::hardware::gnss::GnssData;
31 using aidl::android::hardware::gnss::GnssMeasurement;
32 using aidl::android::hardware::gnss::IGnss;
33 using aidl::android::hardware::gnss::IGnssMeasurementCallback;
34 using aidl::android::hardware::gnss::SatellitePvt;
145 aidl::android::hardware::gnss::GnssSignalType signalType = { in getMockMeasurement()
146 .constellation = aidl::android::hardware::gnss::GnssConstellationType::GLONASS, in getMockMeasurement()
148 .codeType = aidl::android::hardware::gnss::GnssSignalType::CODE_TYPE_C, in getMockMeasurement()
[all …]

12345678910>>...14