Searched refs:getDeviceVersion (Results 1 – 4 of 4) sorted by relevance
112 int getDeviceVersion() { in getDeviceVersion() function113 return getDeviceVersion(mCameraID); in getDeviceVersion()116 int getDeviceVersion(int cameraId, status_t* status = NULL) {
58 return getDeviceVersion(cameraId, status) in isDeviceVersionHal2()
141 if (getDeviceVersion() < CAMERA_DEVICE_API_VERSION_3_0) { in TEST_F()
192 if (getDeviceVersion() >= CAMERA_DEVICE_API_VERSION_3_0) { in MapAutoFormat()