Home
last modified time | relevance | path

Searched defs:status (Results 1 – 25 of 443) sorted by relevance

12345678910>>...18

/system/bt/service/example/heart_rate/
Dheart_rate_server.cc45 Status OnAdvertiserRegistered(int status, int advertiser_id) { in OnAdvertiserRegistered()
85 int status, bool is_start, in OnMultiAdvertiseCallback()
140 bool status; in Run() local
177 bool status; in SendHeartRateMeasurement() local
227 Status HeartRateServer::OnServerRegistered(int status, int server_if) { in OnServerRegistered()
283 int status, const android::bluetooth::BluetoothGattService& service) { in OnServiceAdded()
305 bool status; in OnServiceAdded() local
329 bool status; in OnCharacteristicReadRequest() local
345 bool status; in OnDescriptorReadRequest() local
363 bool status; in OnDescriptorReadRequest() local
[all …]
/system/media/brillo/audio/audioservice/
Dbrillo_audio_client.cpp88 auto status = brillo_audio_service_->GetDevices(flag, &devices); in GetDevices() local
98 auto status = brillo_audio_service_->SetDevice(usage, config); in SetDevice() local
107 auto status = brillo_audio_service_->GetMaxVolumeSteps( in GetMaxVolumeSteps() local
117 auto status = brillo_audio_service_->SetMaxVolumeSteps( in SetMaxVolumeSteps() local
129 auto status = brillo_audio_service_->SetVolumeIndex( in SetVolumeIndex() local
141 auto status = brillo_audio_service_->GetVolumeIndex( in GetVolumeIndex() local
152 auto status = brillo_audio_service_->GetVolumeControlStream(&stream); in GetVolumeControlStream() local
163 auto status = brillo_audio_service_->SetVolumeControlStream( in SetVolumeControlStream() local
173 auto status = brillo_audio_service_->IncrementVolume(); in IncrementVolume() local
182 auto status = brillo_audio_service_->DecrementVolume(); in DecrementVolume() local
/system/bt/vendor_libs/test_vendor_lib/src/
Devent_packet.cc35 uint8_t status) { in CreateInquiryCompleteEvent()
58 uint16_t command_opcode, uint8_t status) { in CreateCommandCompleteOnlyStatusEvent()
71 uint8_t status, uint16_t command_opcode) { in CreateCommandStatusEvent()
84 uint8_t status, const std::string& local_name) { in CreateCommandCompleteReadLocalName()
101 uint8_t status, uint8_t hci_version, uint16_t hci_revision, in CreateCommandCompleteReadLocalVersionInformation()
120 uint8_t status, const vector<uint8_t>& supported_commands) { in CreateCommandCompleteReadLocalSupportedCommands()
133 uint8_t status, uint8_t page_number, uint8_t maximum_page_number, in CreateCommandCompleteReadLocalExtendedFeatures()
148 uint8_t status, uint16_t hc_acl_data_packet_length, in CreateCommandCompleteReadBufferSize()
166 uint8_t status, const BtAddress& address) { in CreateCommandCompleteReadBdAddr()
179 uint8_t status, const vector<uint8_t>& supported_codecs, in CreateCommandCompleteReadLocalSupportedCodecs()
[all …]
/system/nfc/halimpl/pn54x/hal/
DphNxpNciHal.c261 NFCSTATUS status = NFCSTATUS_FAILED; in phNxpNciHal_fw_download() local
292 NFCSTATUS status = NFCSTATUS_NOT_ALLOWED; in phNxpNciHal_CheckValidFwVersion() local
425 NFCSTATUS status = NFCSTATUS_SUCCESS; in phNxpNciHal_open() local
643 NFCSTATUS status = NFCSTATUS_FAILED; in phNxpNciHal_fw_mw_ver_check() local
665 static void phNxpNciHal_open_complete(NFCSTATUS status) { in phNxpNciHal_open_complete()
697 NFCSTATUS status = NFCSTATUS_FAILED; in phNxpNciHal_write() local
770 NFCSTATUS status = NFCSTATUS_INVALID_PARAMETER; in phNxpNciHal_write_unlocked() local
891 NFCSTATUS status = NFCSTATUS_FAILED; in phNxpNciHal_read_complete() local
949 NFCSTATUS status = phTmlNfc_Read( in read_retry() local
969 NFCSTATUS status = NFCSTATUS_SUCCESS; in phNxpNciHal_core_initialized() local
[all …]
DphNxpNciHal_NfcDepSWPrio.c125 NFCSTATUS status = NFCSTATUS_SUCCESS; in phNxpNciHal_stop_polling_loop() local
150 NFCSTATUS status = NFCSTATUS_SUCCESS; in phNxpNciHal_resume_polling_loop() local
175 NFCSTATUS status = NFCSTATUS_FAILED; in phNxpNciHal_start_polling_loop() local
213 NFCSTATUS status = NFCSTATUS_INVALID_PARAMETER; in phNxpNciHal_NfcDep_rsp_ext() local
302 NFCSTATUS status = phOsalNfc_Timer_Start(cleanup_timer, CLEAN_UP_TIMEOUT, in phNxpNciHal_NfcDep_rsp_ext() local
362 NFCSTATUS status = NFCSTATUS_FAILED; in phNxpNciHal_NfcDep_comapre_ntf() local
385 NFCSTATUS status = NFCSTATUS_SUCCESS; in phNxpNciHal_clean_P2P_Prio() local
438 NFCSTATUS status = NFCSTATUS_SUCCESS; in tmp_thread() local
511 NFCSTATUS status = NFCSTATUS_SUCCESS; in phNxpNciHal_select_RF_Discovery() local
/system/nfc/src/nfa/ee/
Dnfa_ee_api.c50 tNFA_STATUS status = NFA_STATUS_FAILED; in NFA_EeDiscover() local
144 tNFA_STATUS status = NFA_STATUS_FAILED; in NFA_EeRegister() local
179 tNFA_STATUS status = NFA_STATUS_INVALID_PARAM; in NFA_EeDeregister() local
223 tNFA_STATUS status = NFA_STATUS_FAILED; in NFA_EeModeSet() local
284 tNFA_STATUS status = NFA_STATUS_FAILED; in NFA_EeSetDefaultTechRouting() local
344 tNFA_STATUS status = NFA_STATUS_FAILED; in NFA_EeSetDefaultProtoRouting() local
401 tNFA_STATUS status = NFA_STATUS_FAILED; in NFA_EeAddAidRouting() local
458 tNFA_STATUS status = NFA_STATUS_FAILED; in NFA_EeRemoveAidRouting() local
496 tNFA_STATUS status = NFA_STATUS_FAILED; in NFA_EeGetLmrtRemainingSize() local
527 tNFA_STATUS status = NFA_STATUS_FAILED; in NFA_EeUpdateNow() local
[all …]
/system/libfmq/
DEventFlag.cpp36 status_t status = NO_MEMORY; in createEventFlag() local
57 status_t status = NO_MEMORY; in createEventFlag() local
75 EventFlag::EventFlag(int fd, off_t offset, status_t* status) { in EventFlag()
93 EventFlag::EventFlag(std::atomic<uint32_t>* fwAddr, status_t* status) { in EventFlag()
114 status_t status = NO_ERROR; in wake() local
143 status_t status = NO_ERROR; in waitHelper() local
205 status_t status; in wait() local
232 status_t status = NO_ERROR; in unmapEventFlagWord() local
249 status_t status = unmapEventFlagWord((*evFlag)->mEfWordPtr, in deleteEventFlag() local
/system/tools/hidl/
DgenerateVts.cpp36 status_t status = iface->emitVtsAttributeDeclaration(out); in emitVtsTypeDeclarations() local
48 status_t status = type->emitVtsTypeDeclarations(out); in emitVtsTypeDeclarations() local
117 status_t status = emitVtsTypeDeclarations(out); in generateVts() local
124 status_t status = superInterface->emitVtsMethodDeclaration(out); in generateVts() local
133 status_t status = emitVtsTypeDeclarations(out); in generateVts() local
/system/bt/bta/hl/
Dbta_hl_ci.cc51 void bta_hl_ci_get_tx_data(tBTA_HL_MDL_HANDLE mdl_handle, tBTA_HL_STATUS status, in bta_hl_ci_get_tx_data()
84 tBTA_HL_STATUS status, uint16_t evt) { in bta_hl_ci_put_rx_data()
116 tBTA_HL_STATUS status, uint16_t evt) { in bta_hl_ci_get_echo_data()
148 tBTA_HL_STATUS status, uint16_t evt) { in bta_hl_ci_put_echo_data()
/system/nfc/src/nfc/tags/
Drw_t1t.c325 tNFC_STATUS status = NFC_STATUS_FAILED; in rw_t1t_send_static_cmd() local
384 tNFC_STATUS status = NFC_STATUS_FAILED; in rw_t1t_send_dyn_cmd() local
494 tNFC_STATUS status = NFC_STATUS_FAILED; in rw_t1t_select() local
661 void rw_t1t_handle_presence_check_rsp(tNFC_STATUS status) { in rw_t1t_handle_presence_check_rsp()
756 tNFC_STATUS status = NFC_STATUS_FAILED; in RW_T1tRid() local
785 tNFC_STATUS status = NFC_STATUS_FAILED; in RW_T1tReadAll() local
813 tNFC_STATUS status = NFC_STATUS_FAILED; in RW_T1tRead() local
842 tNFC_STATUS status = NFC_STATUS_FAILED; in RW_T1tWriteErase() local
889 tNFC_STATUS status = NFC_STATUS_FAILED; in RW_T1tWriteNoErase() local
935 tNFC_STATUS status = NFC_STATUS_FAILED; in RW_T1tReadSeg() local
[all …]
/system/nfc/halimpl/pn54x/dnld/
DphNxpNciHal_Dnld.c234 static void phNxpNciHal_fw_dnld_reset_cb(void* pContext, NFCSTATUS status, in phNxpNciHal_fw_dnld_reset_cb()
259 static NFCSTATUS phNxpNciHal_fw_dnld_reset(void* pContext, NFCSTATUS status, in phNxpNciHal_fw_dnld_reset()
317 static void phNxpNciHal_fw_dnld_normal_cb(void* pContext, NFCSTATUS status, in phNxpNciHal_fw_dnld_normal_cb()
346 static void phNxpNciHal_fw_dnld_force_cb(void* pContext, NFCSTATUS status, in phNxpNciHal_fw_dnld_force_cb()
378 static NFCSTATUS phNxpNciHal_fw_dnld_normal(void* pContext, NFCSTATUS status, in phNxpNciHal_fw_dnld_normal()
450 static NFCSTATUS phNxpNciHal_fw_dnld_force(void* pContext, NFCSTATUS status, in phNxpNciHal_fw_dnld_force()
522 static void phNxpNciHal_fw_dnld_get_version_cb(void* pContext, NFCSTATUS status, in phNxpNciHal_fw_dnld_get_version_cb()
654 NFCSTATUS status, in phNxpNciHal_fw_dnld_get_version()
715 NFCSTATUS status, in phNxpNciHal_fw_dnld_get_sessn_state_cb()
786 NFCSTATUS status, in phNxpNciHal_fw_dnld_get_sessn_state()
[all …]
/system/tpm/attestation/common/
Dinterface.proto51 optional AttestationStatus status = 1; field
68 optional AttestationStatus status = 1; field
86 optional AttestationStatus status = 1; field
98 optional AttestationStatus status = 1; field
118 optional AttestationStatus status = 1; field
135 optional AttestationStatus status = 1; field
151 optional AttestationStatus status = 1; field
162 optional AttestationStatus status = 1; field
172 optional AttestationStatus status = 1; field
/system/bt/service/common/android/bluetooth/
DIBluetoothLowEnergyCallback.aidl23 void OnClientRegistered(int status, int client_id); in OnClientRegistered()
24 void OnConnectionState(int status, int client_id, String address, boolean connected); in OnConnectionState()
25 void OnMtuChanged(int status, String address, int mtu); in OnMtuChanged()
/system/bt/service/client/
Dmain.cc127 void PrintOpStatus(const std::string& op, bool status) { in PrintOpStatus()
175 Status OnClientRegistered(int status, int client_id) override { in OnClientRegistered()
190 Status OnConnectionState(int status, int client_id, const String16& address, in OnConnectionState()
201 Status OnMtuChanged(int status, const String16& address, int mtu) override { in OnMtuChanged()
221 Status OnAdvertiserRegistered(int status, int advertiser_id) override { in OnAdvertiserRegistered()
237 int status, bool is_start, in OnMultiAdvertiseCallback()
258 Status OnScannerRegistered(int status, int scanner_id) override { in OnScannerRegistered()
300 Status OnClientRegistered(int status, int client_id) override { in OnClientRegistered()
319 void PrintCommandStatus(bool status) { PrintOpStatus("Command", status); } in PrintCommandStatus()
332 bool status; in HandleDisable() local
[all …]
/system/nfc/src/nfa/include/
Dnfa_hci_api.h117 tNFA_STATUS status; /* Status of registration */ member
125 tNFA_STATUS status; /* Status of deregistration */ member
130 tNFA_STATUS status; member
144 tNFA_STATUS status; /* Status of response to allocate gate request */ member
150 tNFA_STATUS status; /* Status of response to deallocate gate request */ member
156 tNFA_STATUS status; /* Status of creating dynamic pipe for the application */ member
169 tNFA_STATUS status; /* Status of open pipe operation */ member
175 tNFA_STATUS status; /* Status of close pipe operation */ member
181 tNFA_STATUS status; /* Status of delete pipe operation */ member
187 tNFA_STATUS status; /* Status og get host list operation */ member
[all …]
/system/bt/test/suite/gatt/
Dgatt_test.cc94 bluetooth::hal::BluetoothGattInterface* /* unused */, int status, in RegisterClientCallback()
109 bluetooth::hal::BluetoothGattInterface* /* unused */, int status, in RegisterServerCallback()
117 bluetooth::hal::BluetoothGattInterface* /* unused */, int status, in ServiceAddedCallback()
126 bluetooth::hal::BluetoothGattInterface* /* unused */, int status, in ServiceStoppedCallback()
135 bluetooth::hal::BluetoothGattInterface* /* unused */, int status, in ServiceDeletedCallback()
/system/nfc/halimpl/pn54x/self-test/
DphNxpNciHal_SelfTest.c979 NFCSTATUS status; in hal_read_cb() local
987 NFCSTATUS status = phOsalNfc_Timer_Stop(timeoutTimerId); in hal_read_cb() local
1093 NFCSTATUS status = NFCSTATUS_SUCCESS; in phNxpNciHal_readLocked() local
1165 NFCSTATUS status = NFCSTATUS_SUCCESS; in phNxpNciHal_writeLocked() local
1220 NFCSTATUS status = NFCSTATUS_SUCCESS; in phNxpNciHal_performTest() local
1274 NFCSTATUS status = NFCSTATUS_SUCCESS; in phNxpNciHal_TestMode_open() local
1368 NFCSTATUS status = NFCSTATUS_SUCCESS; in phNxpNciHal_TestMode_close() local
1410 NFCSTATUS status = NFCSTATUS_SUCCESS; in phNxpNciHal_SwpTest() local
1472 NFCSTATUS status = NFCSTATUS_FAILED; in phNxpNciHal_PrbsTestStart() local
1553 NFCSTATUS status = NFCSTATUS_SUCCESS; in phNxpNciHal_PrbsTestStop() local
[all …]
/system/bt/stack/avrc/
Davrc_pars_tg.cc44 tAVRC_STS status = AVRC_STS_NO_ERROR; in avrc_ctrl_pars_vendor_cmd() local
99 tAVRC_STS status = AVRC_STS_NO_ERROR; in avrc_pars_vendor_cmd() local
360 tAVRC_STS status = AVRC_STS_INTERNAL_ERR; in AVRC_Ctrl_ParsCommand() local
394 tAVRC_STS status = AVRC_STS_NO_ERROR; in avrc_pars_browsing_cmd() local
517 tAVRC_STS status = AVRC_STS_INTERNAL_ERR; in AVRC_ParsCommand() local
/system/update_engine/
Dupdate_status_utils.cc40 const char* UpdateStatusToString(const UpdateStatus& status) { in UpdateStatusToString()
68 const char* UpdateStatusToWeaveStatus(const UpdateStatus& status) { in UpdateStatusToWeaveStatus()
97 UpdateStatus* status) { in StringToUpdateStatus()
/system/security/keystore/
DIKeystoreService.cpp123 status_t status = remote()->transact(BnKeystoreService::GET_STATE, data, &reply); in getState() local
143 status_t status = remote()->transact(BnKeystoreService::GET, data, &reply); in get() local
166 status_t status = remote()->transact(BnKeystoreService::INSERT, data, &reply); in insert() local
184 status_t status = remote()->transact(BnKeystoreService::DEL, data, &reply); in del() local
202 status_t status = remote()->transact(BnKeystoreService::EXIST, data, &reply); in exist() local
221 status_t status = remote()->transact(BnKeystoreService::LIST, data, &reply); in list() local
241 status_t status = remote()->transact(BnKeystoreService::RESET, data, &reply); in reset() local
260 status_t status = in onUserPasswordChanged() local
278 status_t status = remote()->transact(BnKeystoreService::LOCK, data, &reply); in lock() local
296 status_t status = remote()->transact(BnKeystoreService::UNLOCK, data, &reply); in unlock() local
[all …]
/system/bt/service/
Dlow_energy_client.cc60 bt_status_t status = in Connect() local
87 bt_status_t status = in Disconnect() local
114 bt_status_t status = hal::BluetoothGattInterface::Get() in SetMtu() local
137 int conn_id, int status, int client_id, in ConnectCallback()
157 hal::BluetoothGattInterface* gatt_iface, int conn_id, int status, in DisconnectCallback()
175 hal::BluetoothGattInterface* gatt_iface, int conn_id, int status, int mtu) { in MtuChangedCallback()
231 hal::BluetoothGattInterface* gatt_iface, int status, int client_id, in RegisterClientCallback()
Dlow_energy_advertiser.cc35 BLEStatus GetBLEStatus(int status) { in GetBLEStatus()
117 void DoNothing(uint8_t status) {} in DoNothing()
237 uint8_t status) { in EnableCallback()
276 void LowEnergyAdvertiser::InvokeAndClearStartCallback(BLEStatus status) { in InvokeAndClearStartCallback()
283 void LowEnergyAdvertiser::InvokeAndClearStopCallback(BLEStatus status) { in InvokeAndClearStopCallback()
324 uint8_t advertiser_id, uint8_t status) { in RegisterAdvertiserCallback()
/system/nfc/src/nfa/rw/
Dnfa_rw_act.c371 void nfa_rw_handle_sleep_wakeup_rsp(tNFC_STATUS status) { in nfa_rw_handle_sleep_wakeup_rsp()
447 void nfa_rw_handle_presence_check_rsp(tNFC_STATUS status) { in nfa_rw_handle_presence_check_rsp()
1417 tNFC_STATUS status = NFC_STATUS_FAILED; in nfa_rw_start_ndef_detection() local
1452 tNFC_STATUS status = NFC_STATUS_FAILED; in nfa_rw_start_ndef_read() local
1546 tNFC_STATUS status = NFC_STATUS_FAILED; in nfa_rw_start_ndef_write() local
1596 tNFA_STATUS status = NFA_STATUS_OK; in nfa_rw_read_ndef() local
1699 tNFC_STATUS status = NFC_STATUS_FAILED; in nfa_rw_presence_check() local
1851 tNFC_STATUS status = NFC_STATUS_FAILED; in nfa_rw_format_tag() local
1913 tNFC_STATUS status = NFC_STATUS_FAILED; in nfa_rw_config_tag_ro() local
2012 tNFC_STATUS status; in nfa_rw_t1t_write() local
[all …]
/system/bt/bta/test/
Dbta_hf_client_test.cc42 bool status = bta_hf_client_allocate_handle(bdaddr1, &p_handle); in TEST_F() local
52 bool status = bta_hf_client_allocate_handle(bdaddr1, &p_handle); in TEST_F() local
69 bool status = bta_hf_client_allocate_handle(bdaddr1, &p_handle_first); in TEST_F() local
/system/nfc/src/nfa/hci/
Dnfa_hci_ci.c39 void nfa_nv_ci_read(uint16_t num_bytes_read, tNFA_NV_CO_STATUS status, in nfa_nv_ci_read()
67 void nfa_nv_ci_write(tNFA_NV_CO_STATUS status) { in nfa_nv_ci_write()

12345678910>>...18