Home | History | Annotate | Download | only in sensorhal

Lines Matching refs:mDirectChannel

2068                         mDirectChannel[j.first]->write(nev);
2113 for (const auto& c : mDirectChannel) {
2133 mDirectChannel.insert(std::make_pair(ret, std::move(ch)));
2160 mDirectChannel.erase(channel_handle);
2167 if (mDirectChannel.find(channel_handle) == mDirectChannel.end()) {
2215 auto i = mDirectChannel.find(channel_handle);
2216 if (i == mDirectChannel.end()) {