Searched refs:power_state (Results 1 - 8 of 8) sorted by relevance

/external/chromium_org/chrome/browser/chromeos/display/
H A Ddisplay_preferences.h49 // Stores the given |power_state| for tests.
50 void StoreDisplayPowerStateForTest(DisplayPowerState power_state);
H A Ddisplay_preferences.cc300 void StoreDisplayPowerState(DisplayPowerState power_state) { argument
302 DisplayPowerStateToStringMap::const_iterator iter = map->find(power_state);
376 chromeos::DisplayPowerState power_state; local
377 if (GetDisplayPowerStateFromString(value, &power_state)) {
379 power_state);
391 // Stores the given |power_state|.
392 void StoreDisplayPowerStateForTest(DisplayPowerState power_state) { argument
393 StoreDisplayPowerState(power_state);
/external/chromium_org/ui/display/chromeos/
H A Ddisplay_configurator.h161 void SetInitialDisplayPower(chromeos::DisplayPowerState power_state);
180 // the system successfully enters (or was already in) |power_state|.
181 bool SetDisplayPower(chromeos::DisplayPowerState power_state, int flags);
276 // Switches to the state specified in |display_state| and |power_state|.
284 chromeos::DisplayPowerState power_state);
286 // Switches to the state specified in |display_state| and |power_state|.
290 chromeos::DisplayPowerState power_state);
293 // in |power_state|.
295 chromeos::DisplayPowerState power_state) const;
H A Ddisplay_configurator.cc181 chromeos::DisplayPowerState power_state) {
183 requested_power_state_ = current_power_state_ = power_state;
448 chromeos::DisplayPowerState power_state,
453 VLOG(1) << "SetDisplayPower: power_state="
454 << DisplayPowerStateToString(power_state) << " flags=" << flags
457 if (power_state == current_power_state_ &&
464 const MultipleDisplayState new_state = ChooseDisplayState(power_state);
474 success = EnterStateOrFallBackToSoftwareMirroring(new_state, power_state);
479 if (success && power_state != chromeos::DISPLAY_POWER_ALL_OFF)
742 chromeos::DisplayPowerState power_state) {
180 SetInitialDisplayPower( chromeos::DisplayPowerState power_state) argument
447 SetDisplayPower( chromeos::DisplayPowerState power_state, int flags) argument
740 EnterStateOrFallBackToSoftwareMirroring( MultipleDisplayState display_state, chromeos::DisplayPowerState power_state) argument
758 EnterState(MultipleDisplayState display_state, chromeos::DisplayPowerState power_state) argument
[all...]
/external/libnfc-nci/src/nfa/ee/
H A Dnfa_ee_api.c407 tNFA_EE_PWR_STATE power_state)
431 p_msg->power_state = power_state;
404 NFA_EeAddAidRouting(tNFA_HANDLE ee_handle, UINT8 aid_len, UINT8 *p_aid, tNFA_EE_PWR_STATE power_state) argument
H A Dnfa_ee_act.c651 p_cb->aid_pwr_cfg[entry] = p_add->power_state;
684 p_cb->aid_pwr_cfg[p_cb->aid_entries] = p_add->power_state;
1817 void nfa_ee_get_tech_route (UINT8 power_state, UINT8 *p_handles) argument
1829 NFA_TRACE_DEBUG1("nfa_ee_get_tech_route(): %d", power_state);
1839 switch (power_state)
/external/libnfc-nci/src/nfa/include/
H A Dnfa_ee_api.h370 tNFA_EE_PWR_STATE power_state);
/external/libnfc-nci/src/nfa/int/
H A Dnfa_ee_int.h227 tNFA_EE_PWR_STATE power_state; member in struct:__anon24153
447 void nfa_ee_get_tech_route (UINT8 power_state, UINT8 *p_handles);

Completed in 466 milliseconds