/third_party/boost/libs/msm/doc/PDF/examples/ |
D | ActiveStateSetBeforeTransition.cpp | 51 struct Disconnected : public msm::front::state<> struct 80 typedef Disconnected initial_state; 86 …Row < Connected , disconnect , Disconnected , SignalDisconnect , none … 87 …Row < Disconnected , connect , Connected , SignalConnect , none …
|
D | ActivateStateBeforeTransitionEuml.cpp | 93 BOOST_MSM_EUML_STATE(( Disconnected_Entry,Disconnected_Exit ),Disconnected) 97 Disconnected == Connected + disconnect / SignalDisconnect , 98 Connected == Disconnected + connect / SignalConnect 114 init_ << Disconnected, // Init State
|
/third_party/boost/libs/msm/doc/HTML/examples/ |
D | ActiveStateSetBeforeTransition.cpp | 51 struct Disconnected : public msm::front::state<> struct 80 typedef Disconnected initial_state; 86 …Row < Connected , disconnect , Disconnected , SignalDisconnect , none … 87 …Row < Disconnected , connect , Connected , SignalConnect , none …
|
D | ActivateStateBeforeTransitionEuml.cpp | 93 BOOST_MSM_EUML_STATE(( Disconnected_Entry,Disconnected_Exit ),Disconnected) 97 Disconnected == Connected + disconnect / SignalDisconnect , 98 Connected == Disconnected + connect / SignalConnect 114 init_ << Disconnected, // Init State
|
/third_party/e2fsprogs/tests/f_bad_disconnected_inode/ |
D | name | 1 Disconnected inode with bad fields
|
/third_party/skia/third_party/externals/oboe/docs/notes/ |
D | README.md | 6 * [Disconnected Streams](disconnect.md) - Responding to Plugging In and Unplugging Headsets
|
D | disconnect.md | 3 # Tech Note: Disconnected Streams and Plugin Issues
|
/third_party/skia/third_party/externals/oboe/docs/ |
D | README.md | 12 - [Disconnected Streams](notes/disconnect.md)
|
D | FullGuide.md | 204 An Oboe stream is usually in one of five stable states (the error state, Disconnected, is described… 321 ### Disconnected audio stream 329 When a stream is disconnected, it has the state "Disconnected" and calls to `write()` or other func… 346 …m is also a valid use of this callback, especially if the error received is `Error::Disconnected`.
|
/third_party/node/deps/npm/node_modules/socks/typings/common/ |
D | constants.d.ts | 88 Disconnected = 11, enumerator
|
/third_party/skia/third_party/externals/oboe/include/oboe/ |
D | Definitions.h | 72 Disconnected = 13, // AAUDIO_STREAM_STATE_DISCONNECTED, enumerator
|
/third_party/skia/third_party/externals/dawn/docs/ |
D | device_facilities.md | 40 … has been disconnected by the backend, in which case it jumps directly to the `Disconnected` state. 42 After this the device is set in the `Disconnected` state. 45 …uction or forceful disconnect of the device, it properly gets to the `Disconnected` state with no …
|
/third_party/skia/third_party/externals/oboe/samples/iolib/src/main/cpp/player/ |
D | SimpleMultiPlayer.cpp | 47 if (streamState == StreamState::Disconnected) { in onAudioReady()
|
/third_party/libwebsockets/minimal-examples/secure-streams/minimal-secure-streams-alexa/ |
D | README.md | 73 ^C[2019/10/16 16:22:14:3067] U: Disconnected from Alexa
|
/third_party/skia/third_party/externals/oboe/src/common/ |
D | AudioStream.cpp | 84 } else if (state == StreamState::Disconnected) { in waitForStateTransition()
|
D | Utilities.cpp | 147 case StreamState::Disconnected: return "Disconnected"; in convertToText()
|
/third_party/node/test/cctest/ |
D | test_inspector_socket_server.cc | 263 void Disconnected() { in Disconnected() function in __anonc5369da30111::ServerHolder 333 harness_->Disconnected(); in EndSession()
|
/third_party/skia/third_party/externals/dawn/src/dawn_native/ |
D | Device.cpp | 358 case State::Disconnected: in Destroy() 384 mState = State::Disconnected; in Destroy() 408 mState = State::Disconnected; in HandleError() 437 mState = State::Disconnected; in HandleError()
|
D | Device.h | 305 Disconnected, enumerator
|
/third_party/skia/third_party/externals/dawn/src/dawn_native/opengl/ |
D | DeviceGL.cpp | 293 ASSERT(GetState() == State::Disconnected); in DestroyImpl()
|
/third_party/lwip/doc/ |
D | mqtt_client.txt | 71 printf("mqtt_connection_cb: Disconnected, reason: %d\n", status);
|
/third_party/skia/third_party/externals/dawn/src/dawn_native/vulkan/ |
D | DeviceVk.cpp | 879 if (GetState() == State::Disconnected) { in WaitForIdleForDestruction() 901 ASSERT(GetState() == State::Disconnected); in DestroyImpl()
|
/third_party/skia/third_party/externals/dawn/src/dawn_native/null/ |
D | DeviceNull.cpp | 184 ASSERT(GetState() == State::Disconnected); in DestroyImpl()
|
/third_party/skia/third_party/externals/oboe/src/aaudio/ |
D | AAudioLoader.cpp | 267 static_assert((int32_t)StreamState::Disconnected == AAUDIO_STREAM_STATE_DISCONNECTED, ERRMSG);
|
/third_party/skia/third_party/externals/dawn/src/dawn_native/d3d12/ |
D | DeviceD3D12.cpp | 666 ASSERT(GetState() == State::Disconnected); in DestroyImpl()
|