Lines Matching refs:command_message
105 VtsDriverControlCommandMessage command_message; in ProcessOneCommand() local
106 if (!VtsSocketRecvMessage(&command_message)) return false; in ProcessOneCommand()
108 LOG(DEBUG) << " command_type " << command_message.command_type(); in ProcessOneCommand()
109 switch (command_message.command_type()) { in ProcessOneCommand()
123 command_message.file_path(), command_message.target_class(), in ProcessOneCommand()
124 command_message.target_type(), command_message.target_version_major(), in ProcessOneCommand()
125 command_message.target_version_minor(), in ProcessOneCommand()
126 command_message.target_package(), in ProcessOneCommand()
127 command_message.target_component_name(), in ProcessOneCommand()
128 command_message.hw_binder_service_name(), in ProcessOneCommand()
129 command_message.module_name()); in ProcessOneCommand()
141 int32_t result = command_message.status_type(); in ProcessOneCommand()
150 if (command_message.has_driver_caller_uid()) { in ProcessOneCommand()
151 setuid(atoi(command_message.driver_caller_uid().c_str())); in ProcessOneCommand()
153 const string& result = Call(command_message.arg()); in ProcessOneCommand()
163 command_message.module_name(), command_message.target_class(), in ProcessOneCommand()
164 command_message.target_type(), command_message.target_version_major(), in ProcessOneCommand()
165 command_message.target_version_minor(), in ProcessOneCommand()
166 command_message.target_package()); in ProcessOneCommand()
175 const string& result = GetAttribute(command_message.arg()); in ProcessOneCommand()
201 resource_manager_->ProcessFmqCommand(command_message.fmq_request(), in ProcessOneCommand()
214 command_message.hidl_memory_request(), hidl_memory_response); in ProcessOneCommand()
226 command_message.hidl_handle_request(), hidl_handle_response); in ProcessOneCommand()