Searched defs:bufferSize (Results 1 - 12 of 12) sorted by relevance

/packages/inputmethods/LatinIME/native/jni/src/dictionary/utils/
H A Dmmapped_buffer.h33 const int bufferOffset, const int bufferSize, const bool isUpdatable);
56 AK_FORCE_INLINE MmappedBuffer(uint8_t *const buffer, const int bufferSize, argument
59 : mByteArrayView(buffer, bufferSize), mMmappedBuffer(mmappedBuffer),
H A Ddict_file_writing_utils.cpp92 uint8_t bufferSize[SIZE_OF_BUFFER_SIZE_FIELD]; local
94 ByteArrayUtils::writeUintAndAdvancePosition(bufferSize, buffer->getTailPosition(),
96 if (fwrite(bufferSize, SIZE_OF_BUFFER_SIZE_FIELD, 1 /* count */, file) < 1) {
H A Dmmapped_buffer.cpp31 const char *const path, const int bufferOffset, const int bufferSize,
41 int alignedSize = bufferSize + offset;
56 return MmappedBufferPtr(new MmappedBuffer(buffer, bufferSize, mmappedBuffer, alignedSize,
30 openBuffer( const char *const path, const int bufferOffset, const int bufferSize, const bool isUpdatable) argument
/packages/apps/Email/provider_src/com/android/email/mail/transport/
H A DDiscourseLogger.java36 public DiscourseLogger(int bufferSize) { argument
37 mBufferSize = bufferSize;
/packages/apps/Gallery2/src/com/android/gallery3d/data/
H A DBytesBufferPool.java68 public BytesBufferPool(int poolSize, int bufferSize) { argument
71 mBufferSize = bufferSize;
/packages/inputmethods/LatinIME/native/jni/src/dictionary/structure/v4/
H A Dver4_dict_buffers.cpp52 const int bufferSize = ByteArrayUtils::readUint32AndAdvancePosition( local
54 buffers.push_back(buffer.subView(position, bufferSize));
55 position += bufferSize;
56 if (bufferSize < 0 || position < 0 || position > static_cast<int>(buffer.size())) {
/packages/apps/Bluetooth/jni/
H A Dcom_android_bluetooth_hid.cpp421 static jboolean getReportNative(JNIEnv *env, jobject object, jbyteArray address, jbyte reportType, jbyte reportId, jint bufferSize) { argument
422 ALOGV("%s: reportType = %d, reportId = %d, bufferSize = %d", __FUNCTION__, reportType, reportId, bufferSize);
438 if ( (status = sBluetoothHidInterface->get_report((bt_bdaddr_t *) addr, (bthh_report_type_t) rType, (uint8_t) rId, bufferSize)) !=
/packages/apps/Bluetooth/src/com/android/bluetooth/
H A DUtils.java169 public static void copyStream(InputStream is, OutputStream os, int bufferSize) argument
172 byte[] buffer = new byte[bufferSize];
/packages/experimental/CameraPreviewTest/src/com/example/android/videochatcameratest/
H A DVideoChatTestActivity.java273 private void setupCallback(Camera camera, FrameCatcher catcher, int bufferSize) { argument
277 byte [] cameraBuffer = new byte[bufferSize];
370 int bufferSize;
371 bufferSize = setSize.width * setSize.height
374 if (bufferSize != sizeWeShouldHave) {
419 setupCallback(camera, catcher, bufferSize);
/packages/apps/Bluetooth/src/com/android/bluetooth/hid/
H A DHidService.java238 int bufferSize = data.getInt(BluetoothInputDevice.EXTRA_REPORT_BUFFER_SIZE);
239 if(!getReportNative(Utils.getByteAddress(device), reportType, reportId, bufferSize)) {
249 int bufferSize = data.getInt(BluetoothInputDevice.EXTRA_REPORT_BUFFER_SIZE);
250 broadcastReport(device, report, bufferSize);
378 public boolean getReport(BluetoothDevice device, byte reportType, byte reportId, int bufferSize) { argument
381 return service.getReport(device, reportType, reportId, bufferSize) ;
504 boolean getReport(BluetoothDevice device, byte reportType, byte reportId, int bufferSize) { argument
516 data.putInt(BluetoothInputDevice.EXTRA_REPORT_BUFFER_SIZE, bufferSize);
708 private native boolean getReportNative(byte[]btAddress, byte reportType, byte reportId, int bufferSize); argument
/packages/services/Telecomm/libs/
H A Dguava.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/common/ com/google/common/util/ ...
/packages/apps/Messaging/build/gcheckstyle/
H A Dgoogle-style-checker_deploy.jarMETA-INF/ META-INF/MANIFEST.MF build-data.properties com/ com/google/ com/google/ ...

Completed in 428 milliseconds