OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:ready_state
(Results
1 - 4
of
4
) sorted by null
/external/tremolo/Tremolo/
vorbisfile.c
262
if(vf->
ready_state
==INITSET){
265
vf->
ready_state
=STREAMSET;
268
if(vf->
ready_state
>=STREAMSET){
271
vf->
ready_state
=OPENED;
290
if(vf->
ready_state
>OPENED)_decode_clear(vf);
332
vf->
ready_state
=LINKSET;
340
vf->
ready_state
=OPENED;
350
if(vf->
ready_state
<STREAMSET){
366
vf->
ready_state
=STREAMSET;
481
switch(vf->
ready_state
){
[
all
...]
ivorbisfile.h
85
int
ready_state
;
member in struct:OggVorbis_File
/external/chromium/net/websockets/
websocket_unittest.cc
190
EXPECT_EQ(WebSocket::INITIALIZED, websocket->
ready_state
());
253
EXPECT_EQ(WebSocket::INITIALIZED, websocket->
ready_state
());
websocket.h
132
State
ready_state
() const { return ready_state_; }
function in class:net::WebSocket
Completed in 248 milliseconds