Searched defs:isVendorClient (Results 1 – 3 of 3) sorted by relevance
75 int32_t isVendorClient() const { return mIsVendorClient; } in isVendorClient() function213 bool isVendorClient, int32_t scoreOffset) : in ClientDescriptor()221 bool isVendorClient, int32_t scoreOffset) : in ClientDescriptor()
985 int uid, int pid, bool isVendorClient, bool openCloseCallbackAllowed) in ServiceListener()
3830 bool isVendorClient = getCurrentServingCall() == BinderCallType::HWBINDER; in makeClientDescriptor() local