Searched refs:effectiveApiLevel (Results 1 – 2 of 2) sorted by relevance
/frameworks/av/services/camera/libcameraservice/ |
D | CameraService.h | 698 apiLevel effectiveApiLevel, const sp<IBinder>& remoteCallback, const String8& packageName, 732 apiLevel effectiveApiLevel, bool shimUpdateOnly, /*out*/sp<CLIENT>& device); 1062 int deviceVersion, apiLevel effectiveApiLevel,
|
D | CameraService.cpp | 807 int deviceVersion, apiLevel effectiveApiLevel, in makeClient() argument 815 if (effectiveApiLevel == API_1) { // Camera1 API route in makeClient() 834 if (effectiveApiLevel == API_1) { // Camera1 API route in makeClient() 1266 apiLevel effectiveApiLevel, const sp<IBinder>& remoteCallback, const String8& packageName, in handleEvictionsLocked() argument 1275 if (effectiveApiLevel == API_1) { in handleEvictionsLocked() 1283 if (!clientSp->canCastToApiClient(effectiveApiLevel)) { in handleEvictionsLocked() 1616 apiLevel effectiveApiLevel, bool shimUpdateOnly, in connectHelper() argument 1627 static_cast<int>(effectiveApiLevel)); in connectHelper() 1662 if ((err = handleEvictionsLocked(cameraId, originalClientPid, effectiveApiLevel, in connectHelper() 1706 halVersion, deviceVersion, effectiveApiLevel, in connectHelper() [all …]
|