Home
last modified time | relevance | path

Searched defs:isVendorClient (Results 1 – 3 of 3) sorted by relevance

/aosp12/frameworks/av/services/camera/libcameraservice/utils/
H A DClientManager.h75 int32_t isVendorClient() const { return mIsVendorClient; } in isVendorClient() function
213 bool isVendorClient, int32_t scoreOffset) : in ClientDescriptor()
221 bool isVendorClient, int32_t scoreOffset) : in ClientDescriptor()
/aosp12/frameworks/av/services/camera/libcameraservice/
H A DCameraService.h985 int uid, int pid, bool isVendorClient, bool openCloseCallbackAllowed) in ServiceListener()
H A DCameraService.cpp3830 bool isVendorClient = getCurrentServingCall() == BinderCallType::HWBINDER; in makeClientDescriptor() local