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

  /hardware/libhardware/modules/camera/
Camera.h 94 pthread_mutex_t mStaticInfoMutex;
Camera.cpp 63 pthread_mutex_init(&mStaticInfoMutex, NULL);
76 pthread_mutex_destroy(&mStaticInfoMutex);
105 pthread_mutex_lock(&mStaticInfoMutex);
109 pthread_mutex_unlock(&mStaticInfoMutex);

Completed in 127 milliseconds