HomeSort by relevance Sort by last modified time
    Searched defs:mShared (Results 1 - 7 of 7) sorted by null

  /frameworks/av/include/media/
SingleStateQueue.h 58 : mSequence(0), mShared(shared)
68 Shared *shared = mShared;
90 const int32_t ack = android_atomic_acquire_load(&mShared->mAck);
99 return mShared->mAck - sequence >= 0;
104 Shared * const mShared;
110 : mSequence(0), mSeed(1), mShared(shared)
119 Shared *shared = mShared;
153 const int32_t ack = mShared->mAck + 1;
155 android_atomic_release_store(ack, &mShared->mAck); // mSequence is odd after "done"
161 Shared * const mShared;
    [all...]
  /frameworks/av/include/media/nbaio/
NBLog.h 105 bool mOwn; // whether I own the memory at mShared
106 Shared* const mShared; // pointer to shared memory
145 Shared* const mShared; // raw pointer to shared memory
147 int32_t mRear; // my private copy of mShared->mRear
189 const Shared* const mShared; // raw pointer to shared memory
  /frameworks/native/include/gui/
BufferSlot.h 40 mShared(false) {
46 bool mShared;
50 // | mShared | mDequeueCount | mQueueCount | mAcquireCount |
104 return mShared;
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.apache.ant_1.7.1.v20090120-1145/lib/
ant-nodeps.jar 
  /external/jarjar/lib/
apache-ant-1.9.4.jar 
  /external/owasp/sanitizer/tools/findbugs/lib/
ant.jar 
  /prebuilts/tools/common/m2/repository/org/apache/ant/ant/1.8.2/
ant-1.8.2.jar 

Completed in 180 milliseconds