HomeSort by relevance Sort by last modified time
    Searched refs:lib_handle (Results 1 - 25 of 35) sorted by null

1 2

  /device/google/marlin/camera/QCamera2/stack/mm-camera-test/inc/
mm_qcamera_commands.h 37 int tuneserver_close_cam(mm_camera_lib_handle *lib_handle);
38 int tuneserver_stop_cam(mm_camera_lib_handle *lib_handle);
39 int tuneserver_open_cam(mm_camera_lib_handle *lib_handle);
mm_qcamera_socket.h 111 int eztune_server_start(void *lib_handle);
  /device/huawei/angler/camera/QCamera2/stack/mm-camera-test/inc/
mm_qcamera_commands.h 36 int tuneserver_close_cam(mm_camera_lib_handle *lib_handle);
37 int tuneserver_stop_cam(mm_camera_lib_handle *lib_handle);
38 int tuneserver_open_cam(mm_camera_lib_handle *lib_handle);
mm_qcamera_socket.h 127 int eztune_server_start(void *lib_handle);
  /device/lge/bullhead/camera/QCamera2/stack/mm-camera-test/inc/
mm_qcamera_commands.h 36 int tuneserver_close_cam(mm_camera_lib_handle *lib_handle);
37 int tuneserver_stop_cam(mm_camera_lib_handle *lib_handle);
38 int tuneserver_open_cam(mm_camera_lib_handle *lib_handle);
mm_qcamera_socket.h 127 int eztune_server_start(void *lib_handle);
  /device/google/marlin/camera/QCamera2/stack/mm-camera-test/src/
mm_qcamera_commands.c 42 mm_camera_lib_handle *lib_handle = (mm_camera_lib_handle *) ctrl; local
43 tuningserver_t *tctrl = &lib_handle->tsctrl;
58 mm_camera_lib_set_preview_usercb(lib_handle,
134 mm_camera_lib_handle *lib_handle = (mm_camera_lib_handle *) ctrl; local
135 tuningserver_t *tctrl = &lib_handle->tsctrl;
139 lib_handle, TUNE_CMD_INIT, &client_socket_id, send_buf, send_len);
211 * @lib_handle: the camera handle object
217 int tuneserver_close_cam(mm_camera_lib_handle *lib_handle)
221 result = mm_camera_lib_close(lib_handle);
231 * @lib_handle: the camera handle objec
    [all...]
mm_qcamera_main_menu.c 927 int increase_contrast (mm_camera_lib_handle *lib_handle) {
934 return mm_camera_lib_send_command(lib_handle,
945 int decrease_contrast (mm_camera_lib_handle *lib_handle) {
952 return mm_camera_lib_send_command(lib_handle,
1667 mm_camera_lib_handle lib_handle; local
    [all...]
mm_qcamera_socket.c 341 tuneserver_stop_cam(&tsctrl->lib_handle);
345 tuneserver_close_cam(&tsctrl->lib_handle);
633 mm_camera_lib_handle *lib_handle = (mm_camera_lib_handle *)data; local
694 result = tuneserver_open_cam(&tsctrl.lib_handle, &tsctrl);
701 result = tuneserver_open_cam(lib_handle);
707 lib_handle->tsctrl.clientsocket_id = client_socket;
708 if (tuneserver_ack_onaccept_initprotocol(&lib_handle->tsctrl) < 0) {
713 tuneserver_initialize_tuningp(lib_handle, client_socket,
714 lib_handle->tsctrl.proto->send_buf, lib_handle->tsctrl.proto->send_len)
    [all...]
mm_qcamera_app.c     [all...]
  /device/huawei/angler/camera/QCamera2/stack/mm-camera-test/src/
mm_qcamera_commands.c 42 mm_camera_lib_handle *lib_handle = (mm_camera_lib_handle *) ctrl; local
43 tuningserver_t *tctrl = &lib_handle->tsctrl;
58 mm_camera_lib_set_preview_usercb(lib_handle,
134 mm_camera_lib_handle *lib_handle = (mm_camera_lib_handle *) ctrl; local
135 tuningserver_t *tctrl = &lib_handle->tsctrl;
139 lib_handle, TUNE_CMD_INIT, &client_socket_id, send_buf, send_len);
211 * @lib_handle: the camera handle object
217 int tuneserver_close_cam(mm_camera_lib_handle *lib_handle)
221 result = mm_camera_lib_close(lib_handle);
231 * @lib_handle: the camera handle objec
    [all...]
mm_qcamera_main_menu.c 929 int increase_contrast (mm_camera_lib_handle *lib_handle) {
936 return mm_camera_lib_send_command(lib_handle,
947 int decrease_contrast (mm_camera_lib_handle *lib_handle) {
954 return mm_camera_lib_send_command(lib_handle,
1670 mm_camera_lib_handle lib_handle; local
    [all...]
mm_qcamera_socket.c 334 tuneserver_stop_cam(&tsctrl->lib_handle);
338 tuneserver_close_cam(&tsctrl->lib_handle);
626 mm_camera_lib_handle *lib_handle = (mm_camera_lib_handle *)data; local
682 result = tuneserver_open_cam(&tsctrl.lib_handle, &tsctrl);
689 result = tuneserver_open_cam(lib_handle);
695 lib_handle->tsctrl.clientsocket_id = client_socket;
696 if (tuneserver_ack_onaccept_initprotocol(&lib_handle->tsctrl) < 0) {
701 tuneserver_initialize_tuningp(lib_handle, client_socket,
702 lib_handle->tsctrl.proto->send_buf, lib_handle->tsctrl.proto->send_len)
    [all...]
  /device/lge/bullhead/camera/QCamera2/stack/mm-camera-test/src/
mm_qcamera_commands.c 42 mm_camera_lib_handle *lib_handle = (mm_camera_lib_handle *) ctrl; local
43 tuningserver_t *tctrl = &lib_handle->tsctrl;
58 mm_camera_lib_set_preview_usercb(lib_handle,
134 mm_camera_lib_handle *lib_handle = (mm_camera_lib_handle *) ctrl; local
135 tuningserver_t *tctrl = &lib_handle->tsctrl;
139 lib_handle, TUNE_CMD_INIT, &client_socket_id, send_buf, send_len);
211 * @lib_handle: the camera handle object
217 int tuneserver_close_cam(mm_camera_lib_handle *lib_handle)
221 result = mm_camera_lib_close(lib_handle);
231 * @lib_handle: the camera handle objec
    [all...]
mm_qcamera_main_menu.c 929 int increase_contrast (mm_camera_lib_handle *lib_handle) {
936 return mm_camera_lib_send_command(lib_handle,
947 int decrease_contrast (mm_camera_lib_handle *lib_handle) {
954 return mm_camera_lib_send_command(lib_handle,
1670 mm_camera_lib_handle lib_handle; local
    [all...]
mm_qcamera_socket.c 334 tuneserver_stop_cam(&tsctrl->lib_handle);
338 tuneserver_close_cam(&tsctrl->lib_handle);
626 mm_camera_lib_handle *lib_handle = (mm_camera_lib_handle *)data; local
682 result = tuneserver_open_cam(&tsctrl.lib_handle, &tsctrl);
689 result = tuneserver_open_cam(lib_handle);
695 lib_handle->tsctrl.clientsocket_id = client_socket;
696 if (tuneserver_ack_onaccept_initprotocol(&lib_handle->tsctrl) < 0) {
701 tuneserver_initialize_tuningp(lib_handle, client_socket,
702 lib_handle->tsctrl.proto->send_buf, lib_handle->tsctrl.proto->send_len)
    [all...]
  /device/google/marlin/camera/mm-image-codec/qomx_core/
qomx_core.h 66 * @lib_handle: Library handle after dlopen
77 void *lib_handle; member in struct:_omx_core_component_t
qomx_core.c 220 p_core_comp->lib_handle = dlopen(p_core_comp->lib_name, RTLD_NOW);
221 if (NULL == p_core_comp->lib_handle) {
229 p_core_comp->create_comp_func = dlsym(p_core_comp->lib_handle,
231 p_core_comp->get_instance = dlsym(p_core_comp->lib_handle, "getInstance");
273 dlclose(p_core_comp->lib_handle);
274 p_core_comp->lib_handle = NULL;
364 rc = dlclose(p_core_comp->lib_handle);
365 p_core_comp->lib_handle = NULL;
  /device/huawei/angler/camera/mm-image-codec/qomx_core/
qomx_core.h 66 * @lib_handle: Library handle after dlopen
77 void *lib_handle; member in struct:_omx_core_component_t
qomx_core.c 214 p_core_comp->lib_handle = dlopen(p_core_comp->lib_name, RTLD_NOW);
215 if (NULL == p_core_comp->lib_handle) {
223 p_core_comp->create_comp_func = dlsym(p_core_comp->lib_handle,
225 p_core_comp->get_instance = dlsym(p_core_comp->lib_handle, "getInstance");
267 dlclose(p_core_comp->lib_handle);
268 p_core_comp->lib_handle = NULL;
358 rc = dlclose(p_core_comp->lib_handle);
359 p_core_comp->lib_handle = NULL;
  /device/lge/bullhead/camera/mm-image-codec/qomx_core/
qomx_core.h 66 * @lib_handle: Library handle after dlopen
77 void *lib_handle; member in struct:_omx_core_component_t
qomx_core.c 214 p_core_comp->lib_handle = dlopen(p_core_comp->lib_name, RTLD_NOW);
215 if (NULL == p_core_comp->lib_handle) {
223 p_core_comp->create_comp_func = dlsym(p_core_comp->lib_handle,
225 p_core_comp->get_instance = dlsym(p_core_comp->lib_handle, "getInstance");
267 dlclose(p_core_comp->lib_handle);
268 p_core_comp->lib_handle = NULL;
358 rc = dlclose(p_core_comp->lib_handle);
359 p_core_comp->lib_handle = NULL;
  /hardware/qcom/audio/hal/audio_extn/
soundtrigger.c 47 void *lib_handle; member in struct:sound_trigger_audio_device
300 void *lib_handle; local
315 st_dev->lib_handle = dlopen(sound_trigger_lib, RTLD_NOW);
317 if (st_dev->lib_handle == NULL) {
326 dlsym(st_dev->lib_handle, "sound_trigger_hw_call_back");
340 if (st_dev->lib_handle)
341 dlclose(st_dev->lib_handle);
351 if (st_dev && (st_dev->adev == adev) && st_dev->lib_handle) {
352 dlclose(st_dev->lib_handle);
  /external/mesa3d/src/egl/main/
egldriver.c 88 typedef HMODULE lib_handle; typedef
113 typedef void * lib_handle; typedef
142 _eglOpenLibrary(const char *driverPath, lib_handle *handle)
144 lib_handle lib;
200 lib_handle lib;
207 lib = (lib_handle) NULL;
  /hardware/qcom/audio/voice_processing/
voice_processing.c 424 void *lib_handle; local
439 lib_handle = dlopen(path, RTLD_NOW);
440 if (lib_handle == NULL) {
444 desc = (const effect_descriptor_t *)dlsym(lib_handle,
449 desc = (const effect_descriptor_t *)dlsym(lib_handle,
455 // desc = (const effect_descriptor_t *)dlsym(lib_handle,

Completed in 788 milliseconds

1 2