Searched defs:lock (Results 1 - 25 of 78) sorted by relevance

1234

/hardware/intel/common/wrs_omxil_core/utils/inc/
H A Dthread.h55 pthread_mutex_t lock; member in class:Thread
/hardware/qcom/gps/msm8909/utils/
H A DLocSharedLock.h37 // one client who need to share the same lock, but it is not predictable
38 // which of these clients is to last to go away. This shared lock deletes
40 // this share lock's share() method has to be called, so that the obj
49 // following client(s) are to *share()* this lock created by the first client
51 // whe a client no longer needs this shared lock, drop() shall be called.
53 // locking the lock to enter critical section
54 inline void lock() { pthread_mutex_lock(&mMutex); } function in class:LocSharedLock
55 // unlocking the lock to leave the critical section
/hardware/qcom/gps/msm8996/utils/
H A DLocSharedLock.h37 // one client who need to share the same lock, but it is not predictable
38 // which of these clients is to last to go away. This shared lock deletes
40 // this share lock's share() method has to be called, so that the obj
49 // following client(s) are to *share()* this lock created by the first client
51 // whe a client no longer needs this shared lock, drop() shall be called.
53 // locking the lock to enter critical section
54 inline void lock() { pthread_mutex_lock(&mMutex); } function in class:LocSharedLock
55 // unlocking the lock to leave the critical section
/hardware/qcom/gps/msm8998/utils/
H A DLocSharedLock.h37 // one client who need to share the same lock, but it is not predictable
38 // which of these clients is to last to go away. This shared lock deletes
40 // this share lock's share() method has to be called, so that the obj
49 // following client(s) are to *share()* this lock created by the first client
51 // whe a client no longer needs this shared lock, drop() shall be called.
53 // locking the lock to enter critical section
54 inline void lock() { pthread_mutex_lock(&mMutex); } function in class:LocSharedLock
55 // unlocking the lock to leave the critical section
/hardware/broadcom/wlan/bcmdhd/wifi_hal/
H A Dsync.h21 int lock() { function in class:Mutex
/hardware/intel/common/libmix/mix_video/src/
H A Dmixvideoframe_private.h32 GStaticRecMutex lock; member in struct:_MixVideoFramePrivate
/hardware/libhardware/modules/gralloc/
H A Dgr.h51 inline explicit Autolock(Locker& locker) : locker(locker) { locker.lock(); }
56 inline void lock() { pthread_mutex_lock(&mutex); } function in class:Locker
/hardware/qcom/gps/loc_api/libloc_api-rpc-50001/libloc_api-rpc-glue/rpc_inc/
H A Dloc_api_sync_call.h40 pthread_mutex_t lock; member in struct:__anon2392
/hardware/qcom/gps/msm8084/loc_api/libloc_api-rpc-50001/libloc_api-rpc-glue/rpc_inc/
H A Dloc_api_sync_call.h40 pthread_mutex_t lock; member in struct:__anon2478
/hardware/qcom/gps/msm8909/loc_api/libloc_api-rpc-50001/libloc_api-rpc-glue/rpc_inc/
H A Dloc_api_sync_call.h40 pthread_mutex_t lock; member in struct:__anon2536
/hardware/qcom/gps/msm8994/loc_api/libloc_api-rpc-50001/libloc_api-rpc-glue/rpc_inc/
H A Dloc_api_sync_call.h40 pthread_mutex_t lock; member in struct:__anon2654
/hardware/qcom/gps/msm8996/loc_api/libloc_api-rpc-50001/libloc_api-rpc-glue/rpc_inc/
H A Dloc_api_sync_call.h40 pthread_mutex_t lock; member in struct:__anon2712
/hardware/qcom/media/msm8974/mm-video-v4l2/vidc/common/inc/
H A Dvidc_debug.h81 auto_lock(pthread_mutex_t &lock) argument
82 : mLock(lock) {
/hardware/qcom/media/msm8996/mm-video-v4l2/vidc/common/inc/
H A Dvidc_debug.h107 auto_lock(pthread_mutex_t &lock) argument
108 : mLock(lock) {
/hardware/qcom/wlan/qcwcn/wifi_hal/
H A Dsync.h36 int lock() { function in class:Mutex
/hardware/interfaces/graphics/mapper/2.0/default/
H A DGralloc1Mapper.h63 GRALLOC1_PFN_LOCK lock; member in struct:android::hardware::graphics::mapper::V2_0::implementation::Gralloc1Mapper::__anon1045
/hardware/libhardware_legacy/
H A Dpower.c85 acquire_wake_lock(int lock, const char* id) argument
89 // ALOGI("acquire_wake_lock lock=%d id='%s'\n", lock, id);
97 if (lock != PARTIAL_WAKE_LOCK) {
/hardware/qcom/display/msm8960/libgralloc/
H A Dgr.h70 inline Autolock(Locker& locker) : locker(locker) { locker.lock(); }
75 inline void lock() { pthread_mutex_lock(&mutex); } function in class:Locker
/hardware/interfaces/gnss/1.0/default/
H A DGnssConfiguration.cpp90 Return<bool> GnssConfiguration::setGpsLock(uint8_t lock) { argument
96 std::string config = "GPS_LOCK=" + std::to_string(lock) + "\n";
/hardware/interfaces/wifi/1.0/default/
H A Dhidl_return_util.h48 const auto lock = hidl_sync_util::acquireGlobalLock(); local
66 const auto lock = hidl_sync_util::acquireGlobalLock(); local
92 const auto lock = hidl_sync_util::acquireGlobalLock(); local
/hardware/qcom/display/msm8084/libgralloc/
H A Dfb_priv.h45 pthread_mutex_t lock; member in struct:private_module_t
H A Dgr.h83 inline Autolock(Locker& locker) : locker(locker) { locker.lock(); }
94 inline void lock() { pthread_mutex_lock(&mutex); } function in class:Locker
/hardware/qcom/display/msm8226/libgralloc/
H A Dfb_priv.h45 pthread_mutex_t lock; member in struct:private_module_t
H A Dgr.h83 inline Autolock(Locker& locker) : locker(locker) { locker.lock(); }
94 inline void lock() { pthread_mutex_lock(&mutex); } function in class:Locker
/hardware/qcom/display/msm8909/libgralloc/
H A Dfb_priv.h45 pthread_mutex_t lock; member in struct:private_module_t

Completed in 873 milliseconds

1234