Home
last modified time | relevance | path

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

/frameworks/base/libs/hwui/font/
DCacheTexture.cpp34 CacheBlock* CacheBlock::insertBlock(CacheBlock* head, CacheBlock* newBlock) { in insertBlock()
78 CacheBlock* CacheBlock::removeBlock(CacheBlock* head, CacheBlock* blockToRemove) { in removeBlock()
/frameworks/base/obex/javax/obex/
DClientSession.java145 HeaderSet head; in get() local
253 HeaderSet head; in put() local
408 public boolean sendRequest(int opCode, byte[] head, HeaderSet header, in sendRequest()
DObexHelper.java341 public static byte[] createHeader(HeaderSet head, boolean nullOut) { in createHeader()
/frameworks/base/libs/hwui/
DExtensions.h51 const char* head = current; in Extensions() local
/frameworks/native/services/surfaceflinger/
DGLExtensions.cpp53 char const* head = curr; in initWithGLStrings() local
/frameworks/compile/mclinker/include/mcld/LD/
DStringUnorderedMap.h167 HashEntry *&head = this->m_HashTable[hashVal % this->m_Capacity]; in getOrCreate() local
/frameworks/av/services/audioflinger/
DAudioResamplerSinc.cpp574 int16_t* head = impulse + headOffset; in resample() local
630 int16_t* head = impulse + c.halfNumCoefs*CHANNELS; in read() local
DAudioFlinger.cpp5120 TimedBuffer& head = mTimedBufferQueue.editItemAt(0); in getNextBuffer() local
5257 const TimedBuffer& head = mTimedBufferQueue[0]; in timedYieldSamples_l() local
5315 TimedBuffer& head = mTimedBufferQueue.editItemAt(0); in releaseBuffer() local
/frameworks/native/libs/ui/
DRegion.cpp258 Rect* head; member in android::Region::rasterizer
473 Region::const_iterator head = dst.begin(); in boolean_operation() local
658 const_iterator head = begin(); in dump() local
678 const_iterator head = begin(); in dump() local
/frameworks/native/libs/binder/
DMemoryDealer.cpp57 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/include/private/ui/
DRegionHelper.h116 inline int next(TYPE& head, TYPE& tail, in next()
/frameworks/base/libs/androidfw/
DInputTransport.cpp855 const InputMessage& head = batch.samples.itemAt(0); in findBatch() local
927 const InputMessage& head = batch.samples.itemAt(0); in canAddSample() local
/frameworks/base/cmds/bootanimation/
DBootAnimation.cpp526 Region::const_iterator head(clearReg.begin()); in movie() local
/frameworks/base/core/java/android/net/http/
DRequestQueue.java498 protected synchronized void queueRequest(Request request, boolean head) { in queueRequest()
/frameworks/native/libs/utils/
DRefBase.cpp248 ref_entry* const head = *refs; in removeRef() local
/frameworks/base/voip/jni/rtp/
DAudioGroup.cpp234 bool AudioStream::mix(int32_t *output, int head, int tail, int sampleRate) in mix()
/frameworks/native/libs/gui/
DBufferQueue.cpp980 int head = -1; in freeAllBuffersExceptHeadLocked() local
DSurfaceTextureClient.cpp695 Region::const_iterator head(reg.begin()); in copyBlt() local
/frameworks/base/services/input/
DInputDispatcher.h605 T* head; member