Home
last modified time | relevance | path

Searched refs:resources (Results 1 – 25 of 81) sorted by relevance

1234

/hardware/interfaces/graphics/composer/2.2/utils/resources/
DComposerResources.cpp43 auto resources = std::make_unique<ComposerResources>(); in create() local
44 return resources->init() ? std::move(resources) : nullptr; in create()
DAndroid.bp26 name: "android.hardware.graphics.composer@2.2-resources",
30 "android.hardware.graphics.composer@2.1-resources",
34 "android.hardware.graphics.composer@2.1-resources",
/hardware/interfaces/graphics/composer/2.2/utils/resources/include/composer-resources/2.2/
DComposerResources.h57 auto resources = std::make_unique<ComposerResources>(); in create() local
58 return resources->init() ? std::move(resources) : nullptr; in create()
/hardware/interfaces/broadcastradio/1.1/default/
DVirtualProgram.cpp39 MetaData bmp = {MetadataType::INT, key, resources::demoPngId, {}, {}, {}}; in createDemoBitmap()
43 bmp.rawValue = hidl_vec<uint8_t>(resources::demoPng, std::end(resources::demoPng)); in createDemoBitmap()
Dresources.h24 namespace resources {
DBroadcastRadio.cpp161 if (id == resources::demoPngId) { in getImage()
162 _hidl_cb(std::vector<uint8_t>(resources::demoPng, std::end(resources::demoPng))); in getImage()
/hardware/interfaces/broadcastradio/2.0/default/
DBroadcastRadio.cpp132 if (id == resources::demoPngId) { in getImage()
133 _hidl_cb(std::vector<uint8_t>(resources::demoPng, std::end(resources::demoPng))); in getImage()
Dresources.h24 namespace resources {
DVirtualProgram.cpp83 make_metadata(MetadataKey::STATION_ICON, resources::demoPngId), in operator ProgramInfo()
84 make_metadata(MetadataKey::ALBUM_ART, resources::demoPngId), in operator ProgramInfo()
/hardware/interfaces/graphics/composer/2.2/utils/hal/include/composer-hal/2.2/
DComposerCommandEngine.h37 ComposerCommandEngine(ComposerHal* hal, ComposerResources* resources) in ComposerCommandEngine() argument
38 : BaseType2_1(hal, resources), mHal(hal) {} in ComposerCommandEngine()
DComposerClient.h90 auto resources = static_cast<ComposerResources*>(mResources.get()); in setReadbackBuffer() local
93 error = resources->getDisplayReadbackBuffer(display, buffer.getNativeHandle(), in setReadbackBuffer()
/hardware/interfaces/graphics/composer/2.1/utils/hal/include/composer-hal/2.1/
DComposerClient.h91 ComposerResources* resources) in HalEventCallback() argument
92 : mHal(hal), mCallback(callback), mResources(resources) {} in HalEventCallback()
333 static void cleanDisplayResources(Display display, ComposerResources* const resources, in cleanDisplayResources() argument
336 Error err = resources->getDisplayClientTargetCacheSize(display, &cacheSize); in cleanDisplayResources()
343 err = resources->getDisplayClientTarget(display, slot, /*useCache*/ true, in cleanDisplayResources()
360 err = resources->getDisplayOutputBufferCacheSize(display, &cacheSize); in cleanDisplayResources()
367 err = resources->getDisplayOutputBuffer(display, slot, /*useCache*/ true, in cleanDisplayResources()
/hardware/interfaces/graphics/composer/2.2/utils/hal/
DAndroid.bp31 "android.hardware.graphics.composer@2.2-resources",
35 "android.hardware.graphics.composer@2.2-resources",
/hardware/interfaces/graphics/composer/2.1/utils/hal/
DAndroid.bp31 "android.hardware.graphics.composer@2.1-resources",
36 "android.hardware.graphics.composer@2.1-resources",
/hardware/interfaces/graphics/composer/2.4/default/
DAndroid.bp41 "android.hardware.graphics.composer@2.1-resources",
42 "android.hardware.graphics.composer@2.2-resources",
/hardware/interfaces/graphics/composer/2.3/utils/hal/include/composer-hal/2.3/
DComposerCommandEngine.h38 ComposerCommandEngine(ComposerHal* hal, V2_2::hal::ComposerResources* resources) in ComposerCommandEngine() argument
39 : BaseType2_2(hal, resources), mHal(hal) {} in ComposerCommandEngine()
/hardware/interfaces/graphics/composer/2.3/default/
DAndroid.bp40 "android.hardware.graphics.composer@2.1-resources",
41 "android.hardware.graphics.composer@2.2-resources",
/hardware/interfaces/graphics/composer/2.4/utils/hal/include/composer-hal/2.4/
DComposerCommandEngine.h38 ComposerCommandEngine(ComposerHal* hal, V2_2::hal::ComposerResources* resources) in ComposerCommandEngine() argument
39 : BaseType2_3(hal, resources), mHal(hal) {} in ComposerCommandEngine()
DComposerClient.h49 V2_1::hal::ComposerResources* resources) in HalEventCallback() argument
50 : mHal(hal), mCallback(callback), mResources(resources) {} in HalEventCallback()
/hardware/interfaces/graphics/composer/2.1/default/
DAndroid.bp22 "android.hardware.graphics.composer@2.1-resources",
/hardware/interfaces/tv/tuner/1.1/
DITuner.hal25 * resources which are needed for Android TV.
/hardware/interfaces/automotive/evs/1.1/default/
DAndroid.bp66 src: "resources/evs_default_configuration.xml",
/hardware/interfaces/neuralnetworks/1.2/
DIBurstContext.hal20 * Context object to manage the resources of a burst.
/hardware/interfaces/automotive/can/1.0/
DICloseHandle.hal23 * resources must be freed.
/hardware/interfaces/automotive/audiocontrol/2.0/
DICloseHandle.hal24 * resources must be freed.

1234