OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:STATUS_AVAILABLE
(Results
1 - 16
of
16
) sorted by null
/frameworks/av/include/camera/
ICameraServiceListener.h
60
STATUS_AVAILABLE
= STATUS_PRESENT, // deprecated, will be removed
/frameworks/base/tests/RemoteDisplayProvider/src/com/android/media/remotedisplay/test/
RemoteDisplayProviderService.java
77
mTestDisplay1.setStatus(RemoteDisplay.
STATUS_AVAILABLE
);
87
mTestDisplay2.setStatus(RemoteDisplay.
STATUS_AVAILABLE
);
108
mTestDisplay5.setStatus(RemoteDisplay.
STATUS_AVAILABLE
);
115
mTestDisplay6.setStatus(RemoteDisplay.
STATUS_AVAILABLE
);
122
mTestDisplay8.setStatus(RemoteDisplay.
STATUS_AVAILABLE
);
129
mTestDisplay9.setStatus(RemoteDisplay.
STATUS_AVAILABLE
);
136
mTestDisplay10.setStatus(RemoteDisplay.
STATUS_AVAILABLE
);
195
display.setStatus(RemoteDisplay.
STATUS_AVAILABLE
);
219
display.setStatus(RemoteDisplay.
STATUS_AVAILABLE
);
253
display.setStatus(RemoteDisplay.
STATUS_AVAILABLE
);
[
all
...]
/external/chromium_org/sandbox/linux/seccomp-bpf/
bpf_tests.h
76
sandbox::SandboxBPF::
STATUS_AVAILABLE
) {
81
sandbox::SandboxBPF::
STATUS_AVAILABLE
);
sandbox_bpf.h
50
STATUS_AVAILABLE
, // Sandboxing is available but not currently active
sandbox_bpf.cc
385
if (status_ ==
STATUS_AVAILABLE
) {
394
// preceded by
STATUS_AVAILABLE
. Furthermore, these transitions all
400
status_ =
STATUS_AVAILABLE
;
417
status_ = sandbox.KernelSupportSeccompBPF() ?
STATUS_AVAILABLE
424
if (status_ ==
STATUS_AVAILABLE
&& !IsSingleThreaded(proc_fd)) {
[
all
...]
demo.cc
417
SandboxBPF::
STATUS_AVAILABLE
) {
sandbox_bpf_unittest.cc
56
SandboxBPF::SupportsSeccompSandbox(-1) == SandboxBPF::
STATUS_AVAILABLE
;
97
sandbox::SandboxBPF::
STATUS_AVAILABLE
) {
[
all
...]
/frameworks/base/media/lib/java/com/android/media/remotedisplay/
RemoteDisplay.java
45
public static final int
STATUS_AVAILABLE
= RemoteDisplayInfo.
STATUS_AVAILABLE
;
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/dictionarypack/
WordListPreference.java
121
case MetadataDbHelper.
STATUS_AVAILABLE
:
139
// MetadataDbHelper.
STATUS_AVAILABLE
174
setStatus(MetadataDbHelper.
STATUS_AVAILABLE
);
188
if (MetadataDbHelper.
STATUS_AVAILABLE
== mStatus) {
ActionBatch.java
52
STATUS_AVAILABLE
<-------------------------.
68
the download and returns to
STATUS_AVAILABLE
.
131
} else if (MetadataDbHelper.
STATUS_AVAILABLE
!= status) {
338
MetadataDbHelper.TYPE_BULK, MetadataDbHelper.
STATUS_AVAILABLE
,
480
if (mHasNewerVersion && MetadataDbHelper.
STATUS_AVAILABLE
!= status) {
MetadataDbHelper.java
91
public static final int
STATUS_AVAILABLE
= 1;
[
all
...]
DictionaryProvider.java
405
} else if (MetadataDbHelper.
STATUS_AVAILABLE
== wordListStatus) {
UpdateHandler.java
[
all
...]
/frameworks/base/media/java/android/media/
RemoteDisplayState.java
94
public static final int
STATUS_AVAILABLE
= 2;
MediaRouter.java
[
all
...]
/frameworks/base/services/java/com/android/server/media/
MediaRouterService.java
[
all
...]
Completed in 258 milliseconds