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

  /hardware/libhardware/tests/camera3/
camera3test_fixtures.h 49 const camera_module_t * cam_module() { return cam_module_; } function in class:tests::Camera3Module
64 ASSERT_TRUE(NULL != cam_module()->common.methods->open)
66 ASSERT_EQ(0, cam_module()->common.methods->open(
67 (const hw_module_t*)cam_module(), "0", &device))
camera3tests.cpp 29 ASSERT_TRUE(NULL != cam_module()->get_camera_info)
33 ASSERT_EQ(0, cam_module()->get_camera_info(i, &info))
  /hardware/libhardware/tests/camera2/
camera2.cpp 135 const camera_module_t *cam_module = getCameraModule(); local
136 if (cam_module == NULL) {
144 res = cam_module->common.methods->open(
145 (const hw_module_t*)cam_module,

Completed in 99 milliseconds