Searched refs:sensors_direct_mem_t (Results 1 – 6 of 6) sorted by relevance
34 virtual bool memoryMatches(const struct sensors_direct_mem_t *mem) const = 0;50 AshmemDirectChannel(const struct sensors_direct_mem_t *mem);52 bool memoryMatches(const struct sensors_direct_mem_t *mem) const override;89 GrallocDirectChannel(const struct sensors_direct_mem_t *mem);91 bool memoryMatches(const struct sensors_direct_mem_t *mem) const override;
41 AshmemDirectChannel::AshmemDirectChannel(const struct sensors_direct_mem_t *mem) : mAshmemFd(0) { in AshmemDirectChannel()77 bool AshmemDirectChannel::memoryMatches(const struct sensors_direct_mem_t * /*mem*/) const { in memoryMatches()269 GrallocDirectChannel::GrallocDirectChannel(const struct sensors_direct_mem_t *mem) in GrallocDirectChannel()329 bool GrallocDirectChannel::memoryMatches(const struct sensors_direct_mem_t *mem) const { in memoryMatches()
71 const struct sensors_direct_mem_t* mem, int channel_handle);102 const struct sensors_direct_mem_t* mem, int channel_handle);
137 const struct sensors_direct_mem_t *mem, int32_t channel_handle) { in register_direct_channel()196 const struct sensors_direct_mem_t* mem, int channel_handle) { in RegisterDirectChannelWrapper()
317 int addDirectChannel(const struct sensors_direct_mem_t *mem);
2008 int HubConnection::addDirectChannel(const struct sensors_direct_mem_t *mem) { in addDirectChannel()2222 int HubConnection::addDirectChannel(const struct sensors_direct_mem_t *) { in addDirectChannel() argument