Home
last modified time | relevance | path

Searched refs:onMatch (Results 1 – 2 of 2) sorted by relevance

/external/skia/src/core/
DSkRecordOpts.cpp31 changed |= pass->onMatch(record, &match, begin, end); in apply()
45 bool onMatch(SkRecord* record, Match* pattern, int begin, int end) { in multiple_set_matrices() function
63 bool onMatch(SkRecord* record, Pattern* pattern, int begin, int end) {
82 bool onMatch(SkRecord* record, Match*, int begin, int end) { in onMatch() function
158 bool onMatch(SkRecord* record, Match*, int begin, int end) { in onMatch() function
179 bool onMatch(SkRecord* record, Match* match, int begin, int end) { in onMatch() function
231 bool onMatch(SkRecord* record, Match* match, int begin, int end) { in onMatch() function
/external/sl4a/Common/src/com/googlecode/android_scripting/facade/wifi/
DWifiNanManagerFacade.java363 public void onMatch(int peerId, byte[] serviceSpecificInfo, in onMatch() method in WifiNanManagerFacade.NanSessionListenerPostsEvents