HomeSort by relevance Sort by last modified time
    Searched defs:mClientInterface (Results 1 - 6 of 6) sorted by null

  /frameworks/av/services/audiopolicy/common/managerdefinitions/include/
AudioSession.h 76 AudioPolicyClientInterface* mClientInterface;
AudioOutputDescriptor.h 87 AudioPolicyClientInterface *mClientInterface;
  /frameworks/opt/net/wifi/service/java/com/android/server/wifi/
WificondControl.java 58 private IClientInterface mClientInterface;
135 mClientInterface = clientInterface;
138 mWificondScanner = mClientInterface.getWifiScannerImpl();
210 mClientInterface = null;
229 if (mClientInterface == null) {
234 return mClientInterface.disableSupplicant();
246 if (mClientInterface == null) {
252 return mClientInterface.enableSupplicant();
265 if (mClientInterface == null) {
272 resultArray = mClientInterface.signalPoll()
    [all...]
RttService.java 325 private IClientInterface mClientInterface;
485 if (mClientInterface == (IClientInterface) msg.obj) {
486 mClientInterface = null;
490 mClientInterface = (IClientInterface) msg.obj;
    [all...]
WifiStateMachine.java 210 private IClientInterface mClientInterface;
    [all...]
  /frameworks/opt/net/wifi/tests/wifitests/src/com/android/server/wifi/
WifiStateMachineTest.java 347 @Mock IClientInterface mClientInterface;
398 when(mWifiNative.setupForClientMode()).thenReturn(mClientInterface);
432 when(mClientInterface.asBinder()).thenReturn(mClientInterfaceBinder);
    [all...]

Completed in 227 milliseconds