OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:command_msg
(Results
1 - 2
of
2
) sorted by null
/test/vts/agents/hal/
AgentRequestHandler.cpp
102
const AndroidSystemControlCommandMessage&
command_msg
) {
103
int driver_type =
command_msg
.driver_type();
104
const string& service_name =
command_msg
.service_name();
105
const string& file_path =
command_msg
.file_path();
106
int target_class =
command_msg
.target_class();
107
int target_type =
command_msg
.target_type();
108
float target_version =
command_msg
.target_version() / 100.0;
109
const string& target_package =
command_msg
.target_package();
110
const string& target_component_name =
command_msg
.target_component_name();
111
const string& module_name =
command_msg
.module_name()
442
AndroidSystemControlCommandMessage
command_msg
;
local
[
all
...]
/external/adhd/cras/src/libcras/
cras_client.c
71
struct
command_msg
{
struct
78
struct
command_msg
header;
89
struct
command_msg
header;
[
all
...]
Completed in 68 milliseconds