Searched defs:offers (Results 1 – 9 of 9) sorted by relevance
/aosp12/hardware/interfaces/automotive/vehicle/2.0/default/tests/ |
H A D | VmsUtils_test.cpp | 63 VmsOffers offers = {123, {VmsLayerOffering(VmsLayer(1, 0, 2))}}; in TEST() local 90 VmsOffers offers = {123, offering}; in TEST() local 279 VmsOffers offers = {123, in testSubscribedLayers() local 312 VmsOffers offers = {123, in testGetSubscribedLayersMalformedData() local 331 VmsOffers offers = {123, {VmsLayerOffering(VmsLayer(1, 0, 1))}}; in testSubscribedLayersWithDifferentSubtype() local 353 VmsOffers offers = {123, {VmsLayerOffering(VmsLayer(1, 0, 1))}}; in subscribedLayersWithDifferentVersion() local 374 VmsOffers offers = {123, {VmsLayerOffering(VmsLayer(1, 0, 1))}}; in subscribedLayersWithDifferentPublisherId() local
|
/aosp12/frameworks/av/media/libnbaio/ |
H A D | AudioStreamInSource.cpp | 42 ssize_t AudioStreamInSource::negotiate(const NBAIO_Format offers[], size_t numOffers, in negotiate()
|
H A D | AudioStreamOutSink.cpp | 40 ssize_t AudioStreamOutSink::negotiate(const NBAIO_Format offers[], size_t numOffers, in negotiate()
|
H A D | NBAIO.cpp | 136 ssize_t NBAIO_Port::negotiate(const NBAIO_Format offers[], size_t numOffers, in negotiate()
|
/aosp12/hardware/interfaces/automotive/vehicle/2.0/default/tests/fuzzer/ |
H A D | VehicleManager_fuzzer.cpp | 298 VmsOffers offers = {intValue, {VmsLayerOffering(VmsLayer(1, 0, 2))}}; in invokeVmsUtils() local 368 VmsOffers offers = {123, in invokeGetSubscribedLayers() local
|
/aosp12/hardware/interfaces/automotive/vehicle/2.0/default/common/src/ |
H A D | VmsUtils.cpp | 88 std::unique_ptr<VehiclePropValue> createOfferingMessage(const VmsOffers& offers) { in createOfferingMessage() 218 const VmsOffers& offers) { in getSubscribedLayers()
|
/aosp12/frameworks/av/services/audioflinger/ |
H A D | NBAIO_Tee.cpp | 232 const NBAIO_Format offers[1] = {format}; in makeSinkSource() local
|
H A D | Threads.cpp | 4691 const NBAIO_Format offers[1] = {Format_from_SR_C( in MixerThread() local 4755 const NBAIO_Format offers[1] = {format}; in MixerThread() local 7341 const NBAIO_Format offers[1] = {Format_from_SR_C(mSampleRate, mChannelCount, mFormat)}; in RecordThread() local 7391 const NBAIO_Format offers[1] = {format}; in RecordThread() local
|
/aosp12/hardware/libhardware/modules/audio_remote_submix/ |
H A D | audio_hw.cpp | 420 const NBAIO_Format offers[1] = {format}; in audio_config_compare() local
|