Home
last modified time | relevance | path

Searched refs:max_size (Results 1 – 4 of 4) sorted by relevance

/packages/modules/DnsResolver/tests/dns_responder/
Ddns_tls_frontend.cpp255 const int max_size = 4096; in handleRequests() local
256 uint8_t recv_buffer[max_size]; in handleRequests()
257 int rlen = recv(backend_socket_.get(), recv_buffer, max_size, 0); in handleRequests()
/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/crop/
DCropActivity.java629 protected static Bitmap getDownsampledBitmap(Bitmap image, int max_size) { in getDownsampledBitmap() argument
630 if (image == null || image.getWidth() == 0 || image.getHeight() == 0 || max_size < 16) { in getDownsampledBitmap()
635 while (size > max_size) { in getDownsampledBitmap()
645 if (CropMath.getBitmapSize(ret) > max_size) { in getDownsampledBitmap()
/packages/apps/Nfc/nci/jni/extns/pn54x/src/mifare/
DphNxpExtns_MifareStd.cpp345 NdefMap, (uint32_t*)&(conn_evt_data.ndef_detect.max_size), in Mfc_CheckNdef_Completion_Routine()
347 NdefInfo.NdefLength = conn_evt_data.ndef_detect.max_size; in Mfc_CheckNdef_Completion_Routine()
362 conn_evt_data.ndef_detect.max_size = 0; in Mfc_CheckNdef_Completion_Routine()
/packages/apps/Nfc/nci/jni/
DNativeNfcManager.cpp59 uint32_t max_size,
522 eventData->ndef_detect.max_size, eventData->ndef_detect.cur_size, in nfaConnectionCallback()
525 nativeNfcTag_doCheckNdefResult(status, eventData->ndef_detect.max_size, in nfaConnectionCallback()