Home
last modified time | relevance | path

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

/device/google/contexthub/sensorhal/
Ddirectchannel.h48 class AshmemDirectChannel : public DirectChannelBase {
50 AshmemDirectChannel(const struct sensors_direct_mem_t *mem);
51 ~AshmemDirectChannel() override;
Ddirectchannel.cpp41 AshmemDirectChannel::AshmemDirectChannel(const struct sensors_direct_mem_t *mem) : mAshmemFd(0) { in AshmemDirectChannel() function in android::AshmemDirectChannel
68 AshmemDirectChannel::~AshmemDirectChannel() { in ~AshmemDirectChannel()
77 bool AshmemDirectChannel::memoryMatches(const struct sensors_direct_mem_t * /*mem*/) const { in memoryMatches()
Dhubconnection.cpp2021 ch = std::make_unique<AshmemDirectChannel>(mem); in addDirectChannel()