Searched refs:GrallocDirectChannel (Results 1 – 3 of 3) sorted by relevance
87 class GrallocDirectChannel : public DirectChannelBase {89 GrallocDirectChannel(const struct sensors_direct_mem_t *mem);90 ~GrallocDirectChannel() override;
269 GrallocDirectChannel::GrallocDirectChannel(const struct sensors_direct_mem_t *mem) in GrallocDirectChannel() function in android::GrallocDirectChannel313 GrallocDirectChannel::~GrallocDirectChannel() { in ~GrallocDirectChannel()329 bool GrallocDirectChannel::memoryMatches(const struct sensors_direct_mem_t *mem) const { in memoryMatches()
2024 ch = std::make_unique<GrallocDirectChannel>(mem); in addDirectChannel()