HomeSort by relevance Sort by last modified time
    Searched refs:ConnectionState (Results 1 - 25 of 80) sorted by null

1 2 3 4

  /system/bt/include/hardware/
bt_hearing_aid.h 25 enum class ConnectionState {
37 virtual void OnConnectionState(ConnectionState state,
  /external/webrtc/webrtc/examples/androidapp/src/org/appspot/apprtc/
WebSocketRTCClient.java 44 private enum ConnectionState {
54 private ConnectionState roomState;
62 roomState = ConnectionState.NEW;
96 roomState = ConnectionState.NEW;
123 if (roomState == ConnectionState.CONNECTED) {
127 roomState = ConnectionState.CLOSED;
173 roomState = ConnectionState.CONNECTED;
189 if (roomState != ConnectionState.CONNECTED) {
239 if (roomState != ConnectionState.CONNECTED) {
330 if (roomState != ConnectionState.ERROR)
    [all...]
  /system/core/adb/
transport.h 111 atransport(ConnectionState state = kCsOffline)
124 // ConnectionState can be read by all threads, but can only be written in the main thread.
125 ConnectionState GetConnectionState() const;
126 void SetConnectionState(ConnectionState state);
202 std::atomic<ConnectionState> connection_state_;
adb.h 109 enum ConnectionState {
194 ConnectionState connection_state(atransport* t);
  /system/bt/btif/src/
btif_hearing_aid.cc 34 using bluetooth::hearing_aid::ConnectionState;
67 void OnConnectionState(ConnectionState state,
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
wsnwlink.h 43 UCHAR ConnectionState;
  /external/autotest/client/common_lib/cros/
dbus_send_unittest.py 42 string "ConnectionState"
154 'ConnectionState': 'online',
  /packages/apps/Bluetooth/jni/
com_android_bluetooth_hearing_aid.cpp 29 using bluetooth::hearing_aid::ConnectionState;
46 void OnConnectionState(ConnectionState state,
  /system/bt/bta/hearing_aid/
hearing_aid.cc 37 using bluetooth::hearing_aid::ConnectionState;
324 callbacks->OnConnectionState(ConnectionState::DISCONNECTED, address);
411 callbacks->OnConnectionState(ConnectionState::DISCONNECTED, address);
441 callbacks->OnConnectionState(ConnectionState::DISCONNECTED,
460 callbacks->OnConnectionState(ConnectionState::DISCONNECTED,
658 callbacks->OnConnectionState(ConnectionState::CONNECTED, address);
    [all...]
  /prebuilts/go/darwin-x86/src/net/http/httptest/
httptest.go 83 req.TLS = &tls.ConnectionState{
httptest_test.go 88 TLS: &tls.ConnectionState{
  /prebuilts/go/linux-x86/src/net/http/httptest/
httptest.go 83 req.TLS = &tls.ConnectionState{
httptest_test.go 88 TLS: &tls.ConnectionState{
  /prebuilts/go/darwin-x86/src/crypto/tls/
handshake_server_test.go 316 func testHandshake(clientConfig, serverConfig *Config) (serverState, clientState ConnectionState, err error) {
322 clientState = cli.ConnectionState()
329 serverState = server.ConnectionState()
488 // ConnectionState of the resulting connection. It returns false if the
489 // ConnectionState is unacceptable.
490 validate func(ConnectionState) error
589 connStateChan := make(chan ConnectionState, 1)
605 connStateChan <- server.ConnectionState()
782 validate: func(state ConnectionState) error {
803 validate: func(state ConnectionState) error
    [all...]
handshake_client_test.go 129 // ConnectionState of the resulting connection. It returns a non-nil
130 // error if the ConnectionState is unacceptable.
131 validate func(ConnectionState) error
374 if err := test.validate(client.ConnectionState()); err != nil {
855 validate: func(state ConnectionState) error {
884 validate: func(state ConnectionState) error {
    [all...]
  /prebuilts/go/linux-x86/src/crypto/tls/
handshake_server_test.go 316 func testHandshake(clientConfig, serverConfig *Config) (serverState, clientState ConnectionState, err error) {
322 clientState = cli.ConnectionState()
329 serverState = server.ConnectionState()
488 // ConnectionState of the resulting connection. It returns false if the
489 // ConnectionState is unacceptable.
490 validate func(ConnectionState) error
589 connStateChan := make(chan ConnectionState, 1)
605 connStateChan <- server.ConnectionState()
782 validate: func(state ConnectionState) error {
803 validate: func(state ConnectionState) error
    [all...]
handshake_client_test.go 129 // ConnectionState of the resulting connection. It returns a non-nil
130 // error if the ConnectionState is unacceptable.
131 validate func(ConnectionState) error
374 if err := test.validate(client.ConnectionState()); err != nil {
855 validate: func(state ConnectionState) error {
884 validate: func(state ConnectionState) error {
    [all...]
  /packages/apps/Bluetooth/src/com/android/bluetooth/newavrcp/
BrowsedPlayerWrapper.java 39 enum ConnectionState {
  /prebuilts/gradle-plugin/com/android/tools/devicelib/25.4.0-alpha5/
devicelib-25.4.0-alpha5.jar 
  /prebuilts/gradle-plugin/com/android/tools/devicelib/25.4.0-alpha6/
devicelib-25.4.0-alpha6.jar 
  /prebuilts/gradle-plugin/com/android/tools/devicelib/25.4.0-alpha7/
devicelib-25.4.0-alpha7.jar 
  /prebuilts/gradle-plugin/com/android/tools/devicelib/25.5.0-alpha-preview-02/
devicelib-25.5.0-alpha-preview-02.jar 
  /prebuilts/gradle-plugin/com/android/tools/devicelib/26.0.0/
devicelib-26.0.0.jar 
  /prebuilts/gradle-plugin/com/android/tools/devicelib/26.0.0-alpha6/
devicelib-26.0.0-alpha6.jar 
  /prebuilts/gradle-plugin/com/android/tools/devicelib/26.0.0-alpha7/
devicelib-26.0.0-alpha7.jar 

Completed in 1756 milliseconds

1 2 3 4