Home | History | Annotate | Download | only in libcameraservice

Lines Matching refs:isVendorClient

1131                             /* isVendorClient won't get copied over*/ false));
2997 bool isVendorClient = hardware::IPCThreadState::self()->isServingCall();
2998 int32_t score_adj = isVendorClient ? kVendorClientScore : score;
2999 int32_t state_adj = isVendorClient ? kVendorClientState: state;
3002 key, value, cost, conflictingKeys, score_adj, ownerId, state_adj, isVendorClient);