Home
last modified time | relevance | path

Searched defs:code (Results 1 – 25 of 81) sorted by relevance

1234

/system/bt/bta/ag/
Dbta_ag_rfc.c88 static void bta_ag_port_cback(UINT32 code, UINT16 port_handle, UINT16 handle) in bta_ag_port_cback()
120 static void bta_ag_mgmt_cback(UINT32 code, UINT16 port_handle, UINT16 handle) in bta_ag_mgmt_cback()
212 void bta_ag_mgmt_cback_1(UINT32 code, UINT16 handle) {bta_ag_mgmt_cback(code, handle, 1);} in bta_ag_mgmt_cback_1()
213 void bta_ag_mgmt_cback_2(UINT32 code, UINT16 handle) {bta_ag_mgmt_cback(code, handle, 2);} in bta_ag_mgmt_cback_2()
214 void bta_ag_mgmt_cback_3(UINT32 code, UINT16 handle) {bta_ag_mgmt_cback(code, handle, 3);} in bta_ag_mgmt_cback_3()
215 void bta_ag_port_cback_1(UINT32 code, UINT16 handle) {bta_ag_port_cback(code, handle, 1);} in bta_ag_port_cback_1()
216 void bta_ag_port_cback_2(UINT32 code, UINT16 handle) {bta_ag_port_cback(code, handle, 2);} in bta_ag_port_cback_2()
217 void bta_ag_port_cback_3(UINT32 code, UINT16 handle) {bta_ag_port_cback(code, handle, 3);} in bta_ag_port_cback_3()
/system/update_engine/common/
Daction_processor.cc108 ErrorCode code) { in ActionComplete()
134 void ActionProcessor::StartNextActionOrFinish(ErrorCode code) { in StartNextActionOrFinish()
Daction_processor.h129 ErrorCode code) {} in ProcessingDone()
139 ErrorCode code) {} in ActionCompleted()
Dhttp_common.cc27 const char *GetHttpResponseDescription(HttpResponseCode code) { in GetHttpResponseDescription()
29 HttpResponseCode code; in GetHttpResponseDescription() member
Derror_code_utils.cc26 string ErrorCodeToString(ErrorCode code) { in ErrorCodeToString()
Daction.h101 virtual void ActionCompleted(ErrorCode code) {} in ActionCompleted()
Daction_processor_unittest.cc68 ErrorCode code) { in ProcessingDone()
80 ErrorCode code) { in ActionCompleted()
/system/core/libpixelflinger/tests/arch-mips64/disassembler/
Dmips64_disassembler_test.cpp38 uint32_t code; member
120 uint32_t code; member
137 uint32_t code; member
/system/bt/bta/hf_client/
Dbta_hf_client_rfc.c43 static void bta_hf_client_port_cback(UINT32 code, UINT16 port_handle) in bta_hf_client_port_cback()
71 static void bta_hf_client_mgmt_cback(UINT32 code, UINT16 port_handle) in bta_hf_client_mgmt_cback()
/system/core/libsysutils/src/
DSocketClient.cpp54 int SocketClient::sendMsg(int code, const char *msg, bool addErrno) { in sendMsg()
58 int SocketClient::sendMsg(int code, const char *msg, bool addErrno, bool useCmdNum) { in sendMsg()
84 int SocketClient::sendBinaryMsg(int code, const void *data, int len) { in sendBinaryMsg()
108 int SocketClient::sendCode(int code) { in sendCode()
/system/bt/service/
Dlogging_helpers.cpp22 #define CASE_RETURN_TEXT(code) \ argument
134 const char *BtAclText(const bt_acl_state_t code) { in BtAclText()
/system/update_engine/
Dmetrics_utils.cc33 metrics::AttemptResult GetAttemptResult(ErrorCode code) { in GetAttemptResult()
128 metrics::DownloadErrorCode GetDownloadErrorCode(ErrorCode code) { in GetDownloadErrorCode()
/system/update_engine/payload_consumer/
Dfilesystem_verifier_action_unittest.cc85 void ProcessingDone(const ActionProcessor* processor, ErrorCode code) { in ProcessingDone()
93 ErrorCode code) { in ActionCompleted()
100 ErrorCode code() const { return code_; } in code() function in chromeos_update_engine::FilesystemVerifierActionTestDelegate
252 ErrorCode code) { in ActionCompleted()
Dxz_extent_writer.cc35 #define __XZ_ERROR_STRING_CASE(code) case code: return #code; in XzErrorString() argument
Dfilesystem_verifier_action.cc117 void FilesystemVerifierAction::Cleanup(ErrorCode code) { in Cleanup()
/system/core/libpixelflinger/tests/arch-arm64/disassembler/
Darm64_diassembler_test.cpp36 uint32_t code; member
/system/extras/tests/framebuffer/
Dminui.h35 unsigned code; member
/system/bt/service/common/bluetooth/binder/
DIBluetoothCallback.cpp38 uint32_t code, in onTransact()
DIBluetoothGattClientCallback.cpp38 uint32_t code, in onTransact()
DIBluetoothGattClient.cpp39 uint32_t code, const Parcel& data, Parcel* reply, uint32_t flags) { in onTransact()
/system/core/libpixelflinger/codeflinger/
DArm64Disassembler.cpp134 static void decode_token(uint32_t code, char *token, char *instr_part) in decode_token()
270 int arm64_disassemble(uint32_t code, char* instr) in arm64_disassemble()
/system/extras/perfprofd/quipper/base/
Dcompiler_specific.h55 #define NON_EXPORTED_BASE(code) MSVC_SUPPRESS_WARNING(4275) \ argument
66 #define NON_EXPORTED_BASE(code) code argument
/system/connectivity/shill/
Deap_protocol.h46 uint8_t code; member
/system/vold/
Dvdc.cpp152 int code = atoi(strtok(res, " ")); in do_monitor() local
/system/nativepower/daemon/
DBnPowerManager.cc23 status_t BnPowerManager::onTransact(uint32_t code, in onTransact()

1234