Searched refs:memoryMatches (Results 1 – 3 of 3) sorted by relevance
34 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;
77 bool AshmemDirectChannel::memoryMatches(const struct sensors_direct_mem_t * /*mem*/) const { in memoryMatches() function in android::AshmemDirectChannel329 bool GrallocDirectChannel::memoryMatches(const struct sensors_direct_mem_t *mem) const { in memoryMatches() function in android::GrallocDirectChannel
2014 if (c.second->memoryMatches(mem)) { in addDirectChannel()