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

  /frameworks/native/libs/gui/
BufferQueueProducer.cpp 24 #define VALIDATE_CONSISTENCY() do { mCore->validateConsistencyLocked(); } while (0)
46 mCore(core),
62 Mutex::Autolock lock(mCore->mMutex);
64 if (mCore->mIsAbandoned) {
69 if (mCore->mConnectedApi == BufferQueueCore::NO_CONNECTED_API) {
97 Mutex::Autolock lock(mCore->mMutex);
98 mCore->waitWhileAllocatingLocked();
100 if (mCore->mIsAbandoned) {
106 if (maxDequeuedBuffers == mCore->mMaxDequeuedBufferCount) {
113 for (int s : mCore->mActiveBuffers)
    [all...]
BufferQueueConsumer.cpp 24 #define VALIDATE_CONSISTENCY() do { mCore->validateConsistencyLocked(); } while (0)
42 mCore(core),
55 Mutex::Autolock lock(mCore->mMutex);
62 for (int s : mCore->mActiveBuffers) {
67 if (numAcquiredBuffers >= mCore->mMaxAcquiredBufferCount + 1) {
69 numAcquiredBuffers, mCore->mMaxAcquiredBufferCount);
73 bool sharedBufferAvailable = mCore->mSharedBufferMode &&
74 mCore->mAutoRefresh && mCore->mSharedBufferSlot !=
79 if (mCore->mQueue.empty() && !sharedBufferAvailable)
    [all...]
  /hardware/intel/common/libstagefrighthw/
WrsOMXPlugin.cpp 138 comp.mCore = mCores[i];
155 if (mComponents[i].mCore == NULL || mComponents[i].mCore->mLibHandle == NULL) {
158 OMX_ERRORTYPE omx_res = (*(mComponents[i].mCore->mFreeHandle))(reinterpret_cast<OMX_HANDLETYPE *>(component));
WrsOMXPlugin.h 70 WrsOMXCore *mCore;
  /frameworks/native/include/gui/
BufferQueueConsumer.h 169 sp<BufferQueueCore> mCore;
171 // This references mCore->mSlots. Lock mCore->mMutex while accessing.
BufferQueueProducer.h 201 // it will release mCore->mMutex while blocked so that other operations on
209 sp<BufferQueueCore> mCore;
211 // This references mCore->mSlots. Lock mCore->mMutex while accessing.
232 // (mCore->mMutex) is held, a ticket is retained by the producer. After
236 int mNextCallbackTicket; // Protected by mCore->mMutex
BufferQueueCore.h 47 mCore->mConsumerName.string(), (index)); \
  /hardware/intel/common/utils/ISV/include/
isv_omxcomponent.h 74 void setComponent(OMX_COMPONENTTYPE *pComp, ISVOMXCore *pCore){mComponent = pComp; mCore = pCore;return;}
76 OMX_ERRORTYPE freeComponent(){return (*(mCore->mFreeHandle))(static_cast<OMX_HANDLETYPE>(mComponent));}
262 ISVOMXCore *mCore; // owend by mComponent
  /hardware/intel/common/utils/ISV/omx/
isv_omxcomponent.cpp 64 mCore(NULL),
    [all...]

Completed in 349 milliseconds