Searched refs:mFront (Results 1 - 16 of 16) sorted by relevance

/frameworks/native/services/surfaceflinger/
H A DLayerRejecter.cpp35 : mFront(front),
59 if (mFront.active != mFront.requested) {
60 if (isFixedSize || (bufWidth == mFront.requested.w && bufHeight == mFront.requested.h)) {
64 mFront.active = mFront.requested;
72 mCurrent.active = mFront.active;
80 if (mFront.crop != mFront
[all...]
H A DLayerRejecter.h37 Layer::State &mFront; member in class:android::LayerRejecter
/frameworks/wilhelm/src/android/
H A DBufferQueueSource.cpp75 assert(mAndroidBufferQueueSource->mFront != mAndroidBufferQueueSource->mRear);
77 AdvancedBufferHeader *oldFront = mAndroidBufferQueueSource->mFront;
114 mAndroidBufferQueueSource->mFront = newFront;
H A Dandroid_StreamPlayer.cpp147 assert(mAndroidBufferQueue->mFront != mAndroidBufferQueue->mRear);
149 oldFront = mAndroidBufferQueue->mFront;
229 mAndroidBufferQueue->mFront = newFront;
H A DAudioRecorder_to_android.cpp328 assert(ar->mBufferQueue.mFront != ar->mBufferQueue.mRear);
330 BufferHeader *oldFront = ar->mBufferQueue.mFront;
350 ar->mBufferQueue.mFront = newFront;
H A DAudioPlayer_to_android.cpp161 assert(ap->mBufferQueue.mFront != ap->mBufferQueue.mRear);
163 BufferHeader *oldFront = ap->mBufferQueue.mFront;
182 ap->mBufferQueue.mFront = newFront;
1269 assert(ap->mBufferQueue.mFront != ap->mBufferQueue.mRear);
1271 BufferHeader *oldFront = ap->mBufferQueue.mFront;
1293 ap->mBufferQueue.mFront = newFront;
/frameworks/wilhelm/src/itf/
H A DI3DMacroscopic.cpp108 thiz->mOrientationVectors.mFront = front;
164 SLVec3D front = thiz->mOrientationVectors.mFront;
222 thiz->mOrientationVectors.mFront.x = 0;
223 thiz->mOrientationVectors.mFront.y = 0;
224 thiz->mOrientationVectors.mFront.z = -1000;
H A DIBufferQueue.cpp61 if (newRear == thiz->mFront) {
95 thiz->mFront = &thiz->mArray[0];
188 thiz->mFront = NULL;
H A DIAndroidBufferQueue.cpp270 thiz->mFront = &thiz->mBufferArray[0];
367 } else if (newRear == thiz->mFront) {
483 thiz->mFront = NULL;
529 SL_LOGI(" mBufferArray=%p, mFront=%p (%u), mRear=%p (%u)",
531 thiz->mFront, thiz->mFront - thiz->mBufferArray,
535 for (hdr = thiz->mFront; hdr != thiz->mRear; ) {
H A DIOutputMixExt.cpp73 audioPlayer->mBufferQueue.mFront = &audioPlayer->mBufferQueue.mArray[0];
108 oldFront = audioPlayer->mBufferQueue.mFront;
135 oldFront = audioPlayer->mBufferQueue.mFront;
276 oldFront = bufferQueue->mFront;
284 bufferQueue->mFront = (BufferHeader *) newFront;
H A DI3DLocation.cpp176 thiz->mOrientationVectors.mFront = front;
251 SLVec3D front = thiz->mOrientationVectors.mFront;
H A DIEngine.cpp42 ap->mBufferQueue.mFront = ap->mBufferQueue.mArray;
86 ap->mAndroidBufferQueue.mFront = ap->mAndroidBufferQueue.mBufferArray;
521 thiz->mBufferQueue.mFront = thiz->mBufferQueue.mArray;
1229 thiz->mAndroidBufferQueue.mFront =
H A DIPlay.cpp59 if ((NULL != audioPlayer) && (audioPlayer->mBufferQueue.mFront !=
/frameworks/av/media/libaudioclient/
H A DAudioTrackShared.cpp173 // The barrier following the read of mFront is probably redundant.
175 // which will force the processor to observe the read of mFront
180 front = android_atomic_acquire_load(&cblk->u.mStreaming.mFront);
185 front = cblk->u.mStreaming.mFront;
200 cblk->u.mStreaming.mFront = rear;
360 int32_t front = cblk->u.mStreaming.mFront;
361 android_atomic_release_store(stepCount + front, &cblk->u.mStreaming.mFront);
390 return (mFrameCountP2 - (mIsOut ? cblk->u.mStreaming.mRear : cblk->u.mStreaming.mFront)) &
679 int32_t front = cblk->u.mStreaming.mFront;
703 android_atomic_release_store(newFront, &cblk->u.mStreaming.mFront);
[all...]
/frameworks/wilhelm/src/
H A Ditfstruct.h140 SLVec3D mFront; member in struct:__anon2103::__anon2106
165 SLVec3D mFront; member in struct:__anon2107::__anon2110
239 BufferHeader *mFront, *mRear; member in struct:BufferQueue_interface
680 AdvancedBufferHeader *mFront, *mRear; member in struct:__anon2153
/frameworks/av/include/private/media/
H A DAudioTrackShared.h59 volatile int32_t mFront; // read by consumer (output: server, input: client) member in struct:android::AudioTrackSharedStreaming
62 // server notices and discards all data between mFront and mRear
484 int32_t front = mCblk->u.mStreaming.mFront;
485 android_atomic_release_store(rear, &mCblk->u.mStreaming.mFront);
543 // cblk->u.mStreaming.mFront, ServerProxy::mFlush and ServerProxy::mFlushed will be modified

Completed in 141 milliseconds