Searched refs:trip (Results 1 – 13 of 13) sorted by relevance
/hardware/google/aemu/host-common/ |
D | address_space_graphics_unittests.cpp | 623 for (const auto& trip : trips) { in runRoundTrips() local 624 mCurrentConsumer->setRoundTrip(true, trip.writeBytes, trip.readBytes); in runRoundTrips() 626 std::vector<char> send(trip.writeBytes, ASG_TEST_WRITE_PATTERN); in runRoundTrips() 627 std::vector<char> expectedRead(trip.readBytes, ASG_TEST_READ_PATTERN); in runRoundTrips() 628 std::vector<char> toRead(trip.readBytes, 0); in runRoundTrips() 634 while (sent < trip.writeBytes) { in runRoundTrips() 635 size_t remaining = trip.writeBytes - sent; in runRoundTrips() 646 while (recv < trip.readBytes) { in runRoundTrips()
|
/hardware/interfaces/wifi/1.6/ |
D | IWifiRttController.hal | 25 * Interface used to perform RTT(Round trip time) operations.
|
D | types.hal | 524 * Round trip time in picoseconds
|
/hardware/interfaces/wifi/1.4/ |
D | IWifiRttController.hal | 26 * Interface used to perform RTT(Round trip time) operations.
|
D | types.hal | 538 * Round trip time in picoseconds
|
/hardware/interfaces/wifi/1.0/ |
D | IWifiRttController.hal | 23 * Interface used to perform RTT(Round trip time) operations.
|
D | types.hal | 1858 * Round trip time in picoseconds
|
/hardware/google/interfaces/media/c2/1.0/ |
D | IComponent.hal | 232 * component configuration still results in a trip, start must succeed and 234 * conflict that results in the new trip.
|
/hardware/interfaces/media/c2/1.0/ |
D | IComponent.hal | 267 * component configuration still results in a trip, start() must succeed and 269 * conflict that results in the new trip.
|
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/proposals/ |
D | VK_AMDX_shader_enqueue.adoc | 15 …d on the GPU; but triggering that future GPU work requires either a round trip to the host, or goi… 37 …rated_commands would be a workable solution that adds both flexibility and avoids a CPU round trip.
|
D | VK_KHR_dynamic_rendering.adoc | 22 . When teaching Vulkan as an API, this is a huge place where people trip up
|
/hardware/google/pixel/pixelstats/ |
D | pixelatoms.proto | 863 /* Time between USB plug event and overheat threshold trip, in seconds. */ 865 /* Time between overheat threshold trip and hysteresis, in seconds. */
|
/hardware/interfaces/radio/1.0/ |
D | types.hal | 1298 uint32_t timingAdvance; // timing advance in micro seconds for a one way trip
|