Searched defs:commands (Results 1 – 16 of 16) sorted by relevance
26 struct g2d_reg *commands; member41 virtual void putCommands(struct g2d_commandlist __unused *commands) { }; in putCommands()
95 std::array<g2d_reg, NUM_HDR_COEFFICIENTS> commands; // (294 * 4 + 1) * 8 bytes member230 virtual void putCommands(struct g2d_commandlist __unused *commands) override { in putCommands()
115 std::array<g2d_reg, NUM_HDR_COEFFICIENTS> commands; // (294 * 4 + 1) * 8 bytes member269 virtual void putCommands(struct g2d_commandlist __unused *commands) override { in putCommands()
41 …ser3.CommandResultPayload[] executeCommands(in android.hardware.graphics.composer3.DisplayCommand[… in executeCommands()
171 CommandResultPayload[] executeCommands(in DisplayCommand[] commands); in executeCommands()
264 struct g2d_compat_commands commands; member288 struct g2d_commands commands; member
66 int32_t ComposerCommandEngine::execute(const std::vector<DisplayCommand>& commands, in execute()
97 ndk::ScopedAStatus ComposerClient::executeCommands(const std::vector<DisplayCommand>& commands, in executeCommands()
167 const std::vector<DisplayCommand>& commands) { in executeCommands()
134 auto commands = mWriter->takePendingCommands(); in execute() local
1186 auto commands = writer.takePendingCommands(); in execute() local
2338 StreamLogicDriverInvalidCommand(const CommandSequence& commands) : mCommands(commands) {} in StreamLogicDriverInvalidCommand()3135 StreamLogicDefaultDriver(std::shared_ptr<StateSequence> commands, size_t frameSizeBytes) in StreamLogicDefaultDriver()
8415 void radio::registerService(RIL_RadioFunctions *callbacks, CommandInfo *commands) { in registerService()