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

  /external/libdrm/radeon/
radeon_bo_gem.h 46 int fd_handle,
radeon_bo_gem.c 371 radeon_gem_bo_open_prime(struct radeon_bo_manager *bom, int fd_handle, uint32_t size)
392 r = drmPrimeFDToHandle(bom->fd, fd_handle, &handle);
  /device/google/marlin/camera/QCamera2/HAL/
QCamera2HWICallbacks.cpp 535 TSHandle fd_handle = ts_detectface_create_context(); local
536 if (fd_handle != NULL) {
539 int iret = ts_detectface_detectEx(fd_handle, &inMakeupData);
546 iret = ts_detectface_get_face_info(fd_handle, 0, &faceRect, NULL,NULL,NULL);
552 ts_detectface_destroy_context(&fd_handle);
553 fd_handle = NULL;
555 LOGH("fd_handle == NULL");
    [all...]

Completed in 290 milliseconds