Home
last modified time | relevance | path

Searched refs:state (Results 1 – 7 of 7) sorted by relevance

/CTR-SDK-4.2.7-SampleDemos/common/include/scene/
DGuiControlBase.h122 nn::util::Color8 GetBorderColor(ControlState state) const in GetBorderColor() argument
124 if (state < CONTROL_STATE_MAX) in GetBorderColor()
126 return m_borderColors[state]; in GetBorderColor()
135 nn::util::Color8 GetTextColor(ControlState state) const in GetTextColor() argument
137 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() argument
238 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 …]
DTenKey.h92 void SetState(State state) {m_state = state;} in SetState() argument
/CTR-SDK-4.2.7-SampleDemos/dlp/SimpleServer/
DParent.cpp59 ParentState state = NOT_INITIALIZED; in DoParent() local
98 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()
DSimpleServer.cpp57 void DisplayClientState(u16 x, u16 y, nn::dlp::ClientState state, in DisplayClientState() argument
60 switch (state) in DisplayClientState()
/CTR-SDK-4.2.7-SampleDemos/dlp/Child_0/
DChild.cpp95 ChildState state = NOT_INITIALIZED; in nnMain() local
134 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 …]
/CTR-SDK-4.2.7-SampleDemos/cec/cec_demo1/
Dcec_Main.cpp482 u32 state; in IsCecDaemonBusy() local
483 nn::cec::CecControl::GetCecState(&state); in IsCecDaemonBusy()
484 if(state != nn::cec::CecControl::DAEMON_STATE_IDLE) in IsCecDaemonBusy()
/CTR-SDK-4.2.7-SampleDemos/dlp/FakeClient/
DFakeClient.cpp312 …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()