Home
last modified time | relevance | path

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

/test/vts/drivers/resource/hidl_handle_driver/
DVtsHidlHandleDriver.cpp45 int num_fds = 1; in CreateFileHandle() local
47 native_handle_t* native_handle = native_handle_create(num_fds, num_ints); in CreateFileHandle()
53 for (int i = 0; i < num_fds + num_ints; i++) { in CreateFileHandle()
54 if (i < num_fds) { in CreateFileHandle()
68 native_handle->data[i] = data[i - num_fds]; in CreateFileHandle()
/test/vts/utils/python/mirror/
Dresource_mirror.py692 request_msg.handle_info.num_fds = 1
/test/vts/compilation_tools/vtsc/test/golden/DRIVER/
DBar.driver.cpp1153 …e_handle_t* handle = native_handle_create(func_msg.arg(0).handle_value().num_fds(), func_msg.arg(0… in CallFunction()
1158 …for (int fd_index = 0; fd_index < func_msg.arg(0).handle_value().num_fds() + func_msg.arg(0).handl… in CallFunction()
1159 if (fd_index < func_msg.arg(0).handle_value().num_fds()) { in CallFunction()
1210 …ndex] = func_msg.arg(0).handle_value().int_val(fd_index -func_msg.arg(0).handle_value().num_fds()); in CallFunction()
/test/vts/proto/
DComponentSpecificationMessage.proto387 optional int32 num_fds = 2; field