/hardware/interfaces/power/aidl/default/ |
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.cpp | 32 ndk::ScopedAStatus Power::setMode(Mode type, bool enabled) { in setMode() 37 ndk::ScopedAStatus Power::isModeSupported(Mode type, bool* _aidl_return) { in isModeSupported() 43 ndk::ScopedAStatus Power::setBoost(Boost type, int32_t durationMs) { in setBoost() 49 ndk::ScopedAStatus Power::isBoostSupported(Boost type, bool* _aidl_return) { in isBoostSupported() 55 ndk::ScopedAStatus Power::createHintSession(int32_t, int32_t, const std::vector<int32_t>&, int64_t, in createHintSession() 61 ndk::ScopedAStatus Power::getHintSessionPreferredRate(int64_t* outNanoseconds) { in getHintSessionPreferredRate()
|
D | Power.h | 28 class Power : public BnPower {
|
D | Android.bp | 37 "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 | 50 Power::Power(std::shared_ptr<HintManager> hm, std::shared_ptr<DisplayLowPower> dlpw) in Power() function in aidl::google::hardware::power::impl::pixel::Power 95 ndk::ScopedAStatus Power::setMode(Mode type, bool enabled) { in setMode() 182 ndk::ScopedAStatus Power::isModeSupported(Mode type, bool *_aidl_return) { in isModeSupported() 193 ndk::ScopedAStatus Power::setBoost(Boost type, int32_t durationMs) { in setBoost() 229 ndk::ScopedAStatus Power::isBoostSupported(Boost type, bool *_aidl_return) { in isBoostSupported() 240 binder_status_t Power::dump(int fd, const char **, uint32_t) { in dump() 256 ndk::ScopedAStatus Power::createHintSession(int32_t tgid, int32_t uid, in createHintSession() 275 ndk::ScopedAStatus Power::getHintSessionPreferredRate(int64_t *outNanoseconds) { in getHintSessionPreferredRate()
|
D | service.cpp | 32 using aidl::google::hardware::power::impl::pixel::Power; 61 std::shared_ptr<Power> pw = ndk::SharedRefBase::make<Power>(hm, dlpw); in main() 70 const std::string instance = std::string() + Power::descriptor + "/default"; in main()
|
D | Power.h | 41 class Power : public ::aidl::android::hardware::power::BnPower { 43 Power(std::shared_ptr<HintManager> hm, std::shared_ptr<DisplayLowPower> dlpw);
|
/hardware/interfaces/power/1.3/ |
D | types.hal | 20 /** Power hint identifiers passed to powerHintAsync_1_3() */
|
/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.2/ |
D | IWifiChip.hal | 34 * Set/Reset Tx Power limits.
|
/hardware/interfaces/wifi/1.1/ |
D | IWifiChip.hal | 33 * Set/Reset Tx Power limits.
|
/hardware/interfaces/power/aidl/vts/ |
D | VtsHalPowerTargetTest.cpp | 218 INSTANTIATE_TEST_SUITE_P(Power, PowerAidl,
|
/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/interfaces/camera/device/3.2/ |
D | ICameraDevice.hal | 147 * Power on and initialize this camera device for active use, returning a
|
/hardware/interfaces/radio/1.5/ |
D | types.hal | 72 * Received Signal Code Power. 79 * Reference Signal Received Power.
|
/hardware/interfaces/radio/1.0/ |
D | types.hal | 789 // Level index of CPICH Received Signal Code Power in UMTS 1279 uint32_t rsrp; // The current Reference Signal Receive Power in dBm 1308 uint32_t rscp; // The Received Signal Code Power in dBm multiplied by -1.
|
/hardware/interfaces/wifi/1.0/ |
D | IWifiChip.hal | 150 * Power events reported via debug ring buffer.
|
/hardware/interfaces/tv/tuner/1.0/ |
D | types.hal | 1639 * Power Voltage Type for LNB.
|
/hardware/interfaces/graphics/composer/2.1/ |
D | IComposerClient.hal | 71 /** Power modes for use with setPowerMode. */
|
/hardware/interfaces/automotive/vehicle/2.0/ |
D | types.hal | 3115 * policy applied at power status transition. Power policy groups are defined at 3728 * int32Values[1]: Time to turn AP back on, in seconds. Power controller should turn on 3761 * int32Values[1]: Time to turn AP back on, in seconds. Power controller should turn on
|