HomeSort by relevance Sort by last modified time
    Searched full:state (Results 426 - 450 of 11839) sorted by null

<<11121314151617181920>>

  /external/zlib/
inffast.c 42 state->mode == LEN
46 state->bits < 8
48 On return, state->mode is one of:
71 struct inflate_state FAR *state; local
97 /* copy state to local variables */
98 state = (struct inflate_state FAR *)strm->state;
105 dmax = state->dmax;
107 wsize = state->wsize;
108 whave = state->whave
    [all...]
  /frameworks/base/core/java/android/server/
BluetoothPanProfileHandler.java 168 int state = panDevice.mState; local
169 if (state == BluetoothPan.STATE_CONNECTED &&
181 // Restore prev state
182 handlePanDeviceStateChange(device, panDevice.mIface, state,
208 for (int state : states) {
209 if (state == panDeviceState) {
222 int state = getPanDeviceConnectionState(device); local
223 if (state != BluetoothPan.STATE_CONNECTED) {
240 // Restore prev state, this shouldn't happen
241 handlePanDeviceStateChange(device, panDevice.mIface, state, panDevice.mLocalRole)
    [all...]