Home
last modified time | relevance | path

Searched refs:hidl_handle_address (Results 1 – 6 of 6) sorted by relevance

/test/vts/drivers/resource/hidl_handle_driver/
DVtsHidlHandleDriver.cpp135 HandleId VtsHidlHandleDriver::RegisterHidlHandle(size_t hidl_handle_address) { in RegisterHidlHandle() argument
137 reinterpret_cast<hidl_handle*>(hidl_handle_address)); in RegisterHidlHandle()
/test/vts/drivers/resource/include/hidl_handle_driver/
DVtsHidlHandleDriver.h116 HandleId RegisterHidlHandle(size_t hidl_handle_address);
/test/vts/drivers/resource/resource_manager/
DVtsResourceManager.cpp159 size_t hidl_handle_address = in RegisterHidlHandle() local
160 hidl_handle_msg.handle_value().hidl_handle_address(); in RegisterHidlHandle()
161 if (hidl_handle_address == 0) { in RegisterHidlHandle()
167 return hidl_handle_driver_.RegisterHidlHandle(hidl_handle_address); in RegisterHidlHandle()
/test/vts/drivers/hal/common/driver_manager/
DVtsHalDriverManager.cpp565 size_t hidl_handle_address; in PreprocessHidlHalFunctionCallArgs() local
567 resource_manager_->GetHidlHandleAddress(*arg, &hidl_handle_address); in PreprocessHidlHalFunctionCallArgs()
574 hidl_handle_address); in PreprocessHidlHalFunctionCallArgs()
/test/vts/proto/
DComponentSpecificationMessage.proto404 optional uint64 hidl_handle_address = 7; field
/test/vts/compilation_tools/vtsc/test/golden/DRIVER/
DBar.driver.cpp1150 …rpret_cast<android::hardware::hidl_handle*>(func_msg.arg(0).handle_value().hidl_handle_address())); in CallFunction()