Home
last modified time | relevance | path

Searched defs:commands (Results 1 – 13 of 13) sorted by relevance

/hardware/google/graphics/common/libacryl/hdrplugin_headers/hardware/exynos/
Dg2d_hdr_plugin.h26 struct g2d_reg *commands; member
41 virtual void putCommands(struct g2d_commandlist __unused *commands) { }; in putCommands()
/hardware/google/graphics/gs201/libacryl_plugins/
Dlibacryl_hdr_plugin.cpp95 std::array<g2d_reg, NUM_HDR_COEFFICIENTS> commands; // (294 * 4 + 1) * 8 bytes member
230 virtual void putCommands(struct g2d_commandlist __unused *commands) override { in putCommands()
/hardware/google/graphics/gs101/libacryl_plugins/
Dlibacryl_hdr_plugin.cpp95 std::array<g2d_reg, NUM_HDR_COEFFICIENTS> commands; // (294 * 4 + 1) * 8 bytes member
230 virtual void putCommands(struct g2d_commandlist __unused *commands) override { in putCommands()
/hardware/interfaces/graphics/composer/aidl/android/hardware/graphics/composer3/
DIComposerClient.aidl167 CommandResultPayload[] executeCommands(in DisplayCommand[] commands); in executeCommands()
/hardware/interfaces/graphics/composer/aidl/aidl_api/android.hardware.graphics.composer3/current/android/hardware/graphics/composer3/
DIComposerClient.aidl41 …ser3.CommandResultPayload[] executeCommands(in android.hardware.graphics.composer3.DisplayCommand[… in executeCommands()
/hardware/interfaces/graphics/composer/aidl/aidl_api/android.hardware.graphics.composer3/1/android/hardware/graphics/composer3/
DIComposerClient.aidl41 …ser3.CommandResultPayload[] executeCommands(in android.hardware.graphics.composer3.DisplayCommand[… in executeCommands()
/hardware/google/graphics/common/libacryl/local_include/uapi/
Dg2d.h263 struct g2d_compat_commands commands; member
287 struct g2d_commands commands; member
/hardware/google/graphics/common/hwc3/
DComposerCommandEngine.cpp63 int32_t ComposerCommandEngine::execute(const std::vector<DisplayCommand>& commands, in execute()
DComposerClient.cpp111 ndk::ScopedAStatus ComposerClient::executeCommands(const std::vector<DisplayCommand>& commands, in executeCommands()
/hardware/interfaces/graphics/composer/aidl/vts/
DVtsComposerClient.cpp143 const std::vector<DisplayCommand>& commands) { in executeCommands()
DVtsHalGraphicsComposer3_ReadbackTest.cpp209 const auto& commands = mWriter.getPendingCommands(); in execute() local
DVtsHalGraphicsComposer3_TargetTest.cpp1068 const auto& commands = mWriter.getPendingCommands(); in execute() local
/hardware/ril/libril/
Dril_service.cpp8415 void radio::registerService(RIL_RadioFunctions *callbacks, CommandInfo *commands) { in registerService()