Home
last modified time | relevance | path

Searched defs:unpacker (Results 1 – 2 of 2) sorted by relevance

/drivers/interface/display/composer/v1_0/display_command/
Ddisplay_cmd_responser.h114 int32_t ProcessRequestCmd(std::shared_ptr<CommandDataUnpacker> unpacker, int32_t cmd, in ProcessRequestCmd()
190 std::shared_ptr<CommandDataUnpacker> unpacker = std::make_shared<CommandDataUnpacker>(); in CmdRequest() local
257 int32_t OnRequestEnd(std::shared_ptr<CommandDataUnpacker> unpacker) in OnRequestEnd()
288 void OnPrepareDisplayLayers(std::shared_ptr<CommandDataUnpacker> unpacker) in OnPrepareDisplayLayers()
338 …void OnSetDisplayClientBuffer(std::shared_ptr<CommandDataUnpacker> unpacker, const std::vector<Hdi… in OnSetDisplayClientBuffer()
387 void OnSetDisplayClientDamage(std::shared_ptr<CommandDataUnpacker> unpacker) in OnSetDisplayClientDamage()
420 void OnCommit(std::shared_ptr<CommandDataUnpacker> unpacker, std::vector<HdifdInfo>& outFds) in OnCommit()
467 void OnSetLayerAlpha(std::shared_ptr<CommandDataUnpacker> unpacker) in OnSetLayerAlpha()
504 void OnSetLayerRegion(std::shared_ptr<CommandDataUnpacker> unpacker) in OnSetLayerRegion()
527 void OnSetLayerCrop(std::shared_ptr<CommandDataUnpacker> unpacker) in OnSetLayerCrop()
[all …]
Ddisplay_cmd_utils.h227 …static int32_t SetupDeviceUnpack(std::shared_ptr<CommandDataUnpacker> unpacker, uint32_t& devId, u… in SetupDeviceUnpack()
236 static int32_t RectUnpack(std::shared_ptr<CommandDataUnpacker> unpacker, IRect& rect) in RectUnpack()
250std::shared_ptr<CommandDataUnpacker> unpacker, const std::vector<HdifdInfo>& hdiFds, int32_t& fd) in FileDescriptorUnpack()
262 static int32_t BufferHandleUnpack(std::shared_ptr<CommandDataUnpacker> unpacker, in BufferHandleUnpack()
327 …static int32_t LayerColorUnpack(std::shared_ptr<CommandDataUnpacker> unpacker, LayerColor& layerCo… in LayerColorUnpack()