Home
last modified time | relevance | path

Searched refs:offers (Results 1 – 14 of 14) sorted by relevance

/hardware/interfaces/automotive/vehicle/2.0/default/tests/
DVmsUtils_test.cpp63 VmsOffers offers = {123, {VmsLayerOffering(VmsLayer(1, 0, 2))}}; in TEST() local
64 auto message = createOfferingMessage(offers); in TEST()
90 VmsOffers offers = {123, offering}; in TEST() local
91 auto message = createOfferingMessage(offers); in TEST()
279 VmsOffers offers = {123, in testSubscribedLayers() local
297 auto result = getSubscribedLayers(*message, offers); in testSubscribedLayers()
312 VmsOffers offers = {123, in testGetSubscribedLayersMalformedData() local
318 auto result = getSubscribedLayers(*message, offers); in testGetSubscribedLayersMalformedData()
331 VmsOffers offers = {123, {VmsLayerOffering(VmsLayer(1, 0, 1))}}; in testSubscribedLayersWithDifferentSubtype() local
341 EXPECT_TRUE(getSubscribedLayers(*message, offers).empty()); in testSubscribedLayersWithDifferentSubtype()
[all …]
/hardware/interfaces/automotive/vehicle/2.0/default/common/src/
DVmsUtils.cpp88 std::unique_ptr<VehiclePropValue> createOfferingMessage(const VmsOffers& offers) { in createOfferingMessage() argument
90 for (const auto& offer : offers.offerings) { in createOfferingMessage()
95 std::vector<int32_t> offerings = {toInt(VmsMessageType::OFFERING), offers.publisher_id, in createOfferingMessage()
96 static_cast<int>(offers.offerings.size())}; in createOfferingMessage()
97 for (const auto& offer : offers.offerings) { in createOfferingMessage()
218 const VmsOffers& offers) { in getSubscribedLayers() argument
226 for (const auto& offer : offers.offerings) { in getSubscribedLayers()
273 offers.publisher_id) { in getSubscribedLayers()
/hardware/interfaces/audio/aidl/default/r_submix/
DSubmixRoute.cpp190 const ::android::NBAIO_Format offers[1] = {format}; in createPipe() local
208 ssize_t index = sink->negotiate(offers, 1, nullptr, numCounterOffers); in createPipe()
219 index = source->negotiate(offers, 1, nullptr, numCounterOffers); in createPipe()
/hardware/interfaces/automotive/vehicle/2.0/default/common/include/vhal_v2_0/
DVmsUtils.h151 std::unique_ptr<VehiclePropValue> createOfferingMessage(const VmsOffers& offers);
222 const VmsOffers& offers);
/hardware/interfaces/wifi/supplicant/1.2/
Dtypes.hal30 * DppNetRole: The network role that the configurator offers the enrollee.
/hardware/interfaces/automotive/vehicle/2.0/default/tests/fuzzer/
DVehicleManager_fuzzer.cpp363 VmsOffers offers = { in invokeVmsUtils() local
388 message = createOfferingMessage(offers); in invokeVmsUtils()
473 VmsOffers offers = { in invokeGetSubscribedLayers() local
492 getSubscribedLayers(*message, offers); in invokeGetSubscribedLayers()
/hardware/google/gfxstream/guest/android-emu/aemu/base/fit/
DREADME38 library features. It offers essential enhancements to the C++ standard library
81 - Collection classes where the C++ 17 standard library already offers an
121 - The C++ 14 standard library offers several classes with RAII semantics, such
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/appendices/
DVK_NV_cuda_kernel_launch.adoc37 To reduce the impact of compilation time, this extension offers the
Dmemorymodel.adoc1141 This subsection offers more easily understandable consequences of the memory
/hardware/libhardware/modules/audio_remote_submix/
Daudio_hw.cpp389 const NBAIO_Format offers[1] = {format}; in submix_audio_device_create_pipe_l() local
395 ssize_t index = sink->negotiate(offers, 1, NULL, numCounterOffers); in submix_audio_device_create_pipe_l()
399 index = source->negotiate(offers, 1, NULL, numCounterOffers); in submix_audio_device_create_pipe_l()
/hardware/interfaces/neuralnetworks/utils/
DREADME.md96 However, HIDL offers no such error management in the case of asynchronous calls. By default, if the
/hardware/interfaces/security/rkp/
DREADME.md112 We believe that Curve25519 offers the best tradeoff in terms of security,
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/LICENSES/
DCC-BY-4.0.txt236 the Licensor offers the Licensed Material as-is and as-available, and makes
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/proposals/
DVK_EXT_shader_tile_image.adoc23 These problems motivated `VK_KHR_dynamic_rendering`, which offers an alternative API without subpas…