/hardware/interfaces/power/1.0/ |
D | Android.bp | 4 name: "android.hardware.power@1.0_hal", 12 name: "android.hardware.power@1.0_genc++", 14 …d.hardware:hardware/interfaces -randroid.hidl:system/libhidl/transport android.hardware.power@1.0", 16 ":android.hardware.power@1.0_hal", 19 "android/hardware/power/1.0/types.cpp", 20 "android/hardware/power/1.0/PowerAll.cpp", 25 name: "android.hardware.power@1.0_genc++_headers", 27 …d.hardware:hardware/interfaces -randroid.hidl:system/libhidl/transport android.hardware.power@1.0", 29 ":android.hardware.power@1.0_hal", 32 "android/hardware/power/1.0/types.h", [all …]
|
D | Android.mk | 8 LOCAL_MODULE := android.hardware.power-V1.0-java 22 GEN := $(intermediates)/android/hardware/power/V1_0/Feature.java 32 android.hardware.power@1.0::types.Feature 41 GEN := $(intermediates)/android/hardware/power/V1_0/PowerHint.java 51 android.hardware.power@1.0::types.PowerHint 60 GEN := $(intermediates)/android/hardware/power/V1_0/PowerStatePlatformSleepState.java 70 android.hardware.power@1.0::types.PowerStatePlatformSleepState 79 GEN := $(intermediates)/android/hardware/power/V1_0/PowerStateVoter.java 89 android.hardware.power@1.0::types.PowerStateVoter 98 GEN := $(intermediates)/android/hardware/power/V1_0/Status.java [all …]
|
D | IPower.hal | 16 package android.hardware.power@1.0; 19 * Constructor for the interface performs power management setup actions at 24 * setInteractive() performs power management actions upon the 30 * inactivity in order to conserve battery power during 36 * system to low-power sleep state when entering non-interactive 37 * state, and to disallow low-power suspend when the system is in 38 * interactive state. When low-power suspend state is allowed, the 53 * powerHint() is called to pass hints on power requirements which 54 * may result in adjustment of power/performance parameters of the 80 * i.e. lesser steady-state power is consumed by the platform to be [all …]
|
/hardware/interfaces/power/1.0/vts/functional/ |
D | VtsHalPowerV1_0TargetTest.cpp | 30 using ::android::hardware::power::V1_0::IPower; 31 using ::android::hardware::power::V1_0::Feature; 32 using ::android::hardware::power::V1_0::PowerHint; 33 using ::android::hardware::power::V1_0::PowerStatePlatformSleepState; 34 using ::android::hardware::power::V1_0::Status; 50 power = ::testing::VtsHalHidlTargetTestBase::getService<IPower>(); in SetUp() 51 ASSERT_NE(power, nullptr); in SetUp() 56 sp<IPower> power; member in PowerHidlTest 63 ret = power->setInteractive(true); in TEST_F() 66 ret = power->setInteractive(false); in TEST_F() [all …]
|
/hardware/interfaces/power/1.0/default/ |
D | Power.h | 26 namespace power { 30 using ::android::hardware::power::V1_0::Feature; 31 using ::android::hardware::power::V1_0::IPower; 32 using ::android::hardware::power::V1_0::PowerHint; 33 using ::android::hardware::power::V1_0::PowerStatePlatformSleepState; 34 using ::android::hardware::power::V1_0::Status;
|
D | Android.bp | 16 name: "android.hardware.power@1.0-impl", 33 "android.hardware.power@1.0", 42 name: "android.hardware.power@1.0-service", 43 init_rc: ["android.hardware.power@1.0-service.rc"], 58 "android.hardware.power@1.0",
|
D | android.hardware.power@1.0-service.rc | 1 service power-hal-1-0 /vendor/bin/hw/android.hardware.power@1.0-service
|
D | service.cpp | 22 using android::hardware::power::V1_0::IPower;
|
/hardware/interfaces/usb/1.0/ |
D | types.hal | 51 * Denotes the power role of the port. 52 * The port can either be a "source" or "sink" for power. 91 * Indicates that the port does not have a power role. 92 * In case of DRP, the current power role of the port is only resolved 98 * Indicates that the port is supplying power to the other port. 103 * Indicates that the port is sinking power from the other port. 119 * Indicates that port can only act as device for data and sink for power. 124 * Indicates the port can only act as host for data and source for power. 196 * True indicates that the port's power role 207 * data and sink for power. [all …]
|
/hardware/invensense/6515/libsensors_iio/ |
D | CompassSensor.IIO.9150.cpp | 300 list->power = COMPASS_MPU9150_POWER; in fillList() 310 list->power = COMPASS_AKM8975_POWER; in fillList() 320 list->power = COMPASS_AKM8963_POWER; in fillList() 330 list->power = COMPASS_AKM9911_POWER; in fillList() 340 list->power = COMPASS_AKM9912_POWER; in fillList() 349 list->power = COMPASS_MPU9350_POWER; in fillList() 356 list->power = COMPASS_YAS53x_POWER; in fillList() 363 list->power = COMPASS_AMI306_POWER; in fillList() 373 list->power = COMPASS_AKM8975_POWER; in fillList()
|
D | CompassSensor.AKM.cpp | 160 list->power = COMPASS_AKM8963_POWER; in fillList() 167 list->power = COMPASS_AKM8975_POWER; in fillList() 177 list->power = COMPASS_AKM8975_POWER; in fillList()
|
D | CompassSensor.IIO.primary.cpp | 410 list->power = COMPASS_MPU9150_POWER; in fillList() 421 list->power = COMPASS_AKM8975_POWER; in fillList() 432 list->power = COMPASS_AKM8963_POWER; in fillList() 443 list->power = COMPASS_AKM9911_POWER; in fillList() 454 list->power = COMPASS_AKM9912_POWER; in fillList() 462 list->power = COMPASS_AMI306_POWER; in fillList() 472 list->power = COMPASS_YAS53x_POWER; in fillList() 484 list->power = COMPASS_AKM8975_POWER; in fillList()
|
/hardware/qcom/power/ |
D | Android.mk | 14 power.c \ 16 LOCAL_MODULE:= power.$(TARGET_BOARD_PLATFORM)
|
/hardware/invensense/65xx/libsensors_iio/ |
D | CompassSensor.AKM.cpp | 160 list->power = COMPASS_AKM8963_POWER; in fillList() 167 list->power = COMPASS_AKM8975_POWER; in fillList() 177 list->power = COMPASS_AKM8975_POWER; in fillList()
|
D | CompassSensor.IIO.9150.cpp | 298 list->power = COMPASS_MPU9150_POWER; in fillList() 308 list->power = COMPASS_AKM8975_POWER; in fillList() 317 list->power = COMPASS_MPU9350_POWER; in fillList() 324 list->power = COMPASS_YAS53x_POWER; in fillList() 331 list->power = COMPASS_AMI306_POWER; in fillList() 341 list->power = COMPASS_AKM8975_POWER; in fillList()
|
D | CompassSensor.IIO.primary.cpp | 410 list->power = COMPASS_MPU9150_POWER; in fillList() 420 list->power = COMPASS_AKM8975_POWER; in fillList() 428 list->power = COMPASS_AMI306_POWER; in fillList() 438 list->power = COMPASS_YAS53x_POWER; in fillList() 450 list->power = COMPASS_AKM8975_POWER; in fillList()
|
D | PressureSensor.IIO.secondary.cpp | 165 list->power = PRESSURE_BMP280_POWER; in fillList() 176 list->power = PRESSURE_BMP280_POWER; in fillList()
|
/hardware/qcom/gps/msm8998/core/ |
D | LBSProxyBase.h | 64 inline virtual void modemPowerVote(bool power) const { in modemPowerVote() argument 66 (void)power; in modemPowerVote()
|
D | ContextBase.h | 128 inline void modemPowerVote(bool power) const { return mLBSProxy->modemPowerVote(power); } in modemPowerVote() argument
|
/hardware/libhardware_legacy/ |
D | Android.bp | 19 srcs: ["power.c"], 50 "power.c",
|
/hardware/qcom/gps/core/ |
D | ContextBase.h | 61 inline void modemPowerVote(bool power) const { return mLBSProxy->modemPowerVote(power); } in modemPowerVote() argument
|
/hardware/qcom/gps/msm8994/core/ |
D | ContextBase.h | 61 inline void modemPowerVote(bool power) const { return mLBSProxy->modemPowerVote(power); } in modemPowerVote() argument
|
/hardware/libhardware/modules/power/ |
D | Android.bp | 16 name: "power.default", 19 srcs: ["power.c"],
|
/hardware/qcom/gps/msm8996/core/ |
D | ContextBase.h | 120 inline void modemPowerVote(bool power) const { return mLBSProxy->modemPowerVote(power); } in modemPowerVote() argument
|
/hardware/qcom/gps/msm8909/core/ |
D | ContextBase.h | 120 inline void modemPowerVote(bool power) const { return mLBSProxy->modemPowerVote(power); } in modemPowerVote() argument
|