HomeSort by relevance Sort by last modified time
    Searched refs:substate (Results 1 - 9 of 9) sorted by null

  /external/speex/libspeex/
kiss_fftr.c 24 kiss_fft_cfg substate; member in struct:kiss_fftr_state
57 st->substate = (kiss_fft_cfg) (st + 1); /*just beyond kiss_fftr_state struct */
58 st->tmpbuf = (kiss_fft_cpx *) (((char *) st->substate) + subsize);
60 kiss_fft_alloc(nfft, inverse_fft, st->substate, &subsize);
87 if ( st->substate->inverse) {
91 ncfft = st->substate->nfft;
94 kiss_fft( st->substate , (const kiss_fft_cpx*)timedata, st->tmpbuf );
141 if (st->substate->inverse == 0) {
145 ncfft = st->substate->nfft;
170 kiss_fft (st->substate, st->tmpbuf, (kiss_fft_cpx *) timedata)
    [all...]
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/uicc/
IccCardApplicationStatus.java 149 public PersoSubState PersoSubstateFromRILInt(int substate) {
152 switch(substate) {
180 loge("PersoSubstateFromRILInt: bad substate: " + substate
  /external/libnfc-nci/src/nfa/int/
nfa_dta_int.h 194 /* DTA Substates (while in ACTIVATED state) - substate enumerations are found in protocol-specific files (nfa_dta_XXX.c) */
256 tNFA_DTA_SUBSTATE substate; /* Current protocol-specific sub-state */ member in struct:__anon7847
367 void nfa_dta_test_set_substate (tNFA_DTA_SUBSTATE substate);
nfa_cho_int.h 50 /* NFA Connection Handover substate in NFA_CHO_ST_CONNECTED */
201 tNFA_CHO_SUBSTATE substate; /* substate in connected state */ member in struct:__anon7801
  /external/chromium_org/third_party/usrsctp/usrsctplib/netinet/
sctp_constants.h 489 #define SCTP_CLEAR_SUBSTATE(asoc, substate) ((asoc)->state &= ~substate)
490 #define SCTP_ADD_SUBSTATE(asoc, substate) ((asoc)->state |= substate)
    [all...]
  /external/libnfc-nci/src/nfc/int/
rw_int.h 72 #define RW_T1T_SUBSTATE_NONE 0x00 /* Default substate */
152 UINT8 substate; /* Current substate of RW module */ member in struct:__anon8071
229 * Next Substate should be assigned to control variable 'substate' before calling these function for State Machine to
230 * move back to the particular substate after Sector change is completed and read/write command is sent on new sector */
298 UINT8 substate; /* Reader/write substate in NDEF write state */ member in struct:__anon8075
299 UINT8 prev_substate; /* Substate of the tag before moving to different sector */
    [all...]
  /packages/apps/VoiceDialer/src/com/android/voicedialer/
VoiceDialerActivity.java 219 ((TextView) findViewById(R.id.substate)).setText(R.string.logging_enabled);
266 ((TextView)findViewById(R.id.substate)).setText(mErrorMsg);
267 ((TextView)findViewById(R.id.substate)).setText(
    [all...]
  /prebuilts/eclipse/mavenplugins/tycho/tycho-dependencies-m2repo/org/eclipse/tycho/org.eclipse.jdt.core/3.9.1.v20130905-0837/
org.eclipse.jdt.core-3.9.1.v20130905-0837.jar 
  /prebuilts/tools/common/m2/repository/org/eclipse/jdt/core/compiler/ecj/4.2.2/
ecj-4.2.2.jar 

Completed in 819 milliseconds