OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:query_param
(Results
1 - 3
of
3
) sorted by null
/development/tools/emulator/system/camera/
QemuClient.h
91
*
query_param
- Query parameters. Can be NULL.
93
QemuQuery(const char* query_name, const char*
query_param
);
107
*
query_param
- Query parameters. Can be NULL.
QemuClient.cpp
65
QemuQuery::QemuQuery(const char* query_name, const char*
query_param
)
74
mQueryDeliveryStatus = QemuQuery::createQuery(query_name,
query_param
);
/external/qemu/android/camera/
camera-service.c
239
*
query_param
- Upon success contains a pointer to the beginning of the query
250
const char**
query_param
)
264
if (
query_param
!= NULL) {
268
*
query_param
= (*qend == '\0') ? NULL : qend;
725
const char*
query_param
= NULL;
local
729
&
query_param
)) {
1335
const char*
query_param
;
local
[
all
...]
Completed in 661 milliseconds