Home
last modified time | relevance | path

Searched defs:commands (Results 1 – 16 of 16) 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/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/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/zuma/libacryl_plugins/
Dlibacryl_hdr_plugin.cpp115 std::array<g2d_reg, NUM_HDR_COEFFICIENTS> commands; // (294 * 4 + 1) * 8 bytes member
269 virtual void putCommands(struct g2d_commandlist __unused *commands) override { in putCommands()
/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/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/2/android/hardware/graphics/composer3/
DIComposerClient.aidl41 …ser3.CommandResultPayload[] executeCommands(in android.hardware.graphics.composer3.DisplayCommand[… in executeCommands()
/hardware/interfaces/graphics/composer/aidl/android/hardware/graphics/composer3/
DIComposerClient.aidl171 CommandResultPayload[] executeCommands(in DisplayCommand[] commands); in executeCommands()
/hardware/google/graphics/common/libacryl/local_include/uapi/
Dg2d.h264 struct g2d_compat_commands commands; member
288 struct g2d_commands commands; member
/hardware/google/graphics/common/hwc3/
DComposerCommandEngine.cpp66 int32_t ComposerCommandEngine::execute(const std::vector<DisplayCommand>& commands, in execute()
DComposerClient.cpp97 ndk::ScopedAStatus ComposerClient::executeCommands(const std::vector<DisplayCommand>& commands, in executeCommands()
/hardware/interfaces/graphics/composer/aidl/vts/
DVtsComposerClient.cpp167 const std::vector<DisplayCommand>& commands) { in executeCommands()
DVtsHalGraphicsComposer3_ReadbackTest.cpp134 auto commands = mWriter->takePendingCommands(); in execute() local
DVtsHalGraphicsComposer3_TargetTest.cpp1186 auto commands = writer.takePendingCommands(); in execute() local
/hardware/interfaces/audio/aidl/vts/
DVtsHalAudioCoreModuleTargetTest.cpp2338 StreamLogicDriverInvalidCommand(const CommandSequence& commands) : mCommands(commands) {} in StreamLogicDriverInvalidCommand()
3135 StreamLogicDefaultDriver(std::shared_ptr<StateSequence> commands, size_t frameSizeBytes) in StreamLogicDefaultDriver()
/hardware/ril/libril/
Dril_service.cpp8415 void radio::registerService(RIL_RadioFunctions *callbacks, CommandInfo *commands) { in registerService()