HomeSort by relevance Sort by last modified time
    Searched defs:AshmemDirectChannel (Results 1 - 2 of 2) sorted by null

  /device/google/contexthub/sensorhal/
directchannel.cpp 41 AshmemDirectChannel::AshmemDirectChannel(const struct sensors_direct_mem_t *mem) : mAshmemFd(0) {
68 AshmemDirectChannel::~AshmemDirectChannel() {
77 bool AshmemDirectChannel::memoryMatches(const struct sensors_direct_mem_t * /*mem*/) const {
directchannel.h 48 class AshmemDirectChannel : public DirectChannelBase {
50 AshmemDirectChannel(const struct sensors_direct_mem_t *mem);
51 ~AshmemDirectChannel() override;

Completed in 44 milliseconds