Home
last modified time | relevance | path

Searched defs:head (Results 1 – 25 of 31) sorted by relevance

12

/frameworks/av/media/codec2/core/include/
D_C2MacroUtils.h80 #define _C2_MAP_64(fn, arg, head, ...) fn(head, arg), _C2_MAP_63(fn, arg, ##__VA_ARGS__) argument
81 #define _C2_MAP_63(fn, arg, head, ...) fn(head, arg), _C2_MAP_62(fn, arg, ##__VA_ARGS__) argument
82 #define _C2_MAP_62(fn, arg, head, ...) fn(head, arg), _C2_MAP_61(fn, arg, ##__VA_ARGS__) argument
83 #define _C2_MAP_61(fn, arg, head, ...) fn(head, arg), _C2_MAP_60(fn, arg, ##__VA_ARGS__) argument
84 #define _C2_MAP_60(fn, arg, head, ...) fn(head, arg), _C2_MAP_59(fn, arg, ##__VA_ARGS__) argument
85 #define _C2_MAP_59(fn, arg, head, ...) fn(head, arg), _C2_MAP_58(fn, arg, ##__VA_ARGS__) argument
86 #define _C2_MAP_58(fn, arg, head, ...) fn(head, arg), _C2_MAP_57(fn, arg, ##__VA_ARGS__) argument
87 #define _C2_MAP_57(fn, arg, head, ...) fn(head, arg), _C2_MAP_56(fn, arg, ##__VA_ARGS__) argument
88 #define _C2_MAP_56(fn, arg, head, ...) fn(head, arg), _C2_MAP_55(fn, arg, ##__VA_ARGS__) argument
89 #define _C2_MAP_55(fn, arg, head, ...) fn(head, arg), _C2_MAP_54(fn, arg, ##__VA_ARGS__) argument
[all …]
/frameworks/native/libs/vr/libpdx/private/pdx/rpc/
Dmacros.h55 #define _PDX_APPLY_1(macro, head, next, ...) \ argument
59 #define _PDX_APPLY_2(macro, head, next, ...) \ argument
74 #define _PDX_APPLY_LIST_1(macro, head, next, ...) \ argument
80 #define _PDX_APPLY_LIST_2(macro, head, next, ...) \ argument
85 #define _PDX_APPLY_LIST_0(macro, head, next, ...) \ argument
101 #define _PDX_APPLY_BINARY_1(macro, arg, head, next, ...) \ argument
106 #define _PDX_APPLY_BINARY_2(macro, arg, head, next, ...) \ argument
122 #define _PDX_APPLY_BINARY_LIST_1(macro, arg, head, next, ...) \ argument
128 #define _PDX_APPLY_BINARY_LIST_2(macro, arg, head, next, ...) \ argument
134 #define _PDX_APPLY_BINARY_LIST_0(macro, arg, head, next, ...) \ argument
/frameworks/minikin/tests/unittest/
DFontFileParserTest.cpp51 size_t head = writeU16(1, out.data(), 0); // major version in buildHeadTable() local
75 std::vector<uint8_t> head = buildHeadTable(rev); in TEST() local
84 std::vector<uint8_t> head = buildHeadTable(rev); in TEST() local
DCmapCoverageTest.cpp76 size_t head = 0; in buildCmapFormat4Table() local
126 size_t head = 0; in buildCmapFormat12Table() local
163 size_t head = 0; in getDefaultUVSAsBinary() local
183 size_t head = 0; in getNonDefaultUVSAsBinary() local
201 size_t head = 0; in buildCmapFormat14Table() local
275 size_t head = writeU16(platformId, out.data(), currentEncodingTableHead); in appendEncodingTable() local
DFontUtilsTest.cpp61 size_t head = writeU16(1, out.data(), 0); // major version in buildFvarTable() local
/frameworks/base/libs/hwui/utils/
DStringUtils.cpp25 const char* head = current; in split() local
/frameworks/compile/mclinker/unittests/
DGraphTest.cpp58 ListDigraph::Node* head = NULL; in TEST_F() local
105 ListDigraph::Node* head = NULL; in TEST_F() local
152 ListDigraph::Node* head = NULL; in TEST_F() local
/frameworks/base/cmds/incident_helper/src/
Dih_util.cpp34 const auto head = s.find_first_not_of(charset); in trim() local
170 const auto head = line->find_first_not_of(DEFAULT_WHITESPACE); in stripPrefix() local
214 std::string head = line->substr(0); in behead() local
218 std::string head = line->substr(0, found); in behead() local
/frameworks/native/libs/ui/include_vndk/ui/
DRegion.h223 Region::const_iterator head = region.begin(); in PrintTo() local
/frameworks/native/include/ui/
DRegion.h223 Region::const_iterator head = region.begin(); in PrintTo() local
/frameworks/native/libs/ui/include/ui/
DRegion.h223 Region::const_iterator head = region.begin(); in PrintTo() local
/frameworks/native/libs/vr/libbroadcastring/include/libbroadcastring/
Dbroadcast_ring.h318 uint32_t head = std::atomic_load_explicit(&header_mmap()->head, in Get() local
402 std::atomic<uint32_t> head; member
432 uint32_t head; member
540 uint32_t head, uint32_t tail) { in CalculateGeometry()
/frameworks/base/packages/SystemUI/src/com/android/systemui/scene/data/model/
DSceneStack.kt26 private data class StackedNodes(val head: SceneKey, val tail: SceneStack) : SceneStack constant in com.android.systemui.scene.data.model.StackedNodes
/frameworks/native/libs/renderengine/skia/
DGLExtensions.cpp38 char const* head = curr; in ExtensionSet() local
/frameworks/av/media/libstagefright/renderfright/gl/
DGLExtensions.cpp38 char const* head = curr; in ExtensionSet() local
/frameworks/base/libs/hwui/
DAnimationContext.cpp58 AnimationHandle* head = mNextFrameAnimations.mNextHandle; in startFrame() local
/frameworks/native/libs/input/
DInputConsumer.cpp809 const InputMessage& head = batch.samples[0]; in getPendingBatchSource() local
820 const InputMessage& head = batch.samples[0]; in findBatch() local
839 const InputMessage& head = batch.samples[0]; in canAddSample() local
/frameworks/native/libs/ui/
DRegion.cpp474 Rect* head; member in android::Region::rasterizer
710 Region::const_iterator head = dst.begin(); in boolean_operation() local
912 const_iterator head = begin(); in dump() local
925 const_iterator head = begin(); in dump() local
/frameworks/native/libs/binder/
DMemoryDealer.cpp56 NODE const* head() const { return mFirst; } in head() function in android::LinkedList
57 NODE* head() { return mFirst; } in head() function in android::LinkedList
/frameworks/base/packages/SystemUI/src/com/android/systemui/complication/
DComplicationLayoutEngine.java168 public void applyLayoutParams(View head) { in applyLayoutParams()
433 ViewEntry head = null; in updateViews() local
/frameworks/av/media/libaudioprocessing/
DAudioResamplerSinc.cpp336 int16_t* head = impulse + headOffset; in resample() local
393 int16_t* head = impulse + c.halfNumCoefs*CHANNELS; in read() local
DAudioResamplerDyn.cpp135 TI* head = impulse + halfNumCoefs*CHANNELS; in readAgain() local
/frameworks/base/services/core/java/com/android/server/am/
DBroadcastProcessQueue.java1382 checkState(waitingTime < (10 * DateUtils.MINUTE_IN_MILLIS), "waitingTime"); in assertHealthLocked()
1396 @Nullable BroadcastProcessQueue head, @NonNull BroadcastProcessQueue item) {
1431 static @Nullable BroadcastProcessQueue removeFromRunnableList( in removeFromRunnableList()
/frameworks/native/libs/ui/include_private/ui/
DRegionHelper.h105 inline int next(TYPE& head, TYPE& tail, bool& more_lhs, bool& more_rhs) { in next()
/frameworks/native/services/surfaceflinger/
DLayerProtoHelper.cpp69 Region::const_iterator head = region.begin(); in writeToProto() local

12