/system/bt/vendor_libs/test_vendor_lib/model/controller/ |
D | dual_mode_controller.cc | 59 void DualModeController::Initialize(const std::vector<std::string>& args) { in Initialize() 223 void DualModeController::HciSniffSubrating(packets::PacketView<true> args) { in HciSniffSubrating() 305 void DualModeController::HciReset(packets::PacketView<true> args) { in HciReset() 312 void DualModeController::HciReadBufferSize(packets::PacketView<true> args) { in HciReadBufferSize() 322 void DualModeController::HciHostBufferSize(packets::PacketView<true> args) { in HciHostBufferSize() 327 void DualModeController::HciReadLocalVersionInformation(packets::PacketView<true> args) { in HciReadLocalVersionInformation() 336 void DualModeController::HciReadRemoteVersionInformation(packets::PacketView<true> args) { in HciReadRemoteVersionInformation() 347 void DualModeController::HciReadBdAddr(packets::PacketView<true> args) { in HciReadBdAddr() 354 void DualModeController::HciReadLocalSupportedCommands(packets::PacketView<true> args) { in HciReadLocalSupportedCommands() 362 void DualModeController::HciReadLocalSupportedCodecs(packets::PacketView<true> args) { in HciReadLocalSupportedCodecs() [all …]
|
/system/core/init/ |
D | builtins.cpp | 107 static Result<Success> do_class_start(const BuiltinArguments& args) { in do_class_start() 124 static Result<Success> do_class_start_post_data(const BuiltinArguments& args) { in do_class_start_post_data() 139 static Result<Success> do_class_stop(const BuiltinArguments& args) { in do_class_stop() 144 static Result<Success> do_class_reset(const BuiltinArguments& args) { in do_class_reset() 149 static Result<Success> do_class_reset_post_data(const BuiltinArguments& args) { in do_class_reset_post_data() 157 static Result<Success> do_class_restart(const BuiltinArguments& args) { in do_class_restart() 165 static Result<Success> do_domainname(const BuiltinArguments& args) { in do_domainname() 172 static Result<Success> do_enable(const BuiltinArguments& args) { in do_enable() 183 static Result<Success> do_exec(const BuiltinArguments& args) { in do_exec() 196 static Result<Success> do_exec_background(const BuiltinArguments& args) { in do_exec_background() [all …]
|
D | service.cpp | 190 static bool ExpandArgsAndExecv(const std::vector<std::string>& args, bool sigstop) { in ExpandArgsAndExecv() 220 const std::vector<std::string>& args) in Service() 226 const std::vector<std::string>& args) in Service() 417 Result<Success> Service::ParseCapabilities(std::vector<std::string>&& args) { in ParseCapabilities() 446 Result<Success> Service::ParseClass(std::vector<std::string>&& args) { in ParseClass() 451 Result<Success> Service::ParseConsole(std::vector<std::string>&& args) { in ParseConsole() 457 Result<Success> Service::ParseCritical(std::vector<std::string>&& args) { in ParseCritical() 462 Result<Success> Service::ParseDisabled(std::vector<std::string>&& args) { in ParseDisabled() 468 Result<Success> Service::ParseEnterNamespace(std::vector<std::string>&& args) { in ParseEnterNamespace() 482 Result<Success> Service::ParseGroup(std::vector<std::string>&& args) { in ParseGroup() [all …]
|
D | ueventd_parser.cpp | 32 Result<Success> ParsePermissionsLine(std::vector<std::string>&& args, in ParsePermissionsLine() 80 Result<Success> ParseFirmwareDirectoriesLine(std::vector<std::string>&& args, in ParseFirmwareDirectoriesLine() 91 Result<Success> ParseModaliasHandlingLine(std::vector<std::string>&& args, in ParseModaliasHandlingLine() 108 Result<Success> ParseUeventSocketRcvbufSizeLine(std::vector<std::string>&& args, in ParseUeventSocketRcvbufSizeLine() 140 Result<Success> SubsystemParser::ParseSection(std::vector<std::string>&& args, in ParseSection() 155 Result<Success> SubsystemParser::ParseDevName(std::vector<std::string>&& args) { in ParseDevName() 168 Result<Success> SubsystemParser::ParseDirName(std::vector<std::string>&& args) { in ParseDirName() 177 Result<Success> SubsystemParser::ParseLineSection(std::vector<std::string>&& args, int line) { in ParseLineSection()
|
D | modalias_handler.cpp | 36 Result<Success> ModaliasHandler::ParseDepCallback(std::vector<std::string>&& args) { in ParseDepCallback() 64 Result<Success> ModaliasHandler::ParseAliasCallback(std::vector<std::string>&& args) { in ParseAliasCallback() 103 Result<Success> ModaliasHandler::Insmod(const std::string& path_name, const std::string& args) { in Insmod() 122 const std::string& args) { in InsmodWithDeps()
|
/system/bt/vendor_libs/test_vendor_lib/model/setup/ |
D | test_command_handler.cc | 91 void TestCommandHandler::HandleCommand(const std::string& name, const vector<std::string>& args) { in HandleCommand() 105 void TestCommandHandler::Add(const vector<std::string>& args) { in Add() 126 void TestCommandHandler::AddRemote(const vector<std::string>& args) { in AddRemote() 153 void TestCommandHandler::Del(const vector<std::string>& args) { in Del() 161 void TestCommandHandler::AddPhy(const vector<std::string>& args) { in AddPhy() 174 void TestCommandHandler::DelPhy(const vector<std::string>& args) { in DelPhy() 182 void TestCommandHandler::AddDeviceToPhy(const vector<std::string>& args) { in AddDeviceToPhy() 197 void TestCommandHandler::DelDeviceFromPhy(const vector<std::string>& args) { in DelDeviceFromPhy() 212 void TestCommandHandler::List(const vector<std::string>& args) { in List() 220 void TestCommandHandler::SetTimerPeriod(const vector<std::string>& args) { in SetTimerPeriod() [all …]
|
/system/bt/vendor_libs/test_vendor_lib/scripts/ |
D | test_channel.py | 98 def send_command(self, name, args): argument 125 def lint_command(self, name, args, name_size, args_size): argument 157 def do_add(self, args): argument 163 def do_del(self, args): argument 169 def do_add_phy(self, args): argument 175 def do_del_phy(self, args): argument 181 def do_add_device_to_phy(self, args): argument 187 def do_del_device_from_phy(self, args): argument 193 def do_add_remote(self, args): argument 199 def do_get(self, args): argument [all …]
|
D | link_layer_socket.py | 123 def send_binary(self, args): argument 145 def do_send(self, args): argument 151 def do_quit(self, args): argument 161 def do_help(self, args): argument
|
D | send_simple_commands.py | 124 def send_binary(self, args): argument 149 def lint_command(self, name, args, name_size, args_size): argument 174 def do_send(self, args): argument 180 def do_quit(self, args): argument 189 def do_help(self, args): argument
|
D | simple_link_layer_socket.py | 110 def send_binary(self, args): argument 132 def lint_command(self, name, args, name_size, args_size): argument 155 def do_send(self, args): argument 159 def do_quit(self, args): argument 168 def do_help(self, args): argument
|
D | simple_stack.py | 141 def send_binary(self, args): argument 176 def do_send(self, args): argument 182 def do_scan(self, args): argument 188 def do_quit(self, args): argument 197 def do_help(self, args): argument
|
D | hci_socket.py | 300 def do_send(self, args): argument 306 def do_connect(self, args): argument 373 def do_le_scan(self, args): argument 386 def do_scan(self, args): argument 400 def do_quit(self, args): argument 410 def do_help(self, args): argument
|
/system/core/adb/ |
D | bugreport_test.cpp | 73 virtual Result Perform(const ArgumentTuple& args) { in Perform() 105 virtual Result Perform(const ArgumentTuple& args) { in Perform() 153 const char* args[] = {"bugreport", "to", "principal"}; in TEST_F() local 172 const char* args[] = {"bugreport"}; in TEST_F() local 191 const char* args[] = {"bugreport"}; in TEST_F() local 211 const char* args[] = {"bugreport"}; in TEST_F() local 225 const char* args[] = {"bugreport", "file.zip"}; in TEST_F() local 241 const char* args[] = {"bugreport", "file.zip"}; in TEST_F() local 277 const char* args[] = {"bugreport", "file.zip"}; in TEST_F() local 308 const char* args[] = {"bugreport", "file.zip"}; in TEST_F() local [all …]
|
/system/extras/simpleperf/scripts/ |
D | api_profiler.py | 38 def prepare_recording(args): argument 44 def enable_profiling_on_device(adb, args): argument 62 def collect_data(args): argument 69 def download_recording_data(adb, args): argument 77 def unzip_recording_data(args): argument
|
D | run_simpleperf_without_usb_connection.py | 37 def start_recording(args): argument 62 def stop_recording(args): argument
|
/system/bt/gd/os/ |
D | log.h | 29 #define LOG_VERBOSE(fmt, args...) ALOGV("%s: " fmt, __PRETTY_FUNCTION__, ##args) argument 30 #define LOG_DEBUG(fmt, args...) ALOGD("%s: " fmt, __PRETTY_FUNCTION__, ##args) argument 31 #define LOG_INFO(fmt, args...) ALOGI("%s: " fmt, __PRETTY_FUNCTION__, ##args) argument 32 #define LOG_WARN(fmt, args...) ALOGW("%s: " fmt, __PRETTY_FUNCTION__, ##args) argument 33 #define LOG_ERROR(fmt, args...) ALOGE("%s: " fmt, __PRETTY_FUNCTION__, ##args) argument 40 #define LOGWRAPPER(fmt, args...) \ argument 57 #define ASSERT_LOG(condition, fmt, args...) \ argument
|
/system/keymaster/android_keymaster/ |
D | logger.cpp | 24 int Logger::Log(LogLevel level, const char* fmt, va_list args) { in Log() 32 va_list args; in Log() local 41 va_list args; in Debug() local 50 va_list args; in Info() local 58 va_list args; in Warning() local 66 va_list args; in Error() local 74 va_list args; in Severe() local
|
/system/tools/aidl/tests/ |
D | end_to_end_tests.cpp | 76 vector<string> args = { in TEST_F() local 100 vector<string> args = { in TEST_F() local 125 vector<string> args = { in TEST_F() local 150 vector<string> args = { in TEST_F() local 176 vector<string> args = { in TEST_F() local 204 vector<string> args = { in TEST_F() local 229 vector<string> args = { in TEST_F() local 255 vector<string> args = { in TEST_F() local 274 vector<string> args = { in TEST_F() local 292 vector<string> args = { in TEST_F() local [all …]
|
/system/bt/osi/include/ |
D | log.h | 30 #define LOGWRAPPER(tag, fmt, args...) \ argument 53 #define LOG_VERBOSE(tag, fmt, args...) \ argument 58 #define LOG_VERBOSE(tag, fmt, args...) \ argument 65 #define LOG_DEBUG(tag, fmt, args...) \ argument 70 #define LOG_INFO(tag, fmt, args...) \ argument 75 #define LOG_WARN(tag, fmt, args...) \ argument 80 #define LOG_ERROR(tag, fmt, args...) \ argument
|
/system/nvram/client/ |
D | nvram_client.c | 101 static int HandleGetTotalSize(nvram_device_t* device, char* args[]) { in HandleGetTotalSize() 113 static int HandleGetAvailableSize(nvram_device_t* device, char* args[]) { in HandleGetAvailableSize() 126 static int HandleGetMaxSpaceSize(nvram_device_t* device, char* args[]) { in HandleGetMaxSpaceSize() 139 static int HandleGetMaxSpaces(nvram_device_t* device, char* args[]) { in HandleGetMaxSpaces() 151 static int HandleGetSpaceList(nvram_device_t* device, char* args[]) { in HandleGetSpaceList() 183 static int HandleGetSpaceSize(nvram_device_t* device, char* args[]) { in HandleGetSpaceSize() 195 static int HandleGetSpaceControls(nvram_device_t* device, char* args[]) { in HandleGetSpaceControls() 233 static int HandleIsSpaceReadLocked(nvram_device_t* device, char* args[]) { in HandleIsSpaceReadLocked() 247 static int HandleIsSpaceWriteLocked(nvram_device_t* device, char* args[]) { in HandleIsSpaceWriteLocked() 261 static int HandleCreateSpace(nvram_device_t* device, char* args[]) { in HandleCreateSpace() [all …]
|
/system/sepolicy/build/ |
D | build_sepolicy.py | 33 def run_host_command(args, **kwargs): argument 49 def do_build_cil(args): argument 122 def do_filter_out(args): argument
|
/system/bt/service/client/ |
D | main.cc | 75 #define CHECK_ARGS_COUNT(args, op, num, msg) \ argument 80 #define CHECK_NO_ARGS(args) \ argument 384 void HandleDisable(IBluetooth* bt_iface, const vector<string>& args) { in HandleDisable() 391 void HandleEnable(IBluetooth* bt_iface, const vector<string>& args) { in HandleEnable() 397 void HandleGetState(IBluetooth* bt_iface, const vector<string>& args) { in HandleGetState() 406 void HandleIsEnabled(IBluetooth* bt_iface, const vector<string>& args) { in HandleIsEnabled() 413 void HandleGetLocalAddress(IBluetooth* bt_iface, const vector<string>& args) { in HandleGetLocalAddress() 420 void HandleSetLocalName(IBluetooth* bt_iface, const vector<string>& args) { in HandleSetLocalName() 433 void HandleGetLocalName(IBluetooth* bt_iface, const vector<string>& args) { in HandleGetLocalName() 440 void HandleAdapterInfo(IBluetooth* bt_iface, const vector<string>& args) { in HandleAdapterInfo() [all …]
|
/system/core/fastboot/device/ |
D | commands.cpp | 70 for (const auto& args : all_args) { in GetAllVars() local 81 bool GetVarHandler(FastbootDevice* device, const std::vector<std::string>& args) { in GetVarHandler() 133 bool EraseHandler(FastbootDevice* device, const std::vector<std::string>& args) { in EraseHandler() 152 bool OemCmdHandler(FastbootDevice* device, const std::vector<std::string>& args) { in OemCmdHandler() 170 bool DownloadHandler(FastbootDevice* device, const std::vector<std::string>& args) { in DownloadHandler() 198 bool FlashHandler(FastbootDevice* device, const std::vector<std::string>& args) { in FlashHandler() 215 bool SetActiveHandler(FastbootDevice* device, const std::vector<std::string>& args) { in SetActiveHandler() 360 bool CreatePartitionHandler(FastbootDevice* device, const std::vector<std::string>& args) { in CreatePartitionHandler() 398 bool DeletePartitionHandler(FastbootDevice* device, const std::vector<std::string>& args) { in DeletePartitionHandler() 420 bool ResizePartitionHandler(FastbootDevice* device, const std::vector<std::string>& args) { in ResizePartitionHandler() [all …]
|
/system/extras/simpleperf/scripts/inferno/ |
D | inferno.py | 49 def collect_data(args): argument 89 def parse_samples(process, args, sample_filter_fn): argument 161 def output_report(process, args): argument
|
/system/update_engine/update_manager/ |
D | policy_test_utils.h | 58 void ExpectStatus(EvalStatus expected, T method, R* result, Args... args) { in ExpectStatus() 71 EvalStatus CallMethodWithContext(T method, R* result, Args... args) { in CallMethodWithContext() 80 void ExpectPolicyStatus(EvalStatus expected, in ExpectPolicyStatus()
|