Home | History | Annotate | Download | only in camera

Lines Matching refs:query_param

79  *  query_param - Upon success contains a pointer to the beginning of the query
90 const char** query_param)
104 if (query_param != NULL) {
108 *query_param = (*qend == '\0') ? NULL : qend;
540 const char* query_param = NULL;
544 &query_param)) {
1175 const char* query_param = NULL;
1185 &query_param)) {
1194 _camera_client_query_frame(cc, client, query_param);
1197 _camera_client_query_connect(cc, client, query_param);
1200 _camera_client_query_disconnect(cc, client, query_param);
1203 _camera_client_query_start(cc, client, query_param);
1206 _camera_client_query_stop(cc, client, query_param);