Searched defs:size_read (Results 1 – 6 of 6) sorted by relevance
/aosp12/system/bt/gd/hal/ |
H A D | hci_hal_host_test.cc | 356 auto size_read = read_with_retry(fake_server_socket_, read_buf.data(), read_buf.size()); in TEST_F() local 368 auto size_read = read_with_retry(fake_server_socket_, read_buf.data(), read_buf.size()); in TEST_F() local 380 auto size_read = read_with_retry(fake_server_socket_, read_buf.data(), read_buf.size()); in TEST_F() local 396 auto size_read = read_with_retry(fake_server_socket_, read_buf.data(), read_buf.size()); in TEST_F() local 410 auto size_read = read_with_retry(fake_server_socket_, read_buf.data(), read_buf.size()); in TEST_F() local
|
/aosp12/frameworks/native/libs/vr/libpdx_uds/ |
H A D | ipc_helper.cpp | 114 ssize_t size_read = RETRY_EINTR(receiver->ReceiveMessage( in RecvMsgAll() local 150 ssize_t size_read = RETRY_EINTR(receiver->Receive( in RecvAll() local
|
/aosp12/system/core/fs_mgr/ |
H A D | fs_mgr_verity.cpp | 282 ssize_t size_read; in read_partition() local
|
/aosp12/hardware/qcom/sdm845/display/libhistogram/ |
H A D | histogram_collector.cpp | 533 auto size_read = read(*drm, buffer, sizeof(buffer)); in collecting_thread() local
|
/aosp12/hardware/qcom/display/msm8994/libhwcomposer/ |
H A D | hwc_mdpcomp.cpp | 2975 ssize_t size_read = read(fd, value, sizeof(value)-1); in getPartialUpdatePref() local
|
/aosp12/frameworks/av/services/camera/libcameraservice/ |
H A D | CameraService.cpp | 4081 ssize_t size_read; in dump() local
|