Searched refs:effectiveApiLevel (Results 1 – 2 of 2) sorted by relevance
/frameworks/av/services/camera/libcameraservice/ |
D | CameraService.cpp | 660 int halVersion, int deviceVersion, apiLevel effectiveApiLevel, in makeClient() argument 668 if (effectiveApiLevel == API_1) { // Camera1 API route in makeClient() 686 if (effectiveApiLevel == API_1) { // Camera1 API route in makeClient() 1101 apiLevel effectiveApiLevel, const sp<IBinder>& remoteCallback, const String8& packageName, in handleEvictionsLocked() argument 1110 if (effectiveApiLevel == API_1) { in handleEvictionsLocked() 1118 if (!clientSp->canCastToApiClient(effectiveApiLevel)) { in handleEvictionsLocked() 1398 int clientPid, apiLevel effectiveApiLevel, bool shimUpdateOnly, in connectHelper() argument 1409 static_cast<int>(effectiveApiLevel)); in connectHelper() 1452 if ((err = handleEvictionsLocked(cameraId, originalClientPid, effectiveApiLevel, in connectHelper() 1492 halVersion, deviceVersion, effectiveApiLevel, in connectHelper() [all …]
|
D | CameraService.h | 641 apiLevel effectiveApiLevel, const sp<IBinder>& remoteCallback, const String8& packageName, 656 int clientUid, int clientPid, apiLevel effectiveApiLevel, bool shimUpdateOnly, 957 int halVersion, int deviceVersion, apiLevel effectiveApiLevel,
|