Home
last modified time | relevance | path

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

/frameworks/av/services/camera/libcameraservice/utils/
DClientManager.h42 ClientPriority(int32_t score, int32_t state, bool isVendorClient) : in ClientPriority()
180 bool isVendorClient) : in ClientDescriptor()
188 bool isVendorClient) : in ClientDescriptor()
/frameworks/av/services/camera/libcameraservice/
DCameraService.h916 int uid, int pid, bool isVendorClient, bool openCloseCallbackAllowed) in ServiceListener()
DCameraService.cpp3490 bool isVendorClient = getCurrentServingCall() == BinderCallType::HWBINDER; in makeClientDescriptor() local