Home
last modified time | relevance | path

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

/device/google/contexthub/sensorhal/
Ddirectchannel.h34 virtual bool memoryMatches(const struct sensors_direct_mem_t *mem) const = 0;
52 bool memoryMatches(const struct sensors_direct_mem_t *mem) const override;
91 bool memoryMatches(const struct sensors_direct_mem_t *mem) const override;
Ddirectchannel.cpp77 bool AshmemDirectChannel::memoryMatches(const struct sensors_direct_mem_t * /*mem*/) const { in memoryMatches() function in android::AshmemDirectChannel
329 bool GrallocDirectChannel::memoryMatches(const struct sensors_direct_mem_t *mem) const { in memoryMatches() function in android::GrallocDirectChannel
Dhubconnection.cpp2014 if (c.second->memoryMatches(mem)) { in addDirectChannel()