OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:valueFor
(Results
51 - 75
of
106
) sorted by null
1
2
3
4
5
/prebuilts/misc/common/robolectric/3.4.2/lib/
utils-3.4.2.jar
/prebuilts/misc/common/robolectric/3.5.1/lib/
utils-3.5.1.jar
/system/core/libpixelflinger/codeflinger/
ARMAssembler.cpp
166
uint32_t* target_pc = mLabels.
valueFor
(bt.label);
192
return mLabels.
valueFor
(label);
Arm64Assembler.cpp
305
uint32_t* target_pc = mLabels.
valueFor
(bt.label);
333
return mLabels.
valueFor
(label);
[
all
...]
/device/google/cuttlefish_common/guest/hals/camera/
EmulatedCameraDevice.cpp
135
mWhiteBalanceScale = mSupportedWhiteBalanceScale.
valueFor
(String8(mode));
/frameworks/av/media/libstagefright/codecs/m4v_h263/dec/
SoftMPEG4.cpp
286
outHeader->nTimeStamp = mPvToOmxTimeMap.
valueFor
(timestamp);
/frameworks/native/libs/binder/
ProcessState.cpp
125
mContexts.indexOfKey(name) >= 0 ? mContexts.
valueFor
(name) : NULL);
/system/libhwbinder/
ProcessState.cpp
115
mContexts.indexOfKey(name) >= 0 ? mContexts.
valueFor
(name) : NULL);
/frameworks/av/camera/
CameraParameters.cpp
270
String8 v = mMap.
valueFor
(String8(key));
/frameworks/base/tools/aapt/
AaptAssets.cpp
647
group = mFiles.
valueFor
(leafName);
711
subdir = mDirs.
valueFor
(fileNames[i]);
[
all
...]
ResourceTable.h
546
uint32_t indexOfTypeString(const String16& s) const { return mTypeStringsMapping.
valueFor
(s); }
551
uint32_t indexOfKeyString(const String16& s) const { return mKeyStringsMapping.
valueFor
(s); }
AaptAssets.h
440
sp<AaptSymbols> sym = mNestedSymbols.
valueFor
(name);
StringPool.cpp
609
ssize_t pos = mValues.
valueFor
(val);
/frameworks/native/services/sensorservice/
SensorService.cpp
728
SensorRecord* rec = mActiveSensors.
valueFor
(sensor_handle);
[
all
...]
SensorDevice.cpp
138
const Info& info = mActivationCount.
valueFor
(handle);
/hardware/interfaces/camera/common/1.0/default/
CameraParameters.cpp
277
String8 v = mMap.
valueFor
(String8(key));
/hardware/interfaces/tv/input/1.0/vts/functional/
VtsHalTvInputV1_0TargetTest.cpp
296
hidl_vec<TvStreamConfig> config = stream_config_.
valueFor
(device_id);
/frameworks/av/services/audioflinger/
AudioFlinger.cpp
336
sp<MmapThread> thread = mMmapThreads.
valueFor
(io);
385
AudioHwDevice *audioHwDevice = mAudioHwDevs.
valueFor
(module);
589
sp<Client> client = mClients.
valueFor
(pid).promote();
[
all
...]
/frameworks/native/services/surfaceflinger/
SurfaceFlinger.h
610
return mDisplays.
valueFor
(dpy);
615
return mDisplays.
valueFor
(dpy);
[
all
...]
/prebuilts/misc/common/robolectric/3.6.1/lib/
utils-3.6.1.jar
/frameworks/av/media/libstagefright/httplive/
PlaylistFetcher.cpp
863
mPacketSources.
valueFor
(LiveSession::STREAMTYPE_SUBTITLES);
[
all
...]
/device/generic/goldfish/camera/
EmulatedCameraDevice.cpp
140
mSupportedWhiteBalanceScale.
valueFor
(String8(mode));
/frameworks/av/media/libmedia/
IMediaMetadataRetriever.cpp
280
return mMetadata.
valueFor
(keyCode).string();
/frameworks/av/services/audiopolicy/common/managerdefinitions/src/
AudioOutputDescriptor.cpp
712
sp<SwAudioOutputDescriptor> outputDesc =
valueFor
(handle);
/frameworks/base/libs/hwui/font/
Font.cpp
272
CachedGlyphInfo* cachedGlyph = mCachedGlyphs.
valueFor
(textUnit);
Completed in 552 milliseconds
1
2
3
4
5