HomeSort by relevance Sort by last modified time
    Searched defs:power_state (Results 1 - 10 of 10) sorted by null

  /hardware/invensense/6515/libsensors_iio/software/core/mllite/linux/
inv_sysfs_utils.h 22 * @power_state: Power state (this is a five-star comment).
37 const char *power_state; member in struct:inv_sysfs_names_s
  /hardware/invensense/65xx/libsensors_iio/software/core/mllite/linux/
inv_sysfs_utils.h 16 * @power_state: Power state (this is a five-star comment).
31 const char *power_state; member in struct:inv_sysfs_names_s
  /external/chromium_org/ui/display/chromeos/
display_configurator.h 155 chromeos::DisplayPowerState power_state() const { return power_state_; } function in class:ui::DisplayConfigurator
176 void SetInitialDisplayPower(chromeos::DisplayPowerState power_state);
195 bool SetDisplayPower(chromeos::DisplayPowerState power_state, int flags);
300 // Switches to the state specified in |display_state| and |power_state|.
308 chromeos::DisplayPowerState power_state);
310 // Switches to the state specified in |display_state| and |power_state|.
314 chromeos::DisplayPowerState power_state);
317 // in |power_state|.
319 chromeos::DisplayPowerState power_state) const;
  /external/chromium_org/chrome/browser/chromeos/display/
display_preferences.cc 274 void StoreDisplayPowerState(DisplayPowerState power_state) {
276 DisplayPowerStateToStringMap::const_iterator iter = map->find(power_state);
285 ash::Shell::GetInstance()->display_configurator()->power_state());
326 chromeos::DisplayPowerState power_state; local
327 if (GetDisplayPowerStateFromString(value, &power_state)) {
329 power_state);
341 // Stores the given |power_state|.
342 void StoreDisplayPowerStateForTest(DisplayPowerState power_state) {
343 StoreDisplayPowerState(power_state);
  /hardware/invensense/6515/libsensors_iio/software/simple_apps/self_test/
inv_self_test.c 53 char *power_state; member in struct:sysfs_attrbs
190 sprintf(mpu.power_state, "%s%s", sysfs_path, "/power_state");
354 if (save_n_write_sysfs_int(mpu.power_state, 1,
356 printf("Self-Test:ERR-Failed to set power_state=1\n");
638 if (write_sysfs_int(mpu.power_state, mpu.power_state_value) < 0) {
639 printf("Self-Test:ERR-Failed to restore power_state\n");
  /hardware/invensense/6515/libsensors_iio/software/simple_apps/gesture_test/
inv_gesture_test.c 48 char *power_state; member in struct:sysfs_attrbs
199 sprintf(mpu.power_state, "%s%s", sysfs_path, "/power_state");
  /hardware/invensense/60xx/libsensors_iio/
MPLSensor.h 278 char *power_state; member in struct:MPLSensor::sysfs_attrbs
  /external/libnfc-nci/src/nfa/int/
nfa_ee_int.h 227 tNFA_EE_PWR_STATE power_state; member in struct:__anon27962
447 void nfa_ee_get_tech_route (UINT8 power_state, UINT8 *p_handles);
  /hardware/invensense/6515/libsensors_iio/
MPLSensor.h 418 char *power_state; member in struct:MPLSensor::sysfs_attrbs
  /hardware/invensense/65xx/libsensors_iio/
MPLSensor.h 439 char *power_state; member in struct:MPLSensor::sysfs_attrbs

Completed in 370 milliseconds