Home
last modified time | relevance | path

Searched defs:tail (Results 26 – 50 of 128) sorted by relevance

123456

/aosp12/hardware/qcom/media/msm8974/mm-video-legacy/vidc/vdec/src/
H A Dqueue.c46 Node *tail; member
/aosp12/hardware/qcom/media/msm8974/mm-video-v4l2/vidc/vdec/src/
H A Dqueue.c44 Node *tail; member
/aosp12/system/logging/logd/
H A DLogReaderThread.cpp31 unsigned long tail, LogMask log_mask, pid_t pid, in LogReaderThread()
/aosp12/frameworks/native/libs/ui/
H A DRegion.cpp253 const_iterator const tail = end(); in contains() local
475 Rect* tail; member in android::Region::rasterizer
576 const_iterator const tail = reg.end(); in validate() local
711 Region::const_iterator const tail = dst.end(); in boolean_operation() local
913 const_iterator const tail = end(); in dump() local
926 const_iterator const tail = end(); in dump() local
/ohos5.0/foundation/communication/dsoftbus/core/common/include/
H A Dsoftbus_queue.h49 volatile uint32_t tail; /* producer tail */ member
58 volatile uint32_t tail; /* consumer tail */ member
/ohos5.0/foundation/graphic/graphic_utils_lite/interfaces/kits/gfx_utils/
H A Dvector.h182 uint16_t tail = 0; variable
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/indexer/
H A Dindexer_item_component.cpp32 RefPtr<Component> tail = box_; in BuildItem() local
/aosp12/art/libartbase/base/
H A Dscoped_arena_allocator.cc63 Arena* tail = top_arena_->next_; in AllocateFromNextArena() local
/ohos5.0/foundation/communication/dsoftbus/components/nstackx/fillp/src/public/include/
H A Dskiplist.h42 struct SkipListNode *tail; member
/aosp12/system/teeui/libteeui/include/teeui/
H A Dmsg_formatting.h148 WriteStream write(Message<Head, Tail...>, WriteStream out, const Head& head, const Tail&... tail) { in write()
/aosp12/hardware/nxp/secure_element/pn8x/libese-spi/p73/utils/
H A Dringbuffer.cpp29 uint8_t* tail; member
/aosp12/hardware/nxp/secure_element/snxxx/libese-spi/p73/utils/
H A Dringbuffer.cpp29 uint8_t* tail; member
/aosp12/system/bt/osi/src/
H A Dringbuffer.cc30 uint8_t* tail; member
/aosp12/system/nfc/utils/
H A Dringbuffer.cc29 uint8_t* tail; member
/aosp12/frameworks/av/services/audioflinger/
H A DFastMixerDumpState.cpp102 uint32_t *tail = n >= kTailDenominator ? new uint32_t[n] : NULL; in dump() local
/aosp12/hardware/qcom/media/msm8998/mm-video-v4l2/vidc/vdec/inc/
H A DMap.h45 node* tail; variable
/aosp12/hardware/qcom/media/msm8996/mm-video-v4l2/vidc/vdec/inc/
H A DMap.h45 node* tail; variable
/aosp12/hardware/qcom/sm8150/media/libarbitrarybytes/inc/
H A DMap.h45 node* tail; variable
/aosp12/hardware/qcom/sdm845/media/mm-video-v4l2/vidc/vdec/inc/
H A DMap.h45 node* tail; variable
/aosp12/hardware/qcom/media/msm8974/mm-video-legacy/vidc/vdec/inc/
H A DMap.h47 node* tail; variable
/aosp12/hardware/qcom/media/msm8974/mm-video-v4l2/vidc/vdec/inc/
H A DMap.h46 node* tail; variable
/ohos5.0/foundation/multimedia/player_framework/services/utils/
H A Dxml_parse.cpp74 std::string tail = str.substr(pos + 1); in TransStrAsRange() local
/aosp12/system/netd/libnetdutils/include/netdutils/
H A DSlice.h128 inline size_t extract(const Slice src, Head& head, Tail&... tail) { in extract()
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/common/
H A Drs_occlusion_region_helper.cpp96 inline RectType Looper::GetEdgeRelation(int &head, int &tail, in GetEdgeRelation()
/aosp12/frameworks/native/libs/binder/
H A DMemoryDealer.cpp59 NODE const* tail() const { return mLast; } in tail() function in android::LinkedList
60 NODE* tail() { return mLast; } in tail() function in android::LinkedList

123456