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

  /hardware/qcom/camera/msm8998/QCamera2/stack/mm-camera-interface/src/
mm_camera.c 565 * in order to avoid deadlock, we are not locking ch_lock for qbuf */
627 pthread_mutex_lock(&ch_obj->ch_lock);
914 pthread_mutex_init(&ch_obj->ch_lock, NULL);
946 pthread_mutex_lock(&ch_obj->ch_lock);
958 pthread_mutex_destroy(&ch_obj->ch_lock);
    [all...]
mm_camera_channel.c     [all...]
  /device/google/marlin/camera/QCamera2/stack/mm-camera-interface/src/
mm_camera.c 556 * in order to avoid deadlock, we are not locking ch_lock for qbuf */
618 pthread_mutex_lock(&ch_obj->ch_lock);
905 pthread_mutex_init(&ch_obj->ch_lock, NULL);
938 pthread_mutex_lock(&ch_obj->ch_lock);
946 pthread_mutex_destroy(&ch_obj->ch_lock);
979 pthread_mutex_lock(&ch_obj->ch_lock);
    [all...]
mm_camera_channel.c 717 /* unlock ch_lock */
718 pthread_mutex_unlock(&my_obj->ch_lock);
    [all...]
  /device/google/marlin/camera/QCamera2/stack/mm-camera-interface/inc/
mm_camera.h 438 pthread_mutex_t ch_lock; /* channel lock */ member in struct:mm_channel
713 * This is to avoid deadlock when trying to aquire ch_lock,
714 * from the context of dataCB, but async stop is holding ch_lock */
  /hardware/qcom/camera/msm8998/QCamera2/stack/mm-camera-interface/inc/
mm_camera.h 501 pthread_mutex_t ch_lock; /* channel lock */ member in struct:mm_channel
830 * This is to avoid deadlock when trying to aquire ch_lock,
831 * from the context of dataCB, but async stop is holding ch_lock */
    [all...]

Completed in 1303 milliseconds