/frameworks/av/media/codec2/core/include/ |
D | _C2MacroUtils.h | 80 #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/ |
D | macros.h | 55 #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/base/obex/javax/obex/ |
D | ClientSession.java | 175 HeaderSet head; in get() local 294 HeaderSet head; in put() local 459 public boolean sendRequest(int opCode, byte[] head, HeaderSet header, in sendRequest()
|
D | ObexHelper.java | 365 public static byte[] createHeader(HeaderSet head, boolean nullOut) { in createHeader()
|
/frameworks/base/libs/hwui/utils/ |
D | StringUtils.cpp | 25 const char* head = current; in split() local
|
/frameworks/compile/mclinker/unittests/ |
D | GraphTest.cpp | 58 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/ |
D | ih_util.cpp | 34 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/services/inputflinger/dispatcher/ |
D | Queue.h | 25 T* head; member
|
/frameworks/native/libs/vr/libbroadcastring/include/libbroadcastring/ |
D | broadcast_ring.h | 318 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/native/libs/renderengine/gl/ |
D | GLExtensions.cpp | 38 char const* head = curr; in ExtensionSet() local
|
/frameworks/base/libs/hwui/ |
D | AnimationContext.cpp | 58 AnimationHandle* head = mNextFrameAnimations.mNextHandle; in startFrame() local
|
/frameworks/native/services/surfaceflinger/ |
D | LayerProtoHelper.cpp | 48 Region::const_iterator head = region.begin(); in writeToProto() local
|
/frameworks/minikin/tests/unittest/ |
D | FontUtilsTest.cpp | 61 size_t head = writeU16(1, out.data(), 0); // major version in buildFvarTable() local
|
D | CmapCoverageTest.cpp | 76 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
|
/frameworks/native/libs/binder/ |
D | MemoryDealer.cpp | 57 NODE const* head() const { return mFirst; } in head() function in android::LinkedList 58 NODE* head() { return mFirst; } in head() function in android::LinkedList
|
/frameworks/native/libs/ui/ |
D | Region.cpp | 446 Rect* head; member in android::Region::rasterizer 683 Region::const_iterator head = dst.begin(); in boolean_operation() local 884 const_iterator head = begin(); in dump() local 897 const_iterator head = begin(); in dump() local
|
/frameworks/libs/net/common/framework/com/android/net/module/util/ |
D | DnsPacket.java | 205 final String head = labelToString(label); in parseName() local
|
/frameworks/av/media/libaudioprocessing/ |
D | AudioResamplerSinc.cpp | 337 int16_t* head = impulse + headOffset; in resample() local 394 int16_t* head = impulse + c.halfNumCoefs*CHANNELS; in read() local
|
D | AudioResamplerDyn.cpp | 136 TI* head = impulse + halfNumCoefs*CHANNELS; in readAgain() local
|
/frameworks/native/include/private/ui/ |
D | RegionHelper.h | 118 inline int next(TYPE& head, TYPE& tail, in next()
|
/frameworks/native/libs/input/ |
D | InputTransport.cpp | 1096 const InputMessage& head = batch.samples.itemAt(0); in findBatch() local 1172 const InputMessage& head = batch.samples.itemAt(0); in canAddSample() local
|
/frameworks/av/media/libstagefright/webm/ |
D | WebmElement.cpp | 91 int head = serializeCodedUnsigned(mId, cur); in serializeInto() local
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/util/leak/ |
D | GarbageMonitor.java | 500 public int head = 0; field in GarbageMonitor.ProcessMemInfo
|
/frameworks/opt/net/voip/src/jni/rtp/ |
D | AudioGroup.cpp | 234 bool AudioStream::mix(int32_t *output, int head, int tail, int sampleRate) in mix()
|
/frameworks/base/core/java/android/view/ |
D | FocusFinder.java | 930 private void setHeadOfChain(View head) { in setHeadOfChain()
|