Home
last modified time | relevance | path

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

/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.java342 public static byte[] createHeader(HeaderSet head, boolean nullOut) { in createHeader()
/frameworks/base/libs/hwui/font/
DCacheTexture.cpp37 CacheBlock* CacheBlock::insertBlock(CacheBlock* head, CacheBlock* newBlock) { in insertBlock()
81 CacheBlock* CacheBlock::removeBlock(CacheBlock* head, CacheBlock* blockToRemove) { in removeBlock()
/frameworks/compile/mclinker/unittests/
DGraphTest.cpp63 ListDigraph::Node* head = NULL; in TEST_F() local
111 ListDigraph::Node* head = NULL; in TEST_F() local
159 ListDigraph::Node* head = NULL; in TEST_F() local
/frameworks/native/services/surfaceflinger/RenderEngine/
DGLExtensions.cpp45 char const* head = curr; in initWithGLStrings() local
/frameworks/base/libs/hwui/
DExtensions.cpp115 const char* head = current; in findExtensions() local
DAnimationContext.cpp60 AnimationHandle* head = mNextFrameAnimations.mNextHandle; in startFrame() 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/libs/ui/
DRegion.cpp411 Rect* head; member in android::Region::rasterizer
624 Region::const_iterator head = dst.begin(); in boolean_operation() local
812 const_iterator head = begin(); in dump() local
832 const_iterator head = begin(); in dump() local
/frameworks/av/services/audioflinger/
DAudioResamplerSinc.cpp580 int16_t* head = impulse + headOffset; in resample() local
636 int16_t* head = impulse + c.halfNumCoefs*CHANNELS; in read() local
DAudioResamplerDyn.cpp129 TI* head = impulse + halfNumCoefs*CHANNELS; in readAgain() local
DTracks.cpp1401 TimedBuffer& head = mTimedBufferQueue.editItemAt(0); in getNextBuffer() local
1540 const TimedBuffer& head = mTimedBufferQueue[0]; in timedYieldSamples_l() local
1598 TimedBuffer& head = mTimedBufferQueue.editItemAt(0); in releaseBuffer() local
/frameworks/native/include/private/ui/
DRegionHelper.h116 inline int next(TYPE& head, TYPE& tail, in next()
/frameworks/native/libs/input/
DInputTransport.cpp865 const InputMessage& head = batch.samples.itemAt(0); in findBatch() local
937 const InputMessage& head = batch.samples.itemAt(0); in canAddSample() local
/frameworks/base/cmds/bootanimation/
DBootAnimation.cpp622 Region::const_iterator head(clearReg.begin()); in movie() local
/frameworks/av/media/libstagefright/webm/
DWebmElement.cpp89 int head = serializeCodedUnsigned(mId, cur); in serializeInto() local
/frameworks/base/core/java/android/net/http/
DRequestQueue.java494 protected synchronized void queueRequest(Request request, boolean head) { in queueRequest()
/frameworks/opt/net/voip/src/jni/rtp/
DAudioGroup.cpp234 bool AudioStream::mix(int32_t *output, int head, int tail, int sampleRate) in mix()
/frameworks/native/libs/gui/
DSurface.cpp759 Region::const_iterator head(reg.begin()); in copyBlt() local
/frameworks/native/services/inputflinger/
DInputDispatcher.h607 T* head; member