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

1 2

  /frameworks/base/wifi/java/android/net/wifi/aware/
IWifiAwareManager.aidl 55 void terminateSession(int clientId, int discoverySessionId);
DiscoverySession.java 107 mgr.terminateSession(mClientId, mSessionId);
WifiAwareManager.java 373 public void terminateSession(int clientId, int sessionId) {
376 "terminateSession(): clientId=" + clientId + ", sessionId=" + sessionId);
380 mService.terminateSession(clientId, sessionId);
    [all...]
  /frameworks/opt/net/wifi/service/java/com/android/server/wifi/aware/
WifiAwareServiceImpl.java 277 public void terminateSession(int clientId, int sessionId) {
284 Log.v(TAG, "terminateSession: sessionId=" + sessionId + ", uid=" + uid + ", clientId="
288 mStateManager.terminateSession(clientId, sessionId);
WifiAwareClientState.java 180 public WifiAwareDiscoverySessionState terminateSession(int sessionId) {
183 Log.e(TAG, "terminateSession: sessionId doesn't exist - " + sessionId);
WifiAwareStateManager.java 605 public void terminateSession(int clientId, int sessionId) {
    [all...]
  /frameworks/opt/net/wifi/tests/wifitests/src/com/android/server/wifi/aware/
WifiAwareServiceImplTest.java 338 * Validate terminateSession() - correct pass-through args.
345 mDut.terminateSession(clientId, sessionId);
347 verify(mAwareStateManagerMock).terminateSession(clientId, sessionId);
WifiAwareStateManagerTest.java     [all...]
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/llvm/ExecutionEngine/Orc/
OrcRemoteTargetClient.h 554 Error terminateSession() { return callB<utils::TerminateSession>(); }
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/llvm/ExecutionEngine/Orc/
OrcRemoteTargetClient.h 554 Error terminateSession() { return callB<utils::TerminateSession>(); }
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/llvm/ExecutionEngine/Orc/
OrcRemoteTargetClient.h 554 Error terminateSession() { return callB<utils::TerminateSession>(); }
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/llvm/ExecutionEngine/Orc/
OrcRemoteTargetClient.h 554 Error terminateSession() { return callB<utils::TerminateSession>(); }
  /prebuilts/clang/host/linux-x86/clang-4579689/include/llvm/ExecutionEngine/Orc/
OrcRemoteTargetClient.h 554 Error terminateSession() { return callB<utils::TerminateSession>(); }
  /prebuilts/clang/host/linux-x86/clang-4630689/include/llvm/ExecutionEngine/Orc/
OrcRemoteTargetClient.h 554 Error terminateSession() { return callB<utils::TerminateSession>(); }
  /prebuilts/clang/host/linux-x86/clang-4639204/include/llvm/ExecutionEngine/Orc/
OrcRemoteTargetClient.h 554 Error terminateSession() { return callB<utils::TerminateSession>(); }
  /prebuilts/clang/host/linux-x86/clang-4691093/include/llvm/ExecutionEngine/Orc/
OrcRemoteTargetClient.h 554 Error terminateSession() { return callB<utils::TerminateSession>(); }
  /frameworks/base/wifi/tests/src/android/net/wifi/aware/
WifiAwareManagerTest.java 358 inOrder.verify(mockAwareService).terminateSession(clientId, sessionId);
500 inOrder.verify(mockAwareService).terminateSession(clientId, sessionId);
    [all...]
  /external/llvm/examples/Kaleidoscope/BuildingAJIT/Chapter5/
toy.cpp     [all...]
  /external/llvm/include/llvm/ExecutionEngine/Orc/
OrcRemoteTargetClient.h 687 Error terminateSession() { return callST<TerminateSession>(Channel); }
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/ExecutionEngine/Orc/
OrcRemoteTargetClient.h 631 Error terminateSession() { return callB<TerminateSession>(); }
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/llvm/ExecutionEngine/Orc/
OrcRemoteTargetClient.h 636 Error terminateSession() { return callB<TerminateSession>(); }
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/llvm/ExecutionEngine/Orc/
OrcRemoteTargetClient.h 636 Error terminateSession() { return callB<TerminateSession>(); }
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/ExecutionEngine/Orc/
OrcRemoteTargetClient.h 631 Error terminateSession() { return callB<TerminateSession>(); }
  /prebuilts/clang/host/linux-x86/clang-4393122/include/llvm/ExecutionEngine/Orc/
OrcRemoteTargetClient.h 636 Error terminateSession() { return callB<TerminateSession>(); }
  /prebuilts/clang/host/linux-x86/clang-4479392/include/llvm/ExecutionEngine/Orc/
OrcRemoteTargetClient.h 636 Error terminateSession() { return callB<TerminateSession>(); }

Completed in 718 milliseconds

1 2