HomeSort by relevance Sort by last modified time
    Searched refs:getModuleApiVersion (Results 1 - 5 of 5) sorted by null

  /hardware/interfaces/camera/common/1.0/default/include/
CameraModule.h 60 uint16_t getModuleApiVersion() const;
  /hardware/interfaces/camera/common/1.0/default/
CameraModule.cpp 261 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) {
428 uint16_t CameraModule::getModuleApiVersion() const {
  /hardware/interfaces/camera/device/3.2/default/
CameraDevice.cpp 111 if (mModule->getModuleApiVersion() >= CAMERA_MODULE_API_VERSION_2_4) {
  /hardware/interfaces/camera/provider/2.4/default/
CameraProvider.cpp 288 if (mModule->getModuleApiVersion() >= CAMERA_MODULE_API_VERSION_2_0) {
  /hardware/interfaces/camera/device/1.0/default/
CameraDevice.cpp 553 if (mModule->getModuleApiVersion() >= CAMERA_MODULE_API_VERSION_2_4) {
653 if (mModule->getModuleApiVersion() >= CAMERA_MODULE_API_VERSION_2_3 &&
    [all...]

Completed in 76 milliseconds