Searched refs:SIZE (Results 1 - 14 of 14) sorted by relevance

/device/asus/fugu/libaudio/
H A DHDMIAudioOutput.cpp81 const size_t SIZE = 256; local
82 char buffer[SIZE];
84 snprintf(buffer, SIZE,
H A DAudioHardwareInput.cpp163 snprintf(buffer, SIZE, a); \
164 buffer[SIZE - 1] = 0; \
170 const size_t SIZE = 256; local
171 char buffer[SIZE];
H A DAudioStreamIn.cpp181 snprintf(buffer, SIZE, a); \
182 buffer[SIZE - 1] = 0; \
187 const size_t SIZE = 256; local
188 char buffer[SIZE];
H A DAudioHardwareOutput.cpp544 snprintf(buffer, SIZE, a); \
545 buffer[SIZE - 1] = 0; \
551 const size_t SIZE = 256; local
552 char buffer[SIZE];
H A DAudioStreamOut.cpp744 snprintf(buffer, SIZE, a); \
745 buffer[SIZE - 1] = 0; \
751 const size_t SIZE = 256; local
752 char buffer[SIZE];
/device/moto/shamu/camera/QCamera/HAL/core/src/
H A DQCameraHWI_Mem.cpp151 const size_t SIZE = 256; local
152 char buffer[SIZE];
/device/htc/flounder/health/
H A Dhealthd-flounder.cpp96 const int SIZE = 21; local
97 char buf[SIZE];
100 if (read_sysfs(path, buf, SIZE) > 0) {
/device/samsung/manta/health/
H A Dhealthd-manta.cpp315 const int SIZE = 21; local
316 char buf[SIZE];
319 if (read_sysfs(path, buf, SIZE) > 0) {
/device/lge/mako/camera/
H A DQCameraHWI_Mem.cpp378 const size_t SIZE = 256; local
379 char buffer[SIZE];
H A DQCameraHWI.cpp468 const size_t SIZE = 256;
469 char buffer[SIZE];
H A DQualcommCameraHardware.cpp2290 const size_t SIZE = 256; local
2291 char buffer[SIZE];
9544 const size_t SIZE = 256; local
9545 char buffer[SIZE];
/device/lge/mako/camera/QCamera/HAL/core/src/
H A DQCameraHWI_Mem.cpp375 const size_t SIZE = 256; local
376 char buffer[SIZE];
H A DQCameraHWI.cpp440 const size_t SIZE = 256;
441 char buffer[SIZE];
/device/generic/goldfish/audio/
H A Daudio_hw.c600 const size_t SIZE = 256; local
601 char buffer[SIZE];

Completed in 1738 milliseconds