Searched refs:state (Results 1 – 7 of 7) sorted by relevance
122 nn::util::Color8 GetBorderColor(ControlState state) const in GetBorderColor() argument124 if (state < CONTROL_STATE_MAX) in GetBorderColor()126 return m_borderColors[state]; in GetBorderColor()135 nn::util::Color8 GetTextColor(ControlState state) const in GetTextColor() argument137 if (state < CONTROL_STATE_MAX) in GetTextColor()139 return m_textColors[state]; in GetTextColor()236 void SetBorderColor(ControlState state, nn::util::Color8 color) in SetBorderColor() argument238 if (state < CONTROL_STATE_MAX) in SetBorderColor()240 m_borderColors[state] = color; in SetBorderColor()247 void SetTextColor(ControlState state, nn::util::Color8 color) in SetTextColor() argument[all …]
92 void SetState(State state) {m_state = state;} in SetState() argument
59 ParentState state = NOT_INITIALIZED; in DoParent() local98 switch( state ) in DoParent()126 state = ERROR; in DoParent()131 state = MASTER; in DoParent()145 state = ERROR; in DoParent()182 state = ERROR; in DoParent()189 state = ERROR; in DoParent()221 state = NOT_INITIALIZED; in DoParent()232 if (state == MASTER) in DoParent()
57 void DisplayClientState(u16 x, u16 y, nn::dlp::ClientState state, in DisplayClientState() argument60 switch (state) in DisplayClientState()
95 ChildState state = NOT_INITIALIZED; in nnMain() local134 switch( state ) in nnMain()143 state = ERROR; in nnMain()150 state = SCANNING; in nnMain()180 state = CONNECTING; in nnMain()189 state = ERROR; in nnMain()216 state = ERROR; in nnMain()222 state = CLIENT; in nnMain()230 state = ERROR; in nnMain()233 if (CONNECTING == state) in nnMain()[all …]
482 u32 state; in IsCecDaemonBusy() local483 nn::cec::CecControl::GetCecState(&state); in IsCecDaemonBusy()484 if(state != nn::cec::CecControl::DAEMON_STATE_IDLE) in IsCecDaemonBusy()
312 …erSystem->DrawText(FONT_SIZE * x, FONT_SIZE * y++, "STATE : %d\n", status.state.Get()); in DisplayDownloadInfo()689 switch(clientStatus.state) in Update()722 switch(clientStatus.state) in Display()