Home
last modified time | relevance | path

Searched defs:error_code (Results 1 – 25 of 43) sorted by relevance

12

/packages/apps/Test/connectivity/sl4n/facades/test/
Dtest_facade.cpp71 int error_code; in test_bool_true_return_wrapper() local
88 int error_code; in test_bool_false_return_wrapper() local
105 int error_code; in test_null_return_wrapper() local
122 int error_code; in test_string_empty_return_wrapper() local
150 int error_code; in test_string_max_return_wrapper() local
203 int error_code; in test_specific_param_naming_wrapper() local
/packages/apps/Test/connectivity/sl4n/facades/bluetooth/
Dbt_binder_facade.cpp214 int error_code; in bt_binder_get_local_name_wrapper() local
234 int error_code; in bt_binder_init_interface_wapper() local
260 int error_code; in bt_binder_set_local_name_wrapper() local
279 int error_code; in bt_binder_get_local_address_wrapper() local
299 int error_code; in bt_binder_enable_wrapper() local
316 int error_code; in bt_binder_register_ble_wrapper() local
372 int error_code; in bt_binder_set_adv_settings_wrapper() local
/packages/modules/Bluetooth/system/gd/hci/acl_manager/
Devent_checkers.h34 std::string error_code = ErrorCodeText(status); in check_command_complete() local
51 std::string error_code = ErrorCodeText(status); in check_command_status() local
Dclassic_acl_connection.cc168 std::string error_code = ErrorCodeText(status); in on_role_discovery_complete() local
182 std::string error_code = ErrorCodeText(status); in on_read_link_policy_settings_complete() local
196 std::string error_code = ErrorCodeText(status); in on_read_automatic_flush_timeout_complete() local
210 std::string error_code = ErrorCodeText(status); in on_read_transmit_power_level_complete() local
224 std::string error_code = ErrorCodeText(status); in on_read_link_supervision_timeout_complete() local
238 std::string error_code = ErrorCodeText(status); in on_read_failed_contact_counter_complete() local
252 std::string error_code = ErrorCodeText(status); in on_read_link_quality_complete() local
266 std::string error_code = ErrorCodeText(status); in on_read_afh_channel_map_complete() local
280 std::string error_code = ErrorCodeText(status); in on_read_rssi_complete() local
306 std::string error_code = ErrorCodeText(status); in on_read_clock_complete() local
Dclassic_impl.h447 std::string error_code = ErrorCodeText(status); in on_connection_packet_type_changed() local
464 std::string error_code = ErrorCodeText(status); in on_central_link_key_complete() local
494 std::string error_code = ErrorCodeText(status); in on_change_connection_link_key_complete() local
510 std::string error_code = ErrorCodeText(status); in on_read_clock_offset_complete() local
558 std::string error_code = ErrorCodeText(status); in on_qos_setup_complete() local
580 std::string error_code = ErrorCodeText(status); in on_flow_specification_complete() local
643 std::string error_code = ErrorCodeText(status); in OnEncryptionStateChanged() local
Dclassic_acl_connection_test.cc325 for (const auto& error_code : error_code_vector) { in TEST_F() local
332 for (const auto& error_code : error_code_vector) { in TEST_F() local
Dle_impl.h352 std::string error_code = ErrorCodeText(status); in on_le_connection_complete() local
476 std::string error_code = ErrorCodeText(status); in on_le_enhanced_connection_complete() local
1101 std::string error_code = ErrorCodeText(status); in on_create_connection_cancel_complete() local
Dle_acl_connection.cc141 auto error_code = disconnect_status.GetStatus(); in Disconnect() local
/packages/apps/Test/connectivity/sl4n/facades/wifi/
Dwifi_facade.cpp163 int error_code; in wifi_init_wrapper() local
180 int error_code; in wifi_get_supported_feature_set_wrapper() local
/packages/modules/Connectivity/Tethering/src/com/android/networkstack/tethering/metrics/
Dstats.proto28 optional .android.stats.connectivity.ErrorCode error_code = 1; field
/packages/modules/NetworkStack/src/com/android/networkstack/metrics/
Dstats.proto78 repeated .android.stats.connectivity.DhcpErrorCode error_code = 5; field
128 optional .android.stats.connectivity.DhcpErrorCode error_code = 4; field
/packages/modules/Bluetooth/system/stack/include/
Dhci_error_code.h74 inline std::string hci_error_code_text(const tHCI_ERROR_CODE& error_code) { in hci_error_code_text()
167 inline tHCI_ERROR_CODE to_hci_error_code(const uint8_t& error_code) { in to_hci_error_code()
/packages/modules/Bluetooth/system/test/headless/sdp/
Dsdp.cc45 uint16_t error_code; member
/packages/modules/Bluetooth/system/test/mock/
Dmock_stack_avdt_api.cc51 uint16_t AVDT_ConfigRsp(uint8_t handle, uint8_t label, uint8_t error_code, in AVDT_ConfigRsp()
109 uint16_t AVDT_SecurityRsp(uint8_t handle, uint8_t label, uint8_t error_code, in AVDT_SecurityRsp()
Dmock_bta_av_api.cc73 void BTA_AvProtectRsp(tBTA_AV_HNDL hndl, uint8_t error_code, uint8_t* p_data, in BTA_AvProtectRsp()
/packages/modules/Bluetooth/tools/rootcanal/net/posix/
Dposix_async_socket.cc129 int error_code = 0; in Close() local
/packages/modules/adb/client/
Dmdnsresponder_client.cpp372 uint32_t /*interface_index*/, DNSServiceErrorType error_code, in register_service_ip()
479 DNSServiceErrorType error_code, const char* fullname, in register_resolved_mdns_service()
512 uint32_t interface_index, DNSServiceErrorType error_code, in on_service_browsed()
/packages/modules/Bluetooth/android/app/jni/
Dcom_android_bluetooth_hap_client.cpp158 ErrorCode error_code) override { in OnActivePresetSelectError()
244 ErrorCode error_code) override { in OnPresetInfoError()
273 ErrorCode error_code) override { in OnSetPresetNameError()
/packages/providers/MediaProvider/jni/
DFuseDaemon.cpp537 const std::string& path, const std::string& name, fuse_req_t req, int* error_code, in validate_node_path()
599 struct fuse_entry_param* e, int* error_code, const FuseOp op) { in make_node_entry()
844 struct fuse_entry_param* e, int* error_code, const FuseOp op, in do_lookup()
890 int error_code = 0; in pf_lookup() local
1114 int error_code = 0; in pf_mknod() local
1158 int error_code = 0; in pf_mkdir() local
1855 int error_code = 0; in do_readdir_common() local
2054 int error_code = errno; in pf_create() local
2062 int error_code = 0; in pf_create() local
/packages/modules/Bluetooth/system/gd/l2cap/le/
Dfacade.cc187 void on_close_callback(hci::ErrorCode error_code) { in on_close_callback()
338 void on_close_callback(hci::ErrorCode error_code) { in on_close_callback()
/packages/modules/Bluetooth/system/stack/avdt/
Davdt_api.cc506 uint16_t AVDT_ConfigRsp(uint8_t handle, uint8_t label, uint8_t error_code, in AVDT_ConfigRsp()
798 uint16_t AVDT_SecurityRsp(uint8_t handle, uint8_t label, uint8_t error_code, in AVDT_SecurityRsp()
/packages/modules/Bluetooth/system/gd/hci/
Dhci_layer_test.cc405 ErrorCode error_code = ErrorCode::SUCCESS; in SetUp() local
506 ErrorCode error_code = ErrorCode::SUCCESS; in TEST_F() local
553 ErrorCode error_code = ErrorCode::SUCCESS; in TEST_F() local
/packages/modules/adb/client/openscreen/platform/
Dudp_socket.cpp594 void OnError(Error::Code error_code) { in JoinMulticastGroup()
/packages/modules/Bluetooth/system/bta/av/
Dbta_av_api.cc373 void BTA_AvProtectRsp(tBTA_AV_HNDL hndl, uint8_t error_code, uint8_t* p_data, in BTA_AvProtectRsp()
/packages/modules/Bluetooth/system/gd/os/linux/
Dmetrics.cc104 const Address& address, uint32_t error_code, uint32_t vendor_error_code) {} in LogMetricBluetoothHalCrashReason()

12