HomeSort by relevance Sort by last modified time
    Searched full:getbuf (Results 1 - 25 of 32) sorted by null

1 2

  /frameworks/volley/tests/src/com/android/volley/toolbox/
ByteArrayPoolTest.java 25 byte[] buf1 = pool.getBuf(16);
26 byte[] buf2 = pool.getBuf(16);
31 byte[] buf3 = pool.getBuf(16);
32 byte[] buf4 = pool.getBuf(16);
41 byte[] buf1 = pool.getBuf(16);
42 byte[] buf2 = pool.getBuf(16);
43 byte[] buf3 = pool.getBuf(16);
49 byte[] buf4 = pool.getBuf(16);
50 byte[] buf5 = pool.getBuf(16);
51 byte[] buf6 = pool.getBuf(16)
    [all...]
  /development/tools/mkstubs/src/com/android/mkstubs/sourcer/
SignatureSourcer.java 97 private StringBuilder getBuf() {
159 getBuf().append('<');
161 getBuf().append(", ");
163 getBuf().append(name);
164 getBuf().append(" extends ");
212 getBuf().append('^');
218 getBuf().append(Type.getType(Character.toString(descriptor)).getClassName());
223 getBuf().append(name.replace('/', '.'));
228 getBuf().append('[');
234 getBuf().append(name.replace('/', '.'))
    [all...]
  /device/moto/shamu/camera/QCamera/HAL/core/inc/
QCameraStream.h 97 virtual int getBuf(mm_camera_frame_len_offset *frame_offset_info,
146 int getBuf(mm_camera_frame_len_offset *frame_offset_info,
190 int getBuf(mm_camera_frame_len_offset *frame_offset_info,
242 int getBuf(mm_camera_frame_len_offset *frame_offset_info,
268 int getBuf(mm_camera_frame_len_offset *frame_offset_info,
296 int getBuf(mm_camera_frame_len_offset *frame_offset_info,
QCameraHWI.h 563 int getBuf(uint32_t camera_handle,
    [all...]
  /external/chromium_org/media/formats/mp4/
box_reader_unittest.cc 80 std::vector<uint8> GetBuf() {
86 std::vector<uint8> buf = GetBuf();
112 std::vector<uint8> buf = GetBuf();
124 std::vector<uint8> buf = GetBuf();
137 std::vector<uint8> buf = GetBuf();
149 std::vector<uint8> buf = GetBuf();
171 std::vector<uint8> buf = GetBuf();
  /frameworks/volley/src/com/android/volley/toolbox/
PoolingByteArrayOutputStream.java 53 buf = mPool.getBuf(Math.max(size, DEFAULT_SIZE));
76 byte[] newbuf = mPool.getBuf((count + i) * 2);
ByteArrayPool.java 91 public synchronized byte[] getBuf(int len) {
BasicNetwork.java 219 buffer = mPool.getBuf(1024);
  /external/ipsec-tools/src/libipsec/
test-policy.c 158 char getbuf[1024]; local
185 memset(getbuf, 0, sizeof(getbuf));
186 memcpy(getbuf, policy, sizeof(struct sadb_x_policy));
187 if (getsockopt(so, proto, optname, getbuf, &len) < 0) {
200 if ((buf = ipsec_dump_policy(getbuf, NULL)) == NULL) {
  /external/smali/dexlib2/src/main/java/org/jf/dexlib2/dexbacked/raw/
RawDexFile.java 62 return Arrays.copyOfRange(getBuf(), start, start+length);
97 annotatedBytes.writeAnnotations(out, getBuf());
  /hardware/samsung_slsi/exynos5/libhwjpeg/
ExynosJpegEncoder.cpp 77 return getBuf(t_bFlagCreateInBuf, &t_stJpegInbuf, piBuf, piInputSize, iSize, t_iPlaneNum);
82 return getBuf(t_bFlagCreateOutBuf, &t_stJpegOutbuf, piBuf, piOutputSize, \
  /device/moto/shamu/camera/QCamera/HAL/core/src/
QCameraHWI_Still.cpp 91 int QCameraStream_SnapshotMain::getBuf(mm_camera_frame_len_offset *frame_offset_info,
194 status_t QCameraStream_SnapshotThumbnail::getBuf(mm_camera_frame_len_offset *frame_offset_info,
QCameraHWI_Rdi.cpp 55 int QCameraStream_Rdi::getBuf(mm_camera_frame_len_offset *frame_offset_info,
QCameraHWI_Record.cpp 186 status_t QCameraStream_record::getBuf(mm_camera_frame_len_offset *frame_offset_info,
  /external/pdfium/core/src/fxcodec/jbig2/
JBig2_BitStream.h 58 FX_BYTE *getBuf();
300 inline FX_BYTE *CJBig2_BitStream::getBuf()
  /external/smali/dexlib2/src/main/java/org/jf/dexlib2/dexbacked/
BaseDexBuffer.java 115 protected byte[] getBuf() {
  /device/moto/shamu/camera/QCamera/HAL2/core/src/
QCameraHWI.cpp 195 return pme->getBuf(camera_handle, ch_id, stream_id,
213 int QCameraHardwareInterface::getBuf(uint32_t camera_handle,
  /external/glide/library/src/main/java/com/bumptech/glide/volley/
VolleyDiskCacheWrapper.java 279 byte[] b = streamToBytes(is, n, byteArrayPool.getBuf(n));
327 byte[] bytes = byteArrayPool.getBuf(DEFAULT_BYTE_ARRAY_SIZE);
  /hardware/samsung_slsi/exynos5/include/
ExynosJpegApi.h 147 int getBuf(bool bCreateBuf, struct BUFFER *pstBuf, int *piBuf, int *iBufSize, int iSize, int iPlaneNum);
  /external/bluetooth/bluedroid/gki/common/
gki_buffer.c 377 GKI_exception (GKI_ERROR_BUF_SIZE_ZERO, "getbuf: Size is zero");
390 GKI_exception (GKI_ERROR_BUF_SIZE_TOOBIG, "getbuf: Size is too big");
443 GKI_exception (GKI_ERROR_OUT_OF_BUFFERS, "getbuf: out of buffers");
    [all...]
  /device/moto/shamu/camera/QCamera/HAL2/core/inc/
QCameraHWI.h 233 int getBuf(uint32_t camera_handle,
504 int getBuf(uint32_t camera_handle,
  /frameworks/base/core/java/android/net/http/
Connection.java 515 byte[] getBuf() {
Request.java 291 buf = mConnection.getBuf();
  /external/libnfc-nci/halimpl/bcm2079x/gki/common/
gki_buffer.c 372 GKI_exception (GKI_ERROR_BUF_SIZE_ZERO, "getbuf: Size is zero");
388 GKI_exception (GKI_ERROR_BUF_SIZE_TOOBIG, "getbuf: Size is too big");
    [all...]
  /external/libnfc-nci/src/gki/common/
gki_buffer.c 372 GKI_exception (GKI_ERROR_BUF_SIZE_ZERO, "getbuf: Size is zero");
388 GKI_exception (GKI_ERROR_BUF_SIZE_TOOBIG, "getbuf: Size is too big");
    [all...]

Completed in 1078 milliseconds

1 2