Home
last modified time | relevance | path

Searched refs:getCounter (Results 1 – 3 of 3) sorted by relevance

/aosp12/packages/modules/Connectivity/tests/cts/hostside/app2/src/com/android/cts/net/hostside/app2/
H A DMyService.java77 return MyBroadcastReceiver.getCounter(getApplicationContext(), action, receiverName);
H A DMyBroadcastReceiver.java112 static int getCounter(Context context, String action, String receiverName) { in getCounter() method in MyBroadcastReceiver
/aosp12/frameworks/native/libs/gui/
H A DSurfaceComposerClient.cpp461 itr->second = getCounter(); in getCacheId()
475 mBuffers[buffer->getId()] = getCounter(); in cache()
507 uint64_t getCounter() REQUIRES(mMutex) { in getCounter() function in android::BufferCache