OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:mutable
(Results
226 - 250
of
1825
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/external/skia/src/core/
SkSharedMutex.h
57
mutable
SkMutex fMu;
/external/webrtc/webrtc/call/
congestion_controller.h
77
mutable
rtc::CriticalSection encoder_crit_;
/external/webrtc/webrtc/modules/bitrate_controller/
bitrate_controller_impl.h
76
mutable
rtc::CriticalSection critsect_;
/external/webrtc/webrtc/system_wrappers/include/
ref_count.h
77
mutable
Atomic32 ref_count_;
/external/webrtc/webrtc/system_wrappers/source/
clock.cc
181
//
mutable
as time-accessing functions are const.
182
mutable
rtc::CriticalSection crit_;
183
mutable
DWORD last_time_ms_;
184
mutable
LONG num_timer_wraps_;
/frameworks/av/include/media/
Crypto.h
64
mutable
Mutex mLock;
DrmSessionManager.h
68
mutable
Mutex mLock;
/frameworks/av/include/media/stagefright/
MediaClock.h
66
mutable
Mutex mLock;
/frameworks/av/media/libmediaplayerservice/
MetadataRetrieverClient.h
65
mutable
Mutex mLock;
/frameworks/av/media/ndk/
NdkImagePriv.h
78
mutable
Mutex mLock;
/frameworks/av/services/camera/libcameraservice/api1/client2/
CallbackProcessor.h
62
mutable
Mutex mInputMutex;
JpegProcessor.h
68
mutable
Mutex mInputMutex;
/frameworks/base/core/java/android/security/net/config/
CertificatesEntryRef.java
38
// TODO: cache this [but handle
mutable
sources]
/frameworks/base/include/android_runtime/
android_view_InputQueue.h
78
mutable
Mutex mLock;
/frameworks/base/libs/hwui/
ResourceCache.h
95
mutable
Mutex mLock;
/frameworks/compile/mclinker/include/mcld/Support/
GCFactoryListTraits.h
55
mutable
SentinelNode mSentinel;
/frameworks/native/opengl/libagl/
TokenManager.h
45
mutable
Mutex mLock;
/frameworks/native/services/sensorservice/
RecentEventLogger.h
57
mutable
std::mutex mLock;
/frameworks/rs/
rsFBOCache.h
44
mutable
void *drv;
rsProgramRaster.h
38
mutable
void *drv;
/hardware/qcom/display/msm8084/libcopybit/
copybit_priv.h
55
mutable
int mCount;
/hardware/qcom/display/msm8084/libgralloc/
ionalloc.h
67
mutable
Locker mLock;
/hardware/qcom/display/msm8226/libcopybit/
copybit_priv.h
55
mutable
int mCount;
/hardware/qcom/display/msm8226/libgralloc/
ionalloc.h
67
mutable
Locker mLock;
/hardware/qcom/display/msm8909/libcopybit/
copybit_priv.h
55
mutable
int mCount;
Completed in 794 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>