Home | History | Annotate | Download | only in android

Lines Matching full:current_query

241     SDKCtlQuery*                current_query;
394 if (sdkctl->io_dispatcher.current_query == query) {
397 sdkctl->io_dispatcher.current_query = NULL;
449 if (sdkctl->io_dispatcher.current_query != NULL &&
450 sdkctl->io_dispatcher.current_query->header.query_id == query_id) {
452 SDKCtlQuery* const query = sdkctl->io_dispatcher.current_query;
453 sdkctl->io_dispatcher.current_query = NULL;
949 dispatcher->current_query = NULL;
963 if (dispatcher->current_query != NULL) {
964 SDKCtlQuery* const query = dispatcher->current_query;
965 dispatcher->current_query = NULL;
1014 if (dispatcher->current_query != NULL) {
1015 SDKCtlQuery* const query = dispatcher->current_query;
1016 dispatcher->current_query = NULL;
1107 dispatcher->current_query =
1109 query = dispatcher->current_query;
1161 SDKCtlQuery* const query = dispatcher->current_query;
1162 dispatcher->current_query = NULL;
1306 if (dispatcher->current_query != NULL) {
1307 SDKCtlQuery* const query = dispatcher->current_query;
1308 dispatcher->current_query = NULL;