Searched refs:AshmemDirectChannel (Results 1 – 3 of 3) sorted by relevance
48 class AshmemDirectChannel : public DirectChannelBase {50 AshmemDirectChannel(const struct sensors_direct_mem_t *mem);51 ~AshmemDirectChannel() override;
41 AshmemDirectChannel::AshmemDirectChannel(const struct sensors_direct_mem_t *mem) : mAshmemFd(0) { in AshmemDirectChannel() function in android::AshmemDirectChannel68 AshmemDirectChannel::~AshmemDirectChannel() { in ~AshmemDirectChannel()77 bool AshmemDirectChannel::memoryMatches(const struct sensors_direct_mem_t * /*mem*/) const { in memoryMatches()
2021 ch = std::make_unique<AshmemDirectChannel>(mem); in addDirectChannel()