| /system/bt/binder/android/bluetooth/ |
| D | IBluetoothGattCallback.aidl | 26 void onClientRegistered(in int status, in int clientIf); in onClientRegistered() 27 void onClientConnectionState(in int status, in int clientIf, in onClientConnectionState() 29 void onPhyUpdate(in String address, in int txPhy, in int rxPhy, in int status); in onPhyUpdate() 30 void onPhyRead(in String address, in int txPhy, in int rxPhy, in int status); in onPhyRead() 31 void onSearchComplete(in String address, in List<BluetoothGattService> services, in int status); in onSearchComplete() 32 void onCharacteristicRead(in String address, in int status, in int handle, in byte[] value); in onCharacteristicRead() 33 void onCharacteristicWrite(in String address, in int status, in int handle); in onCharacteristicWrite() 34 void onExecuteWrite(in String address, in int status); in onExecuteWrite() 35 void onDescriptorRead(in String address, in int status, in int handle, in byte[] value); in onDescriptorRead() 36 void onDescriptorWrite(in String address, in int status, in int handle); in onDescriptorWrite() [all …]
|
| D | IBluetoothGattServerCallback.aidl | 25 void onServerRegistered(in int status, in int serverIf); in onServerRegistered() 26 void onServerConnectionState(in int status, in int serverIf, in onServerConnectionState() 28 void onServiceAdded(in int status, in BluetoothGattService service); in onServiceAdded() 41 void onNotificationSent(in String address, in int status); in onNotificationSent() 43 void onPhyUpdate(in String address, in int txPhy, in int rxPhy, in int status); in onPhyUpdate() 44 void onPhyRead(in String address, in int txPhy, in int rxPhy, in int status); in onPhyRead() 46 in int timeout, in int status); in onConnectionUpdated()
|
| /system/bt/binder/android/bluetooth/le/ |
| D | IAdvertisingSetCallback.aidl | 23 void onAdvertisingSetStarted(in int advertiserId, in int tx_power, in int status); in onAdvertisingSetStarted() 26 void onAdvertisingEnabled(in int advertiserId, in boolean enable, in int status); in onAdvertisingEnabled() 27 void onAdvertisingDataSet(in int advertiserId, in int status); in onAdvertisingDataSet() 28 void onScanResponseDataSet(in int advertiserId, in int status); in onScanResponseDataSet() 29 void onAdvertisingParametersUpdated(in int advertiserId, in int tx_power, in int status); in onAdvertisingParametersUpdated() 30 void onPeriodicAdvertisingParametersUpdated(in int advertiserId, in int status); in onPeriodicAdvertisingParametersUpdated() 31 void onPeriodicAdvertisingDataSet(in int advertiserId, in int status); in onPeriodicAdvertisingDataSet() 32 void onPeriodicAdvertisingEnabled(in int advertiserId, in boolean enable, in int status); in onPeriodicAdvertisingEnabled()
|
| /system/bt/service/example/heart_rate/ |
| D | heart_rate_server.cc | 45 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/libfmq/ |
| D | EventFlag.cpp | 39 status_t status = NO_MEMORY; in createEventFlag() local 60 status_t status = NO_MEMORY; in createEventFlag() local 78 EventFlag::EventFlag(int fd, off_t offset, status_t* status) { in EventFlag() 96 EventFlag::EventFlag(std::atomic<uint32_t>* fwAddr, status_t* status) { in EventFlag() 117 status_t status = NO_ERROR; in wake() local 146 status_t status = NO_ERROR; in waitHelper() local 208 status_t status; in wait() local 235 status_t status = NO_ERROR; in unmapEventFlagWord() local 252 status_t status = unmapEventFlagWord((*evFlag)->mEfWordPtr, in deleteEventFlag() local
|
| /system/bt/vendor_libs/test_vendor_lib/packets/hci/ |
| D | event_packet_builder.cc | 38 …unique_ptr<EventPacketBuilder> EventPacketBuilder::CreateInquiryCompleteEvent(hci::Status status) { in CreateInquiryCompleteEvent() 60 … hci::Status status) { in CreateCommandCompleteOnlyStatusEvent() 72 hci::OpCode command_opcode, hci::Status status, const Address& address) { in CreateCommandCompleteStatusAndAddressEvent() 97 std::unique_ptr<EventPacketBuilder> EventPacketBuilder::CreateCommandStatusEvent(hci::Status status, in CreateCommandStatusEvent() 132 hci::Status status, uint16_t num_keys_deleted) { in CreateCommandCompleteDeleteStoredLinkKey() 143 hci::Status status, const std::vector<uint8_t>& local_name) { in CreateCommandCompleteReadLocalName() 160 hci::Status status, uint8_t enable) { in CreateCommandCompleteReadAuthenticationEnable() 169 …hci::Status status, uint8_t hci_version, uint16_t hci_revision, uint8_t lmp_pal_version, uint16_t … in CreateCommandCompleteReadLocalVersionInformation() 184 …hci::Status status, uint16_t connection_handle, uint8_t lmp_pal_version, uint16_t manufacturer_nam… in CreateReadRemoteVersionInformationEvent() 199 hci::Status status, const vector<uint8_t>& supported_commands) { in CreateCommandCompleteReadLocalSupportedCommands() [all …]
|
| /system/nfc/src/nfa/ee/ |
| D | nfa_ee_api.cc | 56 tNFA_STATUS status = NFA_STATUS_FAILED; in NFA_EeDiscover() local 155 tNFA_STATUS status = NFA_STATUS_FAILED; in NFA_EeRegister() local 190 tNFA_STATUS status = NFA_STATUS_INVALID_PARAM; in NFA_EeDeregister() local 235 tNFA_STATUS status = NFA_STATUS_FAILED; in NFA_EeModeSet() local 299 tNFA_STATUS status = NFA_STATUS_FAILED; in NFA_EeSetDefaultTechRouting() local 361 tNFA_STATUS status = NFA_STATUS_FAILED; in NFA_EeClearDefaultTechRouting() local 430 tNFA_STATUS status = NFA_STATUS_FAILED; in NFA_EeSetDefaultProtoRouting() local 491 tNFA_STATUS status = NFA_STATUS_FAILED; in NFA_EeClearDefaultProtoRouting() local 555 tNFA_STATUS status = NFA_STATUS_FAILED; in NFA_EeAddAidRouting() local 619 tNFA_STATUS status = NFA_STATUS_FAILED; in NFA_EeRemoveAidRouting() local [all …]
|
| /system/update_engine/ |
| D | parcelable_update_engine_status.cc | 28 const UpdateEngineStatus& status) in ParcelableUpdateEngineStatus() 40 status_t status; in writeToParcel() local 81 status_t status; in readFromParcel() local
|
| D | update_status_utils.cc | 25 const char* UpdateStatusToString(const UpdateStatus& status) { in UpdateStatusToString() 55 bool StringToUpdateStatus(const std::string& s, UpdateStatus* status) { in StringToUpdateStatus()
|
| D | update_engine_client_android.cc | 87 update_engine::UpdateStatus status = in onStatusUpdate() local 170 android::status_t status = android::getService( in OnInit() local 196 Status status = service_->verifyPayloadApplicable( in OnInit() local 221 Status status = service_->applyPayload( in OnInit() local 244 int UpdateEngineClientAndroid::ExitWhenIdle(const Status& status) { in ExitWhenIdle()
|
| /system/bt/btif/src/ |
| D | btif_a2dp_audio_interface_linux.cc | 23 void btif_a2dp_audio_on_started(tBTA_AV_STATUS status) { in btif_a2dp_audio_on_started() 26 void btif_a2dp_audio_on_stopped(tBTA_AV_STATUS status) { in btif_a2dp_audio_on_stopped() 29 void btif_a2dp_audio_on_suspended(tBTA_AV_STATUS status) { in btif_a2dp_audio_on_suspended()
|
| /system/netd/server/ |
| D | NdcDispatcher.cpp | 175 Status status = mNetd->interfaceGetList(&interfaceGetList); in runCommand() local 199 Status status = mNetd->interfaceGetCfg(std::string(argv[2]), &interfaceCfgResult); in runCommand() local 240 Status status = mNetd->interfaceSetCfg(interfaceCfg); in runCommand() local 255 Status status = mNetd->interfaceSetCfg(interfaceCfg); in runCommand() local 266 Status status = mNetd->interfaceSetCfg(interfaceCfg); in runCommand() local 308 Status status = mNetd->interfaceSetIPv6PrivacyExtensions(std::string(argv[2]), enable); in runCommand() local 325 Status status = mNetd->interfaceSetEnableIPv6(std::string(argv[2]), enable); in runCommand() local 342 Status status = mNetd->interfaceSetMtu(std::string(argv[2]), mtuValue); in runCommand() local 362 Status status; in runCommand() local 415 Status status; in runCommand() local [all …]
|
| /system/apex/apexd/ |
| D | apexd_checkpoint_vold.cpp | 45 android::binder::Status status = in VoldCheckpointInterface() local 70 android::binder::Status status = in NeedsCheckpoint() local 83 android::binder::Status status = in NeedsRollback() local 95 android::binder::Status status = vold_service_->startCheckpoint(numRetries); in StartCheckpoint() local
|
| /system/bt/service/common/android/bluetooth/ |
| D | IBluetoothLowEnergyCallback.aidl | 23 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()
|
| D | bluetooth_avrcp_register_notification_response.cc | 31 status_t status = parcel->write(&data_, sizeof(data_)); in writeToParcel() local 39 status_t status = parcel->read(&data_, sizeof(data_)); in readFromParcel() local
|
| /system/nfc/src/nfc/tags/ |
| D | rw_t1t.cc | 325 tNFC_STATUS status = NFC_STATUS_FAILED; in rw_t1t_send_static_cmd() local 385 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 660 void rw_t1t_handle_presence_check_rsp(tNFC_STATUS status) { in rw_t1t_handle_presence_check_rsp() 755 tNFC_STATUS status = NFC_STATUS_FAILED; in RW_T1tRid() local 784 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 890 tNFC_STATUS status = NFC_STATUS_FAILED; in RW_T1tWriteNoErase() local 937 tNFC_STATUS status = NFC_STATUS_FAILED; in RW_T1tReadSeg() local [all …]
|
| /system/bt/test/suite/gatt/ |
| D | gatt_test.cc | 93 bluetooth::hal::BluetoothGattInterface* /* unused */, int status, in RegisterClientCallback() 108 bluetooth::hal::BluetoothGattInterface* /* unused */, int status, in RegisterServerCallback() 116 bluetooth::hal::BluetoothGattInterface* /* unused */, int status, in ServiceAddedCallback() 125 bluetooth::hal::BluetoothGattInterface* /* unused */, int status, in ServiceStoppedCallback() 134 bluetooth::hal::BluetoothGattInterface* /* unused */, int status, in ServiceDeletedCallback()
|
| /system/bt/service/client/ |
| D | main.cc | 127 void PrintOpStatus(const std::string& op, bool status) { in PrintOpStatus() 172 int32_t status, in OnGetBondedDevices() 183 Status OnBondStateChanged(int32_t status, const String16& device_address, in OnBondStateChanged() 195 int32_t status, const String16& device_address, in OnGetRemoteDeviceProperties() 229 Status OnClientRegistered(int status, int client_id) override { in OnClientRegistered() 244 Status OnConnectionState(int status, int client_id, const String16& address, in OnConnectionState() 255 Status OnMtuChanged(int status, const String16& address, int mtu) override { in OnMtuChanged() 275 Status OnAdvertiserRegistered(int status, int advertiser_id) override { in OnAdvertiserRegistered() 291 int status, bool is_start, in OnMultiAdvertiseCallback() 312 Status OnScannerRegistered(int status, int scanner_id) override { in OnScannerRegistered() [all …]
|
| /system/nfc/src/nfa/include/ |
| D | nfa_hci_api.h | 117 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/hardware/interfaces/wifi/keystore/1.0/vts/functional/ |
| D | VtsHalWifiKeystoreV1_0TargetTest.cpp | 44 int status = RUN_ALL_TESTS(); in main() local 240 auto callback = [&statusCode](IKeystore::KeystoreStatusCode status, in TEST_F() 259 auto callback = [&statusCode](IKeystore::KeystoreStatusCode status, in TEST_F() 281 auto callback = [&statusCode](IKeystore::KeystoreStatusCode status, in TEST_F() 304 auto callback = [&statusCode](IKeystore::KeystoreStatusCode status, in TEST_F() 327 IKeystore::KeystoreStatusCode statusCode; in TEST_F() 353 auto callback = [&statusCode](IKeystore::KeystoreStatusCode status, in TEST_F() 368 auto callback = [&statusCode](IKeystore::KeystoreStatusCode status, in TEST_F() 383 auto callback = [&statusCode](IKeystore::KeystoreStatusCode status, in TEST_F() 402 auto callback = [&statusCode](IKeystore::KeystoreStatusCode status, in TEST_F() [all …]
|
| /system/bt/service/ |
| D | low_energy_client.cc | 59 bt_status_t status = in Connect() local 86 bt_status_t status = in Disconnect() local 113 bt_status_t status = hal::BluetoothGattInterface::Get() in SetMtu() local 136 int conn_id, int status, int client_id, in ConnectCallback() 156 hal::BluetoothGattInterface* gatt_iface, int conn_id, int status, in DisconnectCallback() 174 hal::BluetoothGattInterface* gatt_iface, int conn_id, int status, int mtu) { in MtuChangedCallback() 229 hal::BluetoothGattInterface* gatt_iface, int status, int client_id, in RegisterClientCallback()
|
| /system/bt/bta/ag/ |
| D | bta_ag_sdp.cc | 79 static void bta_ag_sdp_cback(uint16_t status, uint8_t idx) { in bta_ag_sdp_cback() 108 void bta_ag_sdp_cback_1(uint16_t status) { bta_ag_sdp_cback(status, 1); } in bta_ag_sdp_cback_1() 109 void bta_ag_sdp_cback_2(uint16_t status) { bta_ag_sdp_cback(status, 2); } in bta_ag_sdp_cback_2() 110 void bta_ag_sdp_cback_3(uint16_t status) { bta_ag_sdp_cback(status, 3); } in bta_ag_sdp_cback_3() 111 void bta_ag_sdp_cback_4(uint16_t status) { bta_ag_sdp_cback(status, 4); } in bta_ag_sdp_cback_4() 112 void bta_ag_sdp_cback_5(uint16_t status) { bta_ag_sdp_cback(status, 5); } in bta_ag_sdp_cback_5() 113 void bta_ag_sdp_cback_6(uint16_t status) { bta_ag_sdp_cback(status, 6); } in bta_ag_sdp_cback_6()
|
| /system/bt/stack/avrc/ |
| D | avrc_pars_tg.cc | 44 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 374 tAVRC_STS status = AVRC_STS_INTERNAL_ERR; in AVRC_Ctrl_ParsCommand() local 408 tAVRC_STS status = AVRC_STS_NO_ERROR; in avrc_pars_browsing_cmd() local 534 tAVRC_STS status = AVRC_STS_INTERNAL_ERR; in AVRC_ParsCommand() local
|
| /system/nfc/src/nfa/hci/ |
| D | nfa_hci_ci.cc | 38 void nfa_nv_ci_read(uint16_t num_bytes_read, tNFA_NV_CO_STATUS status, in nfa_nv_ci_read() 66 void nfa_nv_ci_write(tNFA_NV_CO_STATUS status) { in nfa_nv_ci_write()
|
| /system/vold/binder/android/os/ |
| D | IVoldTaskListener.aidl | 23 void onStatus(int status, in PersistableBundle extras); in onStatus() 24 void onFinished(int status, in PersistableBundle extras); in onFinished()
|