OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:state
(Results
426 - 450
of
11839
) sorted by null
<<
11
12
13
14
15
16
17
18
19
20
>>
/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
...]