/frameworks/base/media/libmediaplayerservice/ |
VorbisMetadataRetriever.h | 42 Mutex mLock;
|
MediaPlayerService.h | 52 Mutex mLock; 162 Mutex mLock; 251 sp<MediaPlayerBase> getPlayer() const { Mutex::Autolock lock(mLock); return mPlayer; } 265 mutable Mutex mLock; 295 mutable Mutex mLock;
|
/frameworks/base/media/libstagefright/include/ |
Prefetcher.h | 50 Mutex mLock;
|
/frameworks/base/media/libstagefright/omx/ |
OMXMaster.h | 53 Mutex mLock;
|
/frameworks/base/media/tests/omxjpegdecoder/ |
StreamSource.cpp | 39 Mutex::Autolock autoLock(mLock);
|
StreamSource.h | 44 Mutex mLock;
|
/ndk/build/platforms/android-3/arch-arm/usr/include/linux/ |
notifier.h | 15 #include <linux/mutex.h>
|
/ndk/build/platforms/android-4/arch-arm/usr/include/linux/ |
notifier.h | 15 #include <linux/mutex.h>
|
/ndk/build/platforms/android-5/arch-arm/usr/include/linux/ |
notifier.h | 15 #include <linux/mutex.h>
|
/ndk/build/platforms/android-5/arch-x86/usr/include/linux/ |
notifier.h | 15 #include <linux/mutex.h>
|
/ndk/build/platforms/android-8/arch-arm/usr/include/linux/ |
notifier.h | 15 #include <linux/mutex.h>
|
/ndk/build/platforms/android-8/arch-x86/usr/include/linux/ |
notifier.h | 15 #include <linux/mutex.h>
|
/frameworks/base/camera/tests/CameraServiceTest/ |
CameraServiceTest.cpp | 173 Mutex mLock; 184 Mutex::Autolock _l(mLock); 203 Mutex::Autolock _l(mLock); 209 Mutex::Autolock _l(mLock); 215 Mutex::Autolock _l(mLock); 222 Mutex::Autolock _l(mLock); 236 Mutex::Autolock _l(mLock); 255 Mutex::Autolock _l(mLock); 267 Mutex::Autolock _l(mLock); 296 Mutex mLock [all...] |
/frameworks/base/media/libmedia/ |
JetPlayer.cpp | 70 //Mutex::Autolock lock(&mMutex); 108 Mutex::Autolock l(mMutex); 128 Mutex::Autolock l(mMutex); 136 Mutex::Autolock lock(mMutex); 190 Mutex::Autolock l(mMutex); 350 Mutex::Autolock lock(mMutex); 375 Mutex::Autolock lock(mMutex); 395 Mutex::Autolock lock(mMutex); 404 Mutex::Autolock lock(mMutex); 426 Mutex::Autolock lock(mMutex) [all...] |
/external/opencore/nodes/pvomxbasedecnode/src/ |
pvmf_omx_basedec_callbacks.cpp | 120 Mutex.Lock(); 127 Mutex.Unlock(); 151 Mutex.Unlock(); 263 Mutex.Lock(); 270 Mutex.Unlock(); 293 Mutex.Unlock(); 407 Mutex.Lock(); 414 Mutex.Unlock(); 437 Mutex.Unlock();
|
/external/opencore/nodes/pvomxencnode/src/ |
pvmf_omx_enc_callbacks.cpp | 120 Mutex.Lock(); 127 Mutex.Unlock(); 152 Mutex.Unlock(); 264 Mutex.Lock(); 271 Mutex.Unlock(); 295 Mutex.Unlock(); 409 Mutex.Lock(); 416 Mutex.Unlock(); 439 Mutex.Unlock();
|
/external/qemu/audio/ |
coreaudio.c | 169 pthread_mutex_t mutex; member in struct:coreAudioVoice 202 err = pthread_mutex_lock (&core->mutex); 216 err = pthread_mutex_unlock (&core->mutex); 276 /* destroy mutex */ 277 err = pthread_mutex_destroy(&core->mutex); 279 dolog("Could not destroy mutex\nReason: %s\n", strerror (err)); 301 /* create mutex */ 302 err = pthread_mutex_init(&core->mutex, NULL); 304 dolog("Could not create mutex\nReason: %s\n", strerror (err));
|
/hardware/msm7k/libcamera/ |
QualcommCameraHardware.cpp | 275 static Mutex singleton_lock; 276 static Mutex rex_init_lock; 616 Mutex::Autolock l(&mLock); 669 Mutex::Autolock singletonLock(&singleton_lock); 689 Mutex::Autolock cbLock(&mCallbackLock); 805 Mutex::Autolock l(&mLock); 806 Mutex::Autolock stateLock(&mStateLock); 814 Mutex::Autolock l(&mLock); 818 Mutex::Autolock statelock(&mStateLock); 825 Mutex::Autolock l(&mLock) [all...] |
/external/dbus/dbus/ |
dbus-dataslot.c | 385 DBusMutex *mutex; local 392 _dbus_mutex_new_at_location (&mutex); 393 if (mutex == NULL) 394 _dbus_assert_not_reached ("failed to alloc mutex"); 407 _dbus_data_slot_allocator_alloc (&allocator, &mutex, &tmp); 472 _dbus_mutex_free_at_location (&mutex);
|
/hardware/ti/wlan/wl1271/platforms/os/common/inc/ |
osApi.h | 480 * \return Handle of the created mutex/spin lock object on Success ; NULL on Failure (not enough memory available or problems to initializing the mutex) 483 * This function allocates a mutex/spin lock object. 484 * The mutex/spinlock object which is created by this function is used for mutual-exclusion and protection of resources which are shared between 494 * \param ProtectContext - Handle to the mutex/spin lock object 498 * This function destroys s a mutex/spin lock object which was previously created by user: 499 * it frees the mutex/spin lock and then frees the object's memory 508 * \param ProtectContext - Handle to the mutex/spin lock object 512 * This function locks the mutex/spin lock object. E.g. the caller acquires a mutex/spin lock and gains exclusiv [all...] |
/system/wlan/ti/wilink_6_1/platforms/os/common/inc/ |
osApi.h | 480 * \return Handle of the created mutex/spin lock object on Success ; NULL on Failure (not enough memory available or problems to initializing the mutex) 483 * This function allocates a mutex/spin lock object. 484 * The mutex/spinlock object which is created by this function is used for mutual-exclusion and protection of resources which are shared between 494 * \param ProtectContext - Handle to the mutex/spin lock object 498 * This function destroys s a mutex/spin lock object which was previously created by user: 499 * it frees the mutex/spin lock and then frees the object's memory 508 * \param ProtectContext - Handle to the mutex/spin lock object 512 * This function locks the mutex/spin lock object. E.g. the caller acquires a mutex/spin lock and gains exclusiv [all...] |
/bionic/libc/bionic/ |
pthread-timers.c | 105 pthread_mutex_t mutex; /* lock */ member in struct:thr_timer 186 pthread_mutex_lock(&timer->mutex); 189 pthread_mutex_unlock(&timer->mutex); 285 pthread_mutex_lock(&t->mutex); 291 pthread_mutex_unlock(&t->mutex); 356 pthread_mutex_init( &timer->mutex, NULL ); 554 pthread_cond_wait( &timer->cond, &timer->mutex ); 573 &timer->cond, &timer->mutex, &diff);
|
/external/kernel-headers/original/linux/ |
loop.h | 20 #include <linux/mutex.h> 64 struct mutex lo_ctl_mutex;
|
/external/opencore/baselibs/threadsafe_callback_ao/src/ |
threadsafe_callback_ao.h | 90 OsclMutex Mutex; // Mutex that controls access to the event queue
|
/external/opencore/doc/oscl_html/ |
classOsclMutex.html | 114 Closes the Mutex<dl compact><dt><b>Parameters: </b></dt><dd> 149 Creates the Mutex<dl compact><dt><b>Parameters: </b></dt><dd> 183 Locks the Mutex<dl compact><dt><b>Parameters: </b></dt><dd> 219 Try to lock the mutex,if the Mutex is already locked calling thread immediately returns with out blocking <dl compact><dt><b>Parameters: </b></dt><dd> 225 Returns SUCCESS_ERROR if the mutex was acquired, MUTEX_LOCKED_ERROR if the mutex cannot be acquired without waiting, or an error code if the operation failed. Note: this function may not be supported on all platforms, and may return NOT_IMPLEMENTED. </dl> </td> 253 Releases the Mutex<dl compact><dt><b>Parameters: </b></dt><dd>
|