HomeSort by relevance Sort by last modified time
    Searched full:connectionlost (Results 1 - 8 of 8) sorted by null

  /development/tools/axl/
axl.py 46 def connectionLost(self, reason):
47 self.log("BaseProtocol.connectionLost():", reason)
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
sensevts.h 81 virtual HRESULT WINAPI ConnectionLost(BSTR bstrConnection,ULONG ulType) = 0;
97 HRESULT (WINAPI *ConnectionLost)(ISensNetwork *This,BSTR bstrConnection,ULONG ulType);
115 #define ISensNetwork_ConnectionLost(This,bstrConnection,ulType) (This)->lpVtbl->ConnectionLost(This,bstrConnection,ulType)
  /external/webrtc/webrtc/examples/androidapp/third_party/autobanh/
autobanh.jar 
  /cts/apps/CtsVerifier/src/com/android/cts/verifier/bluetooth/
BluetoothChatService.java 259 private void connectionLost() {
468 connectionLost();
  /developers/build/prebuilts/gradle/BluetoothChat/Application/src/main/java/com/example/android/bluetoothchat/
BluetoothChatService.java 281 private void connectionLost() {
501 connectionLost();
  /developers/samples/android/connectivity/bluetooth/BluetoothChat/Application/src/main/java/com/example/android/bluetoothchat/
BluetoothChatService.java 281 private void connectionLost() {
501 connectionLost();
  /development/samples/BluetoothChat/src/com/example/android/BluetoothChat/
BluetoothChatService.java 248 private void connectionLost() {
461 connectionLost();
  /development/samples/browseable/BluetoothChat/src/com.example.android.bluetoothchat/
BluetoothChatService.java 281 private void connectionLost() {
501 connectionLost();

Completed in 228 milliseconds