Lines Matching refs:GSError
36 GSError Alloc(const BufferRequestConfig &config) override;
37 GSError Map() override;
38 GSError Unmap() override;
39 GSError FlushCache() override;
40 GSError InvalidateCache() override;
69 GSError WriteToMessageParcel(MessageParcel &parcel) override;
70 GSError ReadFromMessageParcel(MessageParcel &parcel) override;
74 static GSError CheckBufferConfig(int32_t width, int32_t height,
81 GSError SetMetadata(uint32_t key, const std::vector<uint8_t>& value) override;
82 GSError GetMetadata(uint32_t key, std::vector<uint8_t>& value) override;
83 GSError ListMetadataKeys(std::vector<uint32_t>& keys) override;
84 GSError EraseMetadataKey(uint32_t key) override;
86 GSError WriteBufferRequestConfig(MessageParcel &parcel) override;
87 GSError ReadBufferRequestConfig(MessageParcel &parcel) override;
92 GSError GetPlanesInfo(void **planesInfo) override;
97 GSError GetImageLayout(void *layout);