/hardware/interfaces/power/aidl/default/ |
D | Power.cpp | 44 ScopedAStatus Power::setMode(Mode type, bool enabled) { in setMode() 49 ScopedAStatus Power::isModeSupported(Mode type, bool* _aidl_return) { in isModeSupported() 55 ScopedAStatus Power::setBoost(Boost type, int32_t durationMs) { in setBoost() 61 ScopedAStatus Power::isBoostSupported(Boost type, bool* _aidl_return) { in isBoostSupported() 67 ScopedAStatus Power::createHintSession(int32_t, int32_t, const std::vector<int32_t>& tids, int64_t, in createHintSession() 80 ndk::ScopedAStatus Power::createHintSessionWithConfig( in createHintSessionWithConfig() 88 ndk::ScopedAStatus Power::getSessionChannel(int32_t, int32_t, ChannelConfig* _aidl_return) { in getSessionChannel() 104 ndk::ScopedAStatus Power::closeSessionChannel(int32_t, int32_t) { in closeSessionChannel() 108 ScopedAStatus Power::getHintSessionPreferredRate(int64_t* outNanoseconds) { in getHintSessionPreferredRate()
|
D | main.cpp | 23 using aidl::android::hardware::power::impl::example::Power; 27 std::shared_ptr<Power> vib = ndk::SharedRefBase::make<Power>(); in main() 29 const std::string instance = std::string() + Power::descriptor + "/default"; in main()
|
D | Power.h | 29 class Power : public BnPower {
|
D | Android.bp | 42 "Power.cpp",
|
/hardware/interfaces/power/1.0/default/ |
D | Power.cpp | 32 Power::Power(power_module_t *module) : mModule(module) { in Power() function in android::hardware::power::V1_0::implementation::Power 37 Power::~Power() { in ~Power() 41 Return<void> Power::setInteractive(bool interactive) { in setInteractive() 47 Return<void> Power::powerHint(PowerHint hint, int32_t data) { in powerHint() 58 Return<void> Power::setFeature(Feature feature, bool activate) { in setFeature() 65 Return<void> Power::getPlatformLowPowerStats(getPlatformLowPowerStats_cb _hidl_cb) { in getPlatformLowPowerStats() 167 return new Power(power_module); in HIDL_FETCH_IPower()
|
D | Power.h | 41 struct Power : public IPower { struct 42 Power(power_module_t* module); 43 ~Power();
|
D | Android.bp | 29 srcs: ["Power.cpp"],
|
/hardware/google/pixel/power-libperfmgr/aidl/ |
D | Power.cpp | 51 Power::Power(std::shared_ptr<DisplayLowPower> dlpw) in Power() function in aidl::google::hardware::power::impl::pixel::Power 93 ndk::ScopedAStatus Power::setMode(Mode type, bool enabled) { in setMode() 185 ndk::ScopedAStatus Power::isModeSupported(Mode type, bool *_aidl_return) { in isModeSupported() 220 ndk::ScopedAStatus Power::setBoost(Boost type, int32_t durationMs) { in setBoost() 261 ndk::ScopedAStatus Power::isBoostSupported(Boost type, bool *_aidl_return) { in isBoostSupported() 292 binder_status_t Power::dump(int fd, const char **, uint32_t) { in dump() 309 ndk::ScopedAStatus Power::createHintSession(int32_t tgid, int32_t uid, in createHintSession() 318 ndk::ScopedAStatus Power::getHintSessionPreferredRate(int64_t *outNanoseconds) { in getHintSessionPreferredRate() 329 ndk::ScopedAStatus Power::createHintSessionWithConfig( in createHintSessionWithConfig() 352 ndk::ScopedAStatus Power::getSessionChannel(int32_t, int32_t, ChannelConfig *_aidl_return) { in getSessionChannel() [all …]
|
D | service.cpp | 34 using aidl::google::hardware::power::impl::pixel::Power; 54 std::shared_ptr<Power> pw = ndk::SharedRefBase::make<Power>(dlpw); in main() 66 const std::string instance = std::string() + Power::descriptor + "/default"; in main()
|
D | Power.h | 36 class Power : public ::aidl::android::hardware::power::BnPower { 38 Power(std::shared_ptr<DisplayLowPower> dlpw);
|
/hardware/google/aemu/host-common/include/host-common/ |
D | AddressSpaceService.h | 36 Power = 3, enumerator
|
/hardware/google/graphics/common/libhwc2.1/ |
D | Android.mk | 151 libvrr/Power/PowerStatsPresentProfileTokenGenerator.cpp \ 152 libvrr/Power/DisplayStateResidencyProvider.cpp \ 153 libvrr/Power/DisplayStateResidencyWatcher.cpp \
|
/hardware/interfaces/power/1.3/ |
D | types.hal | 20 /** Power hint identifiers passed to powerHintAsync_1_3() */
|
/hardware/interfaces/power/aidl/vts/ |
D | VtsHalPowerTargetTest.cpp | 438 INSTANTIATE_TEST_SUITE_P(Power, PowerAidl, 441 INSTANTIATE_TEST_SUITE_P(Power, HintSessionAidl, 444 INSTANTIATE_TEST_SUITE_P(Power, FMQAidl,
|
/hardware/interfaces/power/aidl/default/apex/ |
D | Android.bp | 44 // Bundle the Power and PowerStats HALs into this one APEX.
|
/hardware/interfaces/nfc/1.1/ |
D | INfc.hal | 32 * Enable Power off use cases and close the NFC controller.
|
/hardware/interfaces/power/1.2/ |
D | types.hal | 20 /** Power hint identifiers passed to powerHintAsync_1_2() */
|
/hardware/interfaces/wifi/1.1/ |
D | IWifiChip.hal | 33 * Set/Reset Tx Power limits.
|
/hardware/interfaces/wifi/1.2/ |
D | IWifiChip.hal | 34 * Set/Reset Tx Power limits.
|
/hardware/google/pixel/power-libperfmgr/ |
D | Android.bp | 126 "aidl/Power.cpp",
|
/hardware/interfaces/power/1.0/ |
D | types.hal | 18 /** Power hint identifiers passed to powerHint() */
|
/hardware/interfaces/usb/1.0/ |
D | types.hal | 171 * Power Role of thte port.
|
/hardware/nxp/uwb/halimpl/config/ |
D | README.md | 140 Per-country, 4 bytes TX Power value.
|
/hardware/google/aemu/host-common/ |
D | address_space_device.cpp | 374 case AddressSpaceDeviceType::Power: in buildAddressSpaceDeviceContext()
|
/hardware/interfaces/camera/device/3.2/ |
D | ICameraDevice.hal | 147 * Power on and initialize this camera device for active use, returning a
|