Home
last modified time | relevance | path

Searched refs:GrallocDirectChannel (Results 1 – 3 of 3) sorted by relevance

/device/google/contexthub/sensorhal/
Ddirectchannel.h87 class GrallocDirectChannel : public DirectChannelBase {
89 GrallocDirectChannel(const struct sensors_direct_mem_t *mem);
90 ~GrallocDirectChannel() override;
Ddirectchannel.cpp269 GrallocDirectChannel::GrallocDirectChannel(const struct sensors_direct_mem_t *mem) in GrallocDirectChannel() function in android::GrallocDirectChannel
313 GrallocDirectChannel::~GrallocDirectChannel() { in ~GrallocDirectChannel()
329 bool GrallocDirectChannel::memoryMatches(const struct sensors_direct_mem_t *mem) const { in memoryMatches()
Dhubconnection.cpp2024 ch = std::make_unique<GrallocDirectChannel>(mem); in addDirectChannel()