OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:captureRequested
(Results
1 - 2
of
2
) sorted by null
/frameworks/base/core/java/android/hardware/soundtrigger/
SoundTrigger.java
661
public final boolean
captureRequested
;
674
public RecognitionConfig(boolean
captureRequested
, boolean allowMultipleTriggers,
676
this.
captureRequested
=
captureRequested
;
694
boolean
captureRequested
= in.readByte() == 1;
699
return new RecognitionConfig(
captureRequested
, allowMultipleTriggers, keyphrases, data);
704
dest.writeByte((byte) (
captureRequested
? 1 : 0));
717
return "RecognitionConfig [
captureRequested
=" +
captureRequested
[
all
...]
/frameworks/base/core/jni/
android_hardware_SoundTrigger.cpp
93
jfieldID
captureRequested
;
715
gRecognitionConfigFields.
captureRequested
);
[
all
...]
Completed in 50 milliseconds