OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:mUsedHandle
(Results
1 - 2
of
2
) sorted by null
/frameworks/native/services/sensorservice/
SensorList.cpp
33
mUsedHandle
.insert(handle).second) {
34
// will succeed as the
mUsedHandle
does not have this handle
66
return
mUsedHandle
.find(handle) ==
mUsedHandle
.end();
SensorList.h
104
std::unordered_set<int>
mUsedHandle
;
Completed in 169 milliseconds