OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:state_params
(Results
1 - 2
of
2
) sorted by null
/frameworks/opt/vcard/java/com/android/vcard/
VCardParserImpl_V21.java
359
static private final int
STATE_PARAMS
= 1;
397
state =
STATE_PARAMS
; // Start parameter parsing.
402
case
STATE_PARAMS
: {
425
state =
STATE_PARAMS
;
[
all
...]
/external/chromium_org/third_party/libjingle/source/talk/media/base/
videocapturer.cc
505
StateChangeParams*
state_params
= new StateChangeParams(state);
local
507
thread_->Post(this, MSG_STATE_CHANGE,
state_params
);
Completed in 142 milliseconds