Home
last modified time | relevance | path

Searched refs:Power (Results 1 – 25 of 33) sorted by relevance

12

/hardware/interfaces/power/aidl/default/
DPower.cpp44 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()
Dmain.cpp23 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()
DPower.h29 class Power : public BnPower {
DAndroid.bp42 "Power.cpp",
/hardware/interfaces/power/1.0/default/
DPower.cpp32 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()
DPower.h41 struct Power : public IPower { struct
42 Power(power_module_t* module);
43 ~Power();
DAndroid.bp29 srcs: ["Power.cpp"],
/hardware/google/pixel/power-libperfmgr/aidl/
DPower.cpp51 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 …]
Dservice.cpp34 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()
DPower.h36 class Power : public ::aidl::android::hardware::power::BnPower {
38 Power(std::shared_ptr<DisplayLowPower> dlpw);
/hardware/google/aemu/host-common/include/host-common/
DAddressSpaceService.h36 Power = 3, enumerator
/hardware/google/graphics/common/libhwc2.1/
DAndroid.mk151 libvrr/Power/PowerStatsPresentProfileTokenGenerator.cpp \
152 libvrr/Power/DisplayStateResidencyProvider.cpp \
153 libvrr/Power/DisplayStateResidencyWatcher.cpp \
/hardware/interfaces/power/1.3/
Dtypes.hal20 /** Power hint identifiers passed to powerHintAsync_1_3() */
/hardware/interfaces/power/aidl/vts/
DVtsHalPowerTargetTest.cpp438 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/
DAndroid.bp44 // Bundle the Power and PowerStats HALs into this one APEX.
/hardware/interfaces/nfc/1.1/
DINfc.hal32 * Enable Power off use cases and close the NFC controller.
/hardware/interfaces/power/1.2/
Dtypes.hal20 /** Power hint identifiers passed to powerHintAsync_1_2() */
/hardware/interfaces/wifi/1.1/
DIWifiChip.hal33 * Set/Reset Tx Power limits.
/hardware/interfaces/wifi/1.2/
DIWifiChip.hal34 * Set/Reset Tx Power limits.
/hardware/google/pixel/power-libperfmgr/
DAndroid.bp126 "aidl/Power.cpp",
/hardware/interfaces/power/1.0/
Dtypes.hal18 /** Power hint identifiers passed to powerHint() */
/hardware/interfaces/usb/1.0/
Dtypes.hal171 * Power Role of thte port.
/hardware/nxp/uwb/halimpl/config/
DREADME.md140 Per-country, 4 bytes TX Power value.
/hardware/google/aemu/host-common/
Daddress_space_device.cpp374 case AddressSpaceDeviceType::Power: in buildAddressSpaceDeviceContext()
/hardware/interfaces/camera/device/3.2/
DICameraDevice.hal147 * Power on and initialize this camera device for active use, returning a

12