HomeSort by relevance Sort by last modified time
    Searched defs:test_obj (Results 1 - 12 of 12) sorted by null

  /system/chre/apps/wifi_offload/test/
flatbuffersserialization_test.cc 45 TypeParam test_obj; local
46 init(test_obj, this->random_gen_);
48 size_t required_buff_size = Serialize(test_obj, nullptr, 0);
51 size_t serialized_size = Serialize(test_obj, this->buffer, this->kBufferLen);
59 TypeParam test_obj; local
60 init(test_obj, this->random_gen_);
62 size_t serialized_size = Serialize(test_obj, this->buffer, this->kBufferLen);
67 EXPECT_EQ(test_obj, deserialized_obj);
71 TypeParam test_obj; local
72 init(test_obj, this->random_gen_)
79 TypeParam test_obj; local
    [all...]
offloadtypes_test.cc 49 TestType test_obj; local
50 init(test_obj, random_gen_);
51 builder.Finish(test_obj.Serialize(&builder));
67 EXPECT_EQ(test_obj, deserialized_obj);
  /system/update_engine/update_manager/
generic_variables_unittest.cc 125 CopyConstructorTestClass test_obj; local
126 ASSERT_FALSE(test_obj.copied_);
127 test_obj.val_ = 5;
130 test_func, &test_obj);
135 EXPECT_EQ(6, test_obj.val_); // Check that the function was called.
  /device/google/marlin/camera/QCamera2/stack/mm-camera-test/src/
mm_qcamera_unit_test.c 47 mm_camera_test_obj_t test_obj; local
51 memset(&test_obj, 0, sizeof(mm_camera_test_obj_t));
52 rc = mm_app_open(cam_app, i, &test_obj);
59 rc = mm_app_close(&test_obj);
79 mm_camera_test_obj_t test_obj; local
83 memset(&test_obj, 0, sizeof(mm_camera_test_obj_t));
84 rc = mm_app_open(cam_app, i, &test_obj);
92 rc = mm_app_start_preview(&test_obj);
99 rc = mm_app_stop_preview(&test_obj);
107 rc |= mm_app_close(&test_obj);
127 mm_camera_test_obj_t test_obj; local
175 mm_camera_test_obj_t test_obj; local
223 mm_camera_test_obj_t test_obj; local
298 mm_camera_test_obj_t test_obj; local
397 mm_camera_test_obj_t test_obj; local
450 mm_camera_test_obj_t test_obj; local
503 mm_camera_test_obj_t test_obj; local
556 mm_camera_test_obj_t test_obj; local
607 mm_camera_test_obj_t test_obj; local
    [all...]
mm_qcamera_app.c 480 mm_camera_test_obj_t *test_obj = local
482 if (test_obj == NULL || test_obj->cam->camera_handle != camera_handle) {
504 mm_camera_test_obj_t *test_obj)
511 rc = cam_app->hal_lib.mm_camera_open((uint8_t)cam_id, &(test_obj->cam));
512 if(rc || !test_obj->cam) {
513 LOGE("dev open error. rc = %d, vtbl = %p\n", rc, test_obj->cam);
517 LOGD("Open Camera id = %d handle = %d", cam_id, test_obj->cam->camera_handle);
523 rc = mm_app_alloc_bufs(&test_obj->cap_buf,
534 rc = test_obj->cam->ops->map_buf(test_obj->cam->camera_handle
    [all...]
mm_qcamera_main_menu.c 234 //static void system_dimension_set(mm_camera_test_obj_t *test_obj);
1680 mm_camera_test_obj_t test_obj; local
    [all...]
  /hardware/qcom/camera/msm8998/QCamera2/stack/mm-camera-test/src/
mm_qcamera_unit_test.c 47 mm_camera_test_obj_t test_obj; local
51 memset(&test_obj, 0, sizeof(mm_camera_test_obj_t));
52 rc = mm_app_open(cam_app, i, &test_obj);
59 rc = mm_app_close(&test_obj);
79 mm_camera_test_obj_t test_obj; local
83 memset(&test_obj, 0, sizeof(mm_camera_test_obj_t));
84 rc = mm_app_open(cam_app, i, &test_obj);
92 rc = mm_app_start_preview(&test_obj);
99 rc = mm_app_stop_preview(&test_obj);
107 rc |= mm_app_close(&test_obj);
127 mm_camera_test_obj_t test_obj; local
175 mm_camera_test_obj_t test_obj; local
225 mm_camera_test_obj_t test_obj; local
302 mm_camera_test_obj_t test_obj; local
403 mm_camera_test_obj_t test_obj; local
456 mm_camera_test_obj_t test_obj; local
509 mm_camera_test_obj_t test_obj; local
562 mm_camera_test_obj_t test_obj; local
613 mm_camera_test_obj_t test_obj; local
    [all...]
mm_qcamera_app.c 487 mm_camera_test_obj_t *test_obj = local
489 if (test_obj == NULL || test_obj->cam->camera_handle != camera_handle) {
511 mm_camera_test_obj_t *test_obj)
518 rc = cam_app->hal_lib.mm_camera_open((uint8_t)cam_id, &(test_obj->cam));
519 if(rc || !test_obj->cam) {
520 LOGE("dev open error. rc = %d, vtbl = %p\n", rc, test_obj->cam);
524 LOGD("Open Camera id = %d handle = %d", cam_id, test_obj->cam->camera_handle);
530 rc = mm_app_alloc_bufs(&test_obj->cap_buf,
541 rc = test_obj->cam->ops->map_buf(test_obj->cam->camera_handle
    [all...]
mm_qcamera_main_menu.c 276 //static void system_dimension_set(mm_camera_test_obj_t *test_obj);
2070 mm_camera_test_obj_t test_obj; local
    [all...]
  /hardware/qcom/camera/msm8998/QCamera2/HAL3/test/
QCameraHAL3Base.h 121 hal3_camera_test_obj_t test_obj; member in struct:qcamera::__anon48872
  /device/google/marlin/camera/QCamera2/stack/mm-camera-test/inc/
mm_qcamera_app.h 335 mm_camera_test_obj_t test_obj; member in struct:__anon2503
351 extern int setmetainfoCommand(mm_camera_test_obj_t *test_obj,
386 mm_camera_test_obj_t *test_obj);
387 extern int mm_app_close(mm_camera_test_obj_t *test_obj);
389 mm_camera_test_obj_t *test_obj,
394 extern int mm_app_del_channel(mm_camera_test_obj_t *test_obj,
396 extern mm_camera_stream_t * mm_app_add_stream(mm_camera_test_obj_t *test_obj,
398 extern int mm_app_del_stream(mm_camera_test_obj_t *test_obj,
401 extern int mm_app_config_stream(mm_camera_test_obj_t *test_obj,
405 extern int mm_app_start_channel(mm_camera_test_obj_t *test_obj,
    [all...]
  /hardware/qcom/camera/msm8998/QCamera2/stack/mm-camera-test/inc/
mm_qcamera_app.h 349 mm_camera_test_obj_t test_obj; member in struct:__anon49311
365 extern int setmetainfoCommand(mm_camera_test_obj_t *test_obj,
402 mm_camera_test_obj_t *test_obj);
403 extern int mm_app_close(mm_camera_test_obj_t *test_obj);
405 mm_camera_test_obj_t *test_obj,
410 extern int mm_app_del_channel(mm_camera_test_obj_t *test_obj,
412 extern mm_camera_stream_t * mm_app_add_stream(mm_camera_test_obj_t *test_obj,
414 extern int mm_app_del_stream(mm_camera_test_obj_t *test_obj,
417 extern int mm_app_config_stream(mm_camera_test_obj_t *test_obj,
421 extern int mm_app_start_channel(mm_camera_test_obj_t *test_obj,
    [all...]

Completed in 228 milliseconds