OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:mShared
(Results
1 - 12
of
12
) sorted by null
/frameworks/av/media/libmedia/
SingleStateQueue.cpp
25
: mSequence(0),
mShared
((Shared *) shared)
33
Shared *shared =
mShared
;
47
return
mShared
->mAck - mSequence == 0;
53
return
mShared
->mAck - sequence >= 0;
57
: mSequence(0), mSeed(1),
mShared
((Shared *) shared)
65
Shared *shared =
mShared
;
/frameworks/av/include/media/
SingleStateQueue.h
69
Shared * const
mShared
;
83
Shared * const
mShared
;
/frameworks/av/media/libnbaio/
NBLog.cpp
53
mShared
((Shared *) (mOwn ? new char[sharedSize(size)] : shared))
55
new (
mShared
) Shared;
60
mShared
->~Shared();
62
delete[] (char *)
mShared
;
76
: mSize(0),
mShared
(NULL), mRear(0), mEnabled(false)
81
: mSize(roundup(size)),
mShared
((Shared *) shared), mRear(0), mEnabled(
mShared
!= NULL)
86
: mSize(roundup(size)),
mShared
(iMemory != 0 ? (Shared *) iMemory->pointer() : NULL),
87
mIMemory(iMemory), mRear(0), mEnabled(
mShared
!= NULL)
190
mShared
->mBuffer[rear + i] = entry->readAt(i)
[
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
/ndk/tests/abcc/jni/
Abcc.cpp
59
:
mShared
(false), mBCPath(bc) {
235
if (bc.
mShared
) {
248
if (bc.
mShared
)
Abcc.h
119
bool
mShared
;
/ndk/tests/abcc/jni/device/
Abcc_device.cpp
80
info.
mShared
= true;
/ndk/tests/abcc/jni/host/
Abcc_host.cpp
77
info.
mShared
= true;
/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 969 milliseconds