Home
last modified time | relevance | path

Searched defs:isVendorListener (Results 1 – 2 of 2) sorted by relevance

/aosp12/frameworks/av/services/camera/libcameraservice/
H A DCameraService.h1007 bool isVendorListener() { return mIsVendorListener; } in isVendorListener() function
H A DCameraService.cpp1551 bool isVendorListener, int clientPid, int clientUid) { in shouldSkipStatusUpdates()
2329 bool isVendorListener, bool isProcessLocalTest) { in addListenerHelper()
4232 bool isVendorListener = listener->isVendorListener(); in updateStatus() local