Searched defs:pBuf (Results 1 – 9 of 9) sorted by relevance
/frameworks/compile/mclinker/lib/Support/ |
D | LEB128.cpp | 17 size_t encode<uint64_t>(ByteType*& pBuf, uint64_t pValue) { in encode() 36 size_t encode<uint32_t>(ByteType*& pBuf, uint32_t pValue) { in encode() 67 size_t encode<int64_t>(ByteType*& pBuf, int64_t pValue) { in encode() 89 size_t encode<int32_t>(ByteType*& pBuf, int32_t pValue) { in encode() 96 uint64_t decode<uint64_t>(const ByteType* pBuf, size_t& pSize) { in decode() 136 uint64_t decode<uint64_t>(const ByteType*& pBuf) { in decode() 184 int64_t decode<int64_t>(const ByteType* pBuf, size_t& pSize) { in decode() 205 int64_t decode<int64_t>(const ByteType*& pBuf) { in decode()
|
/frameworks/compile/mclinker/include/mcld/Support/ |
D | LEB128.h | 96 size_t encode(char*& pBuf, IntType pValue) { in encode() 101 IntType decode(const char* pBuf, size_t& pSize) { in decode() 106 IntType decode(const char*& pBuf) { in decode()
|
/frameworks/compile/mclinker/lib/Target/ |
D | ELFAttributeData.cpp | 19 const char*& pBuf, in ReadTag() 36 const char*& pBuf, in ReadValue() 66 char*& pBuf) { in WriteAttribute()
|
/frameworks/av/media/tests/benchmark/MediaBenchmarkTest/src/main/java/com/android/media/benchmark/library/ |
D | IBufferXferImpl.java | 54 BufferInfo pBuf = null, cBuf = null; in sendBuffer() local
|
/frameworks/av/media/codec2/hal/client/ |
D | GraphicsTracker.cpp | 47 AHardwareBuffer *pBuf; in retrieveAHardwareBufferId() local 90 AHardwareBuffer **pBuf, sp<Fence> *fence) { in allocate() 146 AHardwareBuffer *pBuf = AHardwareBuffer_from_GraphicBuffer(buf.get()); local 160 uint32_t generation, AHardwareBuffer *pBuf, uint64_t usage) : in BufferItem()
|
/frameworks/av/media/codec2/hal/aidl/ |
D | BufferTypes.cpp | 103 AHardwareBuffer *pBuf = in objcpy() local
|
/frameworks/av/media/codec2/hal/common/include/codec2/common/ |
D | BufferTypes.h | 111 AHardwareBuffer* pBuf, in _addBaseBlock() 213 AHardwareBuffer *pBuf; in addBaseBlock() local
|
/frameworks/av/media/codec2/vndk/platform/ |
D | C2IgbaBuffer.cpp | 137 AHardwareBuffer **pBuf) { in GetAHardwareBuffer()
|
/frameworks/av/media/codec2/hal/hidl/1.0/utils/ |
D | types.cpp | 213 void SetAHardwareBuffer(BaseBlock *block, AHardwareBuffer *pBuf) { in SetAHardwareBuffer()
|