Searched defs:commands (Results 1 – 13 of 13) 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()
167 CommandResultPayload[] executeCommands(in DisplayCommand[] commands); in executeCommands()
41 …ser3.CommandResultPayload[] executeCommands(in android.hardware.graphics.composer3.DisplayCommand[… in executeCommands()
263 struct g2d_compat_commands commands; member287 struct g2d_commands commands; member
63 int32_t ComposerCommandEngine::execute(const std::vector<DisplayCommand>& commands, in execute()
111 ndk::ScopedAStatus ComposerClient::executeCommands(const std::vector<DisplayCommand>& commands, in executeCommands()
143 const std::vector<DisplayCommand>& commands) { in executeCommands()
209 const auto& commands = mWriter.getPendingCommands(); in execute() local
1068 const auto& commands = mWriter.getPendingCommands(); in execute() local
8415 void radio::registerService(RIL_RadioFunctions *callbacks, CommandInfo *commands) { in registerService()