Searched defs:mStateLock (Results 1 - 6 of 6) sorted by relevance

/frameworks/base/core/java/android/speech/tts/
H A DFileSynthesisCallback.java41 private final Object mStateLock = new Object(); field in class:FileSynthesisCallback
56 synchronized (mStateLock) {
63 * Must be called while holding the monitor on {@link #mStateLock}.
73 * Must be called while holding the monitor on {@link #mStateLock}.
130 synchronized (mStateLock) {
166 synchronized (mStateLock) {
189 synchronized (mStateLock) {
224 synchronized (mStateLock) {
H A DPlaybackSynthesisCallback.java52 private final Object mStateLock = new Object(); field in class:PlaybackSynthesisCallback
93 synchronized (mStateLock) {
149 synchronized (mStateLock) {
177 synchronized (mStateLock) {
206 synchronized (mStateLock) {
/frameworks/base/services/java/com/android/server/net/
H A DLockdownVpnTracker.java67 private final Object mStateLock = new Object(); field in class:LockdownVpnTracker
179 synchronized (mStateLock) {
200 synchronized (mStateLock) {
206 synchronized (mStateLock) {
232 synchronized (mStateLock) {
256 synchronized (mStateLock) {
265 synchronized (mStateLock) {
/frameworks/native/services/surfaceflinger/
H A DSurfaceFlinger.h331 // NOTE: can only be called from the main thread or with mStateLock held
336 // NOTE: can only be called from the main thread or with mStateLock held
399 // access must be protected by mStateLock
400 mutable Mutex mStateLock; member in class:android::SurfaceFlinger
409 // protected by mStateLock (but we could use another lock)
433 // this may only be written from the main thread with mStateLock held
434 // it may be read from other threads with mStateLock held
/frameworks/base/media/java/android/media/audiofx/
H A DVisualizer.java145 private final Object mStateLock = new Object(); field in class:Visualizer
189 synchronized (mStateLock) {
217 synchronized (mStateLock) {
237 synchronized (mStateLock) {
259 synchronized (mStateLock) {
294 synchronized (mStateLock) {
308 synchronized (mStateLock) {
326 synchronized (mStateLock) {
343 synchronized (mStateLock) {
358 synchronized (mStateLock) {
[all...]
H A DAudioEffect.java287 private final Object mStateLock = new Object(); field in class:AudioEffect
394 synchronized (mStateLock) {
405 synchronized (mStateLock) {
1226 synchronized (mStateLock) {

Completed in 115 milliseconds