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

  /hardware/invensense/libsensors/
MPLSensor.cpp 161 pthread_mutex_init(&mMplMutex, NULL);
175 pthread_mutex_lock(&mMplMutex);
277 pthread_mutex_unlock(&mMplMutex);
284 pthread_mutex_lock(&mMplMutex);
296 pthread_mutex_unlock(&mMplMutex);
297 pthread_mutex_destroy(&mMplMutex);
326 * this function modifies globalish state variables. It must be called with the mMplMutex held. */
834 pthread_mutex_lock(&mMplMutex);
842 pthread_mutex_unlock(&mMplMutex);
847 pthread_mutex_unlock(&mMplMutex);
    [all...]
MPLSensor.h 103 pthread_mutex_t mMplMutex;
  /hardware/invensense/libsensors_iio/
MPLSensor.h 231 pthread_mutex_t mMplMutex;
MPLSensor.cpp 192 pthread_mutex_init(&mMplMutex, NULL);
    [all...]

Completed in 205 milliseconds