OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:mInUse
(Results
1 - 5
of
5
) sorted by null
/frameworks/base/core/java/android/database/sqlite/
SQLiteConnection.java
[
all
...]
/device/moto/shamu/camera/QCamera2/HAL/test/
qcamera_test.h
190
bool
mInUse
;
qcamera_test.cpp
127
if (
mInUse
) {
130
mInUse
= true;
146
mInUse
= false;
[
all
...]
/frameworks/native/services/inputflinger/
InputReader.cpp
[
all
...]
InputReader.h
873
inline bool isInUse() const { return
mInUse
; }
891
bool
mInUse
;
[
all
...]
Completed in 147 milliseconds