Home
last modified time | relevance | path

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

/packages/modules/Virtualization/guest/kdump/
Dcrashdump.c32 #define BUF_SIZE 4096 macro
93 char buf[BUF_SIZE]; in main()
97 ssize_t read_bytes = read(vmcore, buf, BUF_SIZE); in main()
/packages/apps/Launcher3/src/com/android/launcher3/util/
DIOUtils.java37 private static final int BUF_SIZE = 0x1000; // 4K field in IOUtils
/packages/services/DeviceAsWebcam/interface/jni/
DUVCProvider.cpp877 constexpr size_t BUF_SIZE = sizeof(struct inotify_event) + NAME_MAX + 1; in processINotifyEvent() local
878 char buf[BUF_SIZE]; in processINotifyEvent()
880 while ((len = read(mUVCDevice->getINotifyFd(), buf, BUF_SIZE)) >= 0) { in processINotifyEvent()
/packages/modules/Bluetooth/system/device/test/
Ddevice_iot_config_test.cc3079 const int BUF_SIZE = 100; in TEST_F() local
3080 char buf[BUF_SIZE] = {0}; in TEST_F()
3087 auto bytes_read = read(fd, buf, BUF_SIZE); in TEST_F()
3095 bytes_read = read(fd, buf, BUF_SIZE); in TEST_F()