Searched refs:BUF_SIZE (Results 1 - 3 of 3) sorted by relevance

/frameworks/base/media/jni/
H A Dandroid_media_ResampleInputStream.cpp73 static const int BUF_SIZE = 2048; variable
82 if (nFir21 + jNpoints * 2 > BUF_SIZE) {
89 short in[BUF_SIZE];
93 short out[BUF_SIZE];
/frameworks/base/core/jni/
H A Dandroid_net_wifi_Wifi.cpp29 #define BUF_SIZE 256 macro
54 char buf[BUF_SIZE];
59 if (byteCount < 0 || byteCount >= BUF_SIZE) {
62 char reply[BUF_SIZE];
71 char buf[BUF_SIZE];
76 if (byteCount < 0 || byteCount >= BUF_SIZE) {
79 char reply[BUF_SIZE];
88 char buf[BUF_SIZE];
93 if (byteCount < 0 || byteCount >= BUF_SIZE) {
/frameworks/base/tests/CoreTests/android/core/
H A DTestWebServer.java315 final static int BUF_SIZE = 2048; field in class:TestWebServer
356 buf = new byte[BUF_SIZE];
425 for (int i = 0; i < BUF_SIZE; i++) {

Completed in 75 milliseconds