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

  /device/huawei/angler/camera/QCamera2/stack/mm-camera-interface/src/
mm_camera.c 568 * in order to avoid deadlock, we are not locking ch_lock for qbuf */
598 pthread_mutex_lock(&ch_obj->ch_lock);
850 pthread_mutex_init(&ch_obj->ch_lock, NULL);
882 pthread_mutex_lock(&ch_obj->ch_lock);
890 pthread_mutex_destroy(&ch_obj->ch_lock);
923 pthread_mutex_lock(&ch_obj->ch_lock);
963 pthread_mutex_lock(&ch_obj->ch_lock);
    [all...]
mm_camera_channel.c 509 /* unlock ch_lock */
510 pthread_mutex_unlock(&my_obj->ch_lock);
    [all...]
  /device/lge/bullhead/camera/QCamera2/stack/mm-camera-interface/src/
mm_camera.c 568 * in order to avoid deadlock, we are not locking ch_lock for qbuf */
598 pthread_mutex_lock(&ch_obj->ch_lock);
850 pthread_mutex_init(&ch_obj->ch_lock, NULL);
882 pthread_mutex_lock(&ch_obj->ch_lock);
890 pthread_mutex_destroy(&ch_obj->ch_lock);
923 pthread_mutex_lock(&ch_obj->ch_lock);
963 pthread_mutex_lock(&ch_obj->ch_lock);
    [all...]
mm_camera_channel.c 509 /* unlock ch_lock */
510 pthread_mutex_unlock(&my_obj->ch_lock);
    [all...]
  /device/moto/shamu/camera/QCamera2/stack/mm-camera-interface/src/
mm_camera.c 516 * in order to avoid deadlock, we are not locking ch_lock for qbuf */
763 pthread_mutex_init(&ch_obj->ch_lock, NULL);
795 pthread_mutex_lock(&ch_obj->ch_lock);
803 pthread_mutex_destroy(&ch_obj->ch_lock);
836 pthread_mutex_lock(&ch_obj->ch_lock);
870 pthread_mutex_lock(&ch_obj->ch_lock);
908 pthread_mutex_lock(&ch_obj->ch_lock);
943 pthread_mutex_lock(&ch_obj->ch_lock);
978 pthread_mutex_lock(&ch_obj->ch_lock)
    [all...]
mm_camera_channel.c 462 /* unlock ch_lock */
463 pthread_mutex_unlock(&my_obj->ch_lock);
    [all...]
  /hardware/qcom/camera/msmcobalt/QCamera2/stack/mm-camera-interface/src/
mm_camera.c 562 * in order to avoid deadlock, we are not locking ch_lock for qbuf */
592 pthread_mutex_lock(&ch_obj->ch_lock);
879 pthread_mutex_init(&ch_obj->ch_lock, NULL);
911 pthread_mutex_lock(&ch_obj->ch_lock);
923 pthread_mutex_destroy(&ch_obj->ch_lock);
956 pthread_mutex_lock(&ch_obj->ch_lock);
    [all...]
mm_camera_channel.c     [all...]
  /device/moto/shamu/camera/QCamera/stack/mm-camera-interface/src/
mm_camera.c 485 * in order to avoid deadlock, we are not locking ch_lock for qbuf */
    [all...]
mm_camera_channel.c 310 /* unlock ch_lock */
311 pthread_mutex_unlock(&my_obj->ch_lock);
    [all...]
  /hardware/qcom/camera/QCamera2/stack/mm-camera-interface/src/
mm_camera.c 554 * in order to avoid deadlock, we are not locking ch_lock for qbuf */
616 pthread_mutex_lock(&ch_obj->ch_lock);
903 pthread_mutex_init(&ch_obj->ch_lock, NULL);
936 pthread_mutex_lock(&ch_obj->ch_lock);
944 pthread_mutex_destroy(&ch_obj->ch_lock);
977 pthread_mutex_lock(&ch_obj->ch_lock);
    [all...]
mm_camera_channel.c 716 /* unlock ch_lock */
717 pthread_mutex_unlock(&my_obj->ch_lock);
    [all...]
  /device/huawei/angler/camera/QCamera2/stack/mm-camera-interface/inc/
mm_camera.h 390 pthread_mutex_t ch_lock; /* channel lock */ member in struct:mm_channel
631 * This is to avoid deadlock when trying to aquire ch_lock,
632 * from the context of dataCB, but async stop is holding ch_lock */
  /device/lge/bullhead/camera/QCamera2/stack/mm-camera-interface/inc/
mm_camera.h 390 pthread_mutex_t ch_lock; /* channel lock */ member in struct:mm_channel
631 * This is to avoid deadlock when trying to aquire ch_lock,
632 * from the context of dataCB, but async stop is holding ch_lock */
  /device/moto/shamu/camera/QCamera2/stack/mm-camera-interface/inc/
mm_camera.h 356 pthread_mutex_t ch_lock; /* channel lock */ member in struct:mm_channel
578 * This is to avoid deadlock when trying to aquire ch_lock,
579 * from the context of dataCB, but async stop is holding ch_lock */
  /device/moto/shamu/camera/QCamera/stack/mm-camera-interface/inc/
mm_camera.h 383 pthread_mutex_t ch_lock; /* channel lock */ member in struct:mm_channel
635 * This is to avoid deadlock when trying to aquire ch_lock,
636 * from the context of dataCB, but async stop is holding ch_lock */
  /hardware/qcom/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/msmcobalt/QCamera2/stack/mm-camera-interface/inc/
mm_camera.h 501 pthread_mutex_t ch_lock; /* channel lock */ member in struct:mm_channel
828 * This is to avoid deadlock when trying to aquire ch_lock,
829 * from the context of dataCB, but async stop is holding ch_lock */
    [all...]

Completed in 164 milliseconds