Searched refs:saved_state (Results 1 - 6 of 6) sorted by relevance

/external/chromium_org/printing/
H A Dprinted_document_win.cc54 int saved_state = SaveDC(context); local
55 DCHECK_NE(saved_state, 0);
59 int saved_state = SaveDC(context); local
60 DCHECK_NE(saved_state, 0);
76 BOOL res = RestoreDC(context, saved_state);
80 int res = RestoreDC(context, saved_state);
/external/webrtc/src/modules/audio_processing/test/android/apmtest/jni/
H A Dmain.c35 struct saved_state { struct
57 struct saved_state state;
187 engine->app->savedState = malloc(sizeof(struct saved_state));
188 *((struct saved_state*)engine->app->savedState) = engine->state;
189 engine->app->savedStateSize = sizeof(struct saved_state);
252 engine.state = *(struct saved_state*)state->savedState;
/external/chromium_org/third_party/openssl/openssl/ssl/
H A Dd1_both.c1228 struct dtls1_retransmit_state saved_state; local
1266 saved_state.enc_write_ctx = s->enc_write_ctx;
1267 saved_state.write_hash = s->write_hash;
1268 saved_state.compress = s->compress;
1269 saved_state.session = s->session;
1270 saved_state.epoch = s->d1->w_epoch;
1271 saved_state.epoch = s->d1->w_epoch;
1282 if (frag->msg_header.saved_retransmit_state.epoch == saved_state.epoch - 1)
1292 s->enc_write_ctx = saved_state.enc_write_ctx;
1293 s->write_hash = saved_state
[all...]
/external/openssl/ssl/
H A Dd1_both.c1228 struct dtls1_retransmit_state saved_state; local
1266 saved_state.enc_write_ctx = s->enc_write_ctx;
1267 saved_state.write_hash = s->write_hash;
1268 saved_state.compress = s->compress;
1269 saved_state.session = s->session;
1270 saved_state.epoch = s->d1->w_epoch;
1271 saved_state.epoch = s->d1->w_epoch;
1282 if (frag->msg_header.saved_retransmit_state.epoch == saved_state.epoch - 1)
1292 s->enc_write_ctx = saved_state.enc_write_ctx;
1293 s->write_hash = saved_state
[all...]
/external/kernel-headers/original/linux/
H A Dpm.h177 void * saved_state; member in struct:dev_pm_info
/external/libvpx/libvpx/nestegg/src/
H A Dnestegg.c272 struct saved_state { struct
803 ne_ctx_save(nestegg * ctx, struct saved_state * s)
815 ne_ctx_restore(nestegg * ctx, struct saved_state * s)
1539 struct saved_state state;

Completed in 154 milliseconds