Home
last modified time | relevance | path

Searched defs:time_out_nanos (Results 1 – 4 of 4) sorted by relevance

/test/vts/drivers/resource/include/fmq_driver/
DVtsFmqDriver.h418 int64_t time_out_nanos) { in ReadFmqBlocking()
436 int64_t time_out_nanos, in ReadFmqBlocking()
474 int64_t time_out_nanos) { in WriteFmqBlocking()
492 int64_t time_out_nanos, in WriteFmqBlocking()
/test/vts/utils/python/mirror/
Dresource_mirror.py120 def readBlocking(self, data, data_size, time_out_nanos=0): argument
178 def writeBlocking(self, data, data_size, time_out_nanos=0): argument
/test/vts/proto/
DVtsResourceControllerMessage.proto125 optional int64 time_out_nanos = 10; field
/test/vts/drivers/resource/resource_manager/
DVtsResourceManager.cpp336 int64_t time_out_nanos = fmq_request.time_out_nanos(); in ProcessFmqCommandInternal() local