/frameworks/base/wifi/java/android/net/wifi/nan/ |
IWifiNanSessionListener.aidl | 32 void onMatch(int peerId, in byte[] serviceSpecificInfo,
|
WifiNanSessionListener.java | 80 * {@link WifiNanSessionListener#onMatch(int, byte[], int, byte[], int)}. 207 WifiNanSessionListener.this.onMatch( 294 public void onMatch(int peerId, byte[] serviceSpecificInfo, 296 if (VDBG) Log.v(TAG, "onMatch: called in stub - override if interested"); 387 public void onMatch(int peerId, byte[] serviceSpecificInfo, 389 if (VDBG) Log.v(TAG, "onMatch: peerId=" + peerId);
|
/external/skia/src/core/ |
SkRecordOpts.cpp | 18 // - a bool onMatch(SkRceord*, Match*, int begin, int end) method, 22 // It looks for spans which match Pass::Match, and when found calls onMatch() with that pattern, 31 changed |= pass->onMatch(record, &match, begin, end); 45 bool onMatch(SkRecord* record, Match* pattern, int begin, int end) { 63 bool onMatch(SkRecord* record, Pattern* pattern, int begin, int end) { 82 bool onMatch(SkRecord* record, Match*, int begin, int end) { 158 bool onMatch(SkRecord* record, Match*, int begin, int end) { 179 bool onMatch(SkRecord* record, Match* match, int begin, int end) { 231 bool onMatch(SkRecord* record, Match* match, int begin, int end) {
|
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/nan/ |
WifiNanSessionState.java | 211 public void onMatch(int requestorInstanceId, byte[] peerMac, byte[] serviceSpecificInfo, 216 if (DBG) Log.d(TAG, "onMatch: previous peer MAC replaced - " + prevMac); 220 mListener.onMatch(requestorInstanceId, serviceSpecificInfo, 224 Log.w(TAG, "onMatch: RemoteException (FYI): " + e);
|
WifiNanNative.java | 586 WifiNanStateManager.getInstance().onMatch(pubSubId, requestorInstanceId, mac,
|
WifiNanStateManager.java | 292 public void onMatch(int pubSubId, int requestorInstanceId, byte[] peerMac, [all...] |
/external/sl4a/Common/src/com/googlecode/android_scripting/facade/wifi/ |
WifiNanManagerFacade.java | 363 public void onMatch(int peerId, byte[] serviceSpecificInfo,
|
/frameworks/opt/net/wifi/tests/wifitests/src/com/android/server/wifi/nan/ |
WifiNanStateManagerTest.java | 523 mDut.onMatch(subscribeId, requestorId, peerMac, peerSsi.getBytes(), peerSsi.length(), 530 inOrder.verify(mockListener).onMatch(requestorId, peerSsi.getBytes(), peerSsi.length(), [all...] |
WifiNanHalTest.java | 549 verify(mNanStateManager).onMatch(pubSubId, reqInstanceId, peer, ssi.getBytes(), [all...] |
/external/slf4j/log4j-over-slf4j/compatibility/lib/ |
logback-classic-0.9.8-SNAPSHOT.jar | |
logback-core-0.9.8-SNAPSHOT.jar | |