Home
last modified time | relevance | path

Searched refs:GetHidlHandleAddress (Results 1 – 5 of 5) sorted by relevance

/test/vts/drivers/resource/include/hidl_handle_driver/
DVtsHidlHandleDriver.h124 bool GetHidlHandleAddress(HandleId handle_id, size_t* result);
/test/vts/drivers/resource/include/resource_manager/
DVtsResourceManager.h103 bool GetHidlHandleAddress(const VariableSpecificationMessage& hidl_handle_msg,
/test/vts/drivers/resource/hidl_handle_driver/
DVtsHidlHandleDriver.cpp146 bool VtsHidlHandleDriver::GetHidlHandleAddress(HandleId handle_id, in GetHidlHandleAddress() function in android::vts::VtsHidlHandleDriver
/test/vts/drivers/resource/resource_manager/
DVtsResourceManager.cpp170 bool VtsResourceManager::GetHidlHandleAddress( in GetHidlHandleAddress() function in android::vts::VtsResourceManager
173 bool success = hidl_handle_driver_.GetHidlHandleAddress(handle_id, result); in GetHidlHandleAddress()
/test/vts/drivers/hal/common/driver_manager/
DVtsHalDriverManager.cpp567 resource_manager_->GetHidlHandleAddress(*arg, &hidl_handle_address); in PreprocessHidlHalFunctionCallArgs()