/hardware/interfaces/graphics/composer/2.2/utils/resources/ |
D | ComposerResources.cpp | 43 auto resources = std::make_unique<ComposerResources>(); in create() local 44 return resources->init() ? std::move(resources) : nullptr; in create()
|
D | Android.bp | 26 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/ |
D | ComposerResources.h | 57 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/ |
D | VirtualProgram.cpp | 39 MetaData bmp = {MetadataType::INT, key, resources::demoPngId, {}, {}, {}}; in createDemoBitmap() 43 bmp.rawValue = hidl_vec<uint8_t>(resources::demoPng, std::end(resources::demoPng)); in createDemoBitmap()
|
D | resources.h | 24 namespace resources {
|
D | BroadcastRadio.cpp | 161 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/ |
D | BroadcastRadio.cpp | 132 if (id == resources::demoPngId) { in getImage() 133 _hidl_cb(std::vector<uint8_t>(resources::demoPng, std::end(resources::demoPng))); in getImage()
|
D | resources.h | 24 namespace resources {
|
D | VirtualProgram.cpp | 83 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/ |
D | ComposerCommandEngine.h | 37 ComposerCommandEngine(ComposerHal* hal, ComposerResources* resources) in ComposerCommandEngine() argument 38 : BaseType2_1(hal, resources), mHal(hal) {} in ComposerCommandEngine()
|
D | ComposerClient.h | 90 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/ |
D | ComposerClient.h | 91 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/ |
D | Android.bp | 31 "android.hardware.graphics.composer@2.2-resources", 35 "android.hardware.graphics.composer@2.2-resources",
|
/hardware/interfaces/graphics/composer/2.1/utils/hal/ |
D | Android.bp | 31 "android.hardware.graphics.composer@2.1-resources", 36 "android.hardware.graphics.composer@2.1-resources",
|
/hardware/interfaces/graphics/composer/2.4/default/ |
D | Android.bp | 41 "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/ |
D | ComposerCommandEngine.h | 38 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/ |
D | Android.bp | 40 "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/ |
D | ComposerCommandEngine.h | 38 ComposerCommandEngine(ComposerHal* hal, V2_2::hal::ComposerResources* resources) in ComposerCommandEngine() argument 39 : BaseType2_3(hal, resources), mHal(hal) {} in ComposerCommandEngine()
|
D | ComposerClient.h | 49 V2_1::hal::ComposerResources* resources) in HalEventCallback() argument 50 : mHal(hal), mCallback(callback), mResources(resources) {} in HalEventCallback()
|
/hardware/interfaces/graphics/composer/2.1/default/ |
D | Android.bp | 22 "android.hardware.graphics.composer@2.1-resources",
|
/hardware/interfaces/tv/tuner/1.1/ |
D | ITuner.hal | 25 * resources which are needed for Android TV.
|
/hardware/interfaces/automotive/evs/1.1/default/ |
D | Android.bp | 66 src: "resources/evs_default_configuration.xml",
|
/hardware/interfaces/neuralnetworks/1.2/ |
D | IBurstContext.hal | 20 * Context object to manage the resources of a burst.
|
/hardware/interfaces/automotive/can/1.0/ |
D | ICloseHandle.hal | 23 * resources must be freed.
|
/hardware/interfaces/automotive/audiocontrol/2.0/ |
D | ICloseHandle.hal | 24 * resources must be freed.
|