OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:mTagToSectionMap
(Results
1 - 2
of
2
) sorted by null
/frameworks/av/include/camera/
VendorTagDescriptor.h
111
KeyedVector<uint32_t, uint32_t>
mTagToSectionMap
; // Value is offset in mSections
/frameworks/av/camera/
VendorTagDescriptor.cpp
92
mTagToSectionMap
= src.
mTagToSectionMap
;
158
mTagToSectionMap
.add(tag, sectionIndex);
195
String8 sectionString = mSections[
mTagToSectionMap
.valueFor(tag)];
224
ssize_t index =
mTagToSectionMap
.indexOfKey(tag);
228
return mSections[
mTagToSectionMap
.valueAt(index)].string();
264
sectionIndex =
mTagToSectionMap
.valueFor(tag);
325
uint32_t sectionId =
mTagToSectionMap
.valueFor(tag);
407
desc->
mTagToSectionMap
.add(tag, static_cast<uint32_t>(index));
Completed in 4279 milliseconds