Searched defs:getModuleApiVersion (Results 1 - 1 of 1) sorted by last modified time

/hardware/interfaces/camera/common/1.0/default/
H A DCameraModule.cpp261 if (getModuleApiVersion() >= CAMERA_MODULE_API_VERSION_2_4 &&
326 if (getModuleApiVersion() >= CAMERA_MODULE_API_VERSION_2_0) {
348 if (getModuleApiVersion() < CAMERA_MODULE_API_VERSION_2_3) {
374 if (getModuleApiVersion() >= CAMERA_MODULE_API_VERSION_2_1) {
394 if (getModuleApiVersion() >= CAMERA_MODULE_API_VERSION_2_4) {
435 uint16_t CameraModule::getModuleApiVersion() const { function in class:android::hardware::camera::common::V1_0::helper::CameraModule

Completed in 67 milliseconds