Home
last modified time | relevance | path

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

12345678910>>...65

/packages/apps/ImsServiceEntitlement/tests/unittests/src/com/android/imsserviceentitlement/ts43/
DTs43VowifiStatusTest.java35 Ts43VowifiStatus status = in ts43VowifiStatus_vowifiAvailable_vowifiEntitled() local
51 Ts43VowifiStatus status = in ts43VowifiStatus_addressNotRequired_vowifiEntitled() local
67 Ts43VowifiStatus status = in ts43VowifiStatus_tcStatusNotRequired_vowifiEntitled() local
83 Ts43VowifiStatus status = in ts43VowifiStatus_provisionNotRequired_vowifiEntitled() local
99 Ts43VowifiStatus status = in ts43VowifiStatus_addressNotAvailable_serverDataMissing() local
115 Ts43VowifiStatus status = in ts43VowifiStatus_tcStatusAvailable_serverDataMissing() local
131 Ts43VowifiStatus status = in ts43VowifiStatus_entitlementStatusProvisioning_inProgress() local
147 Ts43VowifiStatus status = in ts43VowifiStatus_addressInProgress_inProgress() local
163 Ts43VowifiStatus status = in ts43VowifiStatus_tcStatusInProgress_inProgress() local
179 Ts43VowifiStatus status = in ts43VowifiStatus_provStatusNotProvisioned_inProgress() local
[all …]
/packages/modules/Nfc/libnfc-nci/tests/src/
Dnfa_ee_api_test.cc38 tNFA_STATUS status = NFA_EeDiscover(p_ee_cback); in TEST_F() local
45 tNFA_STATUS status = NFA_EeDiscover(p_ee_cback); in TEST_F() local
59 tNFA_STATUS status = NFA_EeDiscover(mock_callback); in TEST_F() local
67 tNFA_STATUS status = NFA_EeGetInfo(nullptr, nullptr); in TEST_F() local
76 tNFA_STATUS status = NFA_EeGetInfo(&nfa_hci_cb.num_nfcee, nfa_hci_cb.ee_info); in TEST_F() local
88 tNFA_STATUS status = NFA_EeGetInfo(&nfa_hci_cb.num_nfcee, nfa_hci_cb.ee_info); in TEST_F() local
97 tNFA_STATUS status = NFA_EeRegister(nullptr); in TEST_F() local
109 tNFA_STATUS status = NFA_EeRegister(mock_callback); in TEST_F() local
127 tNFA_STATUS status = NFA_EeDeregister(mock_callback); in TEST_F() local
140 tNFA_STATUS status = NFA_EeModeSet(0xff, NFA_EE_MD_ACTIVATE); in TEST_F() local
[all …]
Dnfa_rw_api_test.cc31 tNFA_STATUS status = NFA_RwDetectNDef(); in TEST_F() local
42 tNFA_STATUS status = NFA_RwFormatTag(); in TEST_F() local
58 tNFA_STATUS status = NFA_RwI93GetMultiBlockSecurityStatus(0x01, 0X10); in TEST_F() local
71 tNFA_STATUS status = NFA_RwI93GetMultiBlockSecurityStatus(0x01,0x10); in TEST_F() local
86 tNFA_STATUS status = NFA_RwI93GetMultiBlockSecurityStatus(first_block_number, number_blocks); in TEST_F() local
101 tNFA_STATUS status = NFA_RwI93GetSysInfo(p_uid); in TEST_F() local
111 tNFA_STATUS status = NFA_RwI93GetSysInfo(p_uid); in TEST_F() local
122 tNFA_STATUS status = NFA_RwI93GetSysInfo(p_uid); in TEST_F() local
137 tNFA_STATUS status = NFA_RwI93Inventory(true,afi,p_uid); in TEST_F() local
149 tNFA_STATUS status = NFA_RwI93Inventory(true, 0x01, p_uid); in TEST_F() local
[all …]
/packages/modules/AdServices/adservices/tests/unittest/service-core/measurement/src/com/android/adservices/service/measurement/reporting/
DAggregateReportingJobHandlerTest.java253 ReportingStatus status = new ReportingStatus(); in testSendReportForPendingReportSuccess() local
256 aggregateReport.getId(), AggregateCryptoFixture.getKey(), status); in testSendReportForPendingReportSuccess() local
312 ReportingStatus status = new ReportingStatus(); in testSendReportSuccess_reinstallAttributionEnabled_persistsAppReportHistory() local
315 aggregateReport.getId(), AggregateCryptoFixture.getKey(), status); in testSendReportSuccess_reinstallAttributionEnabled_persistsAppReportHistory() local
372 ReportingStatus status = new ReportingStatus(); in testSendReportSuccess_reinstallAttributionEnabled_skipNullAggregateReport() local
375 aggregateReport.getId(), AggregateCryptoFixture.getKey(), status); in testSendReportSuccess_reinstallAttributionEnabled_skipNullAggregateReport() local
430 ReportingStatus status = new ReportingStatus(); in testSendReportSuccess_reinstallAttributionDisabled_doesNotPersistsAppReportHistory() local
433 aggregateReport.getId(), AggregateCryptoFixture.getKey(), status); in testSendReportSuccess_reinstallAttributionDisabled_doesNotPersistsAppReportHistory() local
482 ReportingStatus status = new ReportingStatus(); in testSendReportFailed_uninstallEnabled_deleteReport() local
485 aggregateReport.getId(), AggregateCryptoFixture.getKey(), status); in testSendReportFailed_uninstallEnabled_deleteReport() local
[all …]
/packages/services/Car/cpp/evs/manager/aidl/wrappers/src/
DHidlCamera.cpp57 if (auto status = mAidlCamera->getCameraInfo(&aidlDesc); !status.isOk()) { in getCameraInfo() local
74 auto status = mAidlCamera->setMaxFramesInFlight(static_cast<int32_t>(bufferCount)); in setMaxFramesInFlight() local
97 if (auto status = mAidlCamera->startVideoStream(mAidlStream); !status.isOk()) { in startVideoStream() local
119 if (auto status = mAidlCamera->doneWithFrame(std::move(buffersToReturn)); !status.isOk()) { in doneWithFrame() local
163 auto status = mAidlCamera->setExtendedInfo(static_cast<int32_t>(opaqueIdentifier), value); in setExtendedInfo() local
179 if (auto status = mAidlCamera->getCameraInfo(&aidlDesc); !status.isOk()) { in getCameraInfo_1_1() local
199 if (auto status = mAidlCamera->getPhysicalCameraInfo(deviceId, &aidlDesc); !status.isOk()) { in getPhysicalCameraInfo() local
228 if (auto status = mAidlCamera->doneWithFrame(std::move(buffersToReturn)); !status.isOk()) { in doneWithFrame_1_1() local
242 if (auto status = mAidlCamera->setPrimaryClient(); !status.isOk()) { in setMaster() local
262 auto status = mAidlCamera->forcePrimaryClient(::ndk::SharedRefBase::make<AidlDisplay>(display)); in forceMaster() local
[all …]
DHidlEnumerator.cpp57 if (auto status = mEnumerator->getCameraList(&aidlCameras); !status.isOk()) { in getCameraList() local
82 auto status = mEnumerator->openCamera(cameraId, {}, &aidlCamera); in openCamera() local
122 if (auto status = mEnumerator->getDisplayIdList(&mAidlDisplayIds); in openDisplay() local
131 if (auto status = mEnumerator->openDisplay(displayId, &aidlDisplay); !status.isOk()) { in openDisplay() local
170 if (auto status = mEnumerator->getDisplayState(&aidlState); !status.isOk()) { in getDisplayState() local
186 if (auto status = mEnumerator->getCameraList(&aidlCameras); !status.isOk()) { in getCameraList_1_1() local
212 if (auto status = mEnumerator->openCamera(cameraId, cfg, &aidlCamera); !status.isOk()) { in openCamera_1_1() local
234 if (auto status = mEnumerator->getDisplayIdList(&mAidlDisplayIds); !status.isOk()) { in getDisplayIdList() local
251 auto status = mEnumerator->openDisplay(id, &aidlDisplay); in openDisplay_1_1() local
DHidlDisplay.cpp52 if (auto status = mAidlDisplay->getDisplayInfo(&aidlDesc); !status.isOk()) { in getDisplayInfo() local
72 if (auto status = mAidlDisplay->setDisplayState(Utils::makeFromHidl(state)); !status.isOk()) { in setDisplayState() local
85 if (auto status = mAidlDisplay->getDisplayState(&aidlState); !status.isOk()) { in getDisplayState() local
100 auto status = mAidlDisplay->getTargetBuffer(&aidlBuffer); in getTargetBuffer() local
126 auto status = mAidlDisplay->returnTargetBufferForDisplay(std::move(mHeldBuffer)); in returnTargetBufferForDisplay() local
146 if (auto status = mAidlDisplay->getDisplayInfo(&aidlDesc); !status.isOk()) { in getDisplayInfo_1_1() local
/packages/modules/Bluetooth/framework/java/android/bluetooth/
DBluetoothGattCallback.java36 public void onPhyUpdate(BluetoothGatt gatt, int txPhy, int rxPhy, int status) {} in onPhyUpdate()
49 public void onPhyRead(BluetoothGatt gatt, int txPhy, int rxPhy, int status) {} in onPhyRead()
60 public void onConnectionStateChange(BluetoothGatt gatt, int status, int newState) {} in onConnectionStateChange()
70 public void onServicesDiscovered(BluetoothGatt gatt, int status) {} in onServicesDiscovered()
85 BluetoothGatt gatt, BluetoothGattCharacteristic characteristic, int status) {} in onCharacteristicRead()
101 int status) { in onCharacteristicRead()
120 BluetoothGatt gatt, BluetoothGattCharacteristic characteristic, int status) {} in onCharacteristicWrite()
166 BluetoothGatt gatt, BluetoothGattDescriptor descriptor, int status) {} in onDescriptorRead()
180 int status, in onDescriptorRead()
194 BluetoothGatt gatt, BluetoothGattDescriptor descriptor, int status) {} in onDescriptorWrite()
[all …]
/packages/modules/Nfc/NfcNci/tests/unit/src/com/android/nfc/
DNfcShellCommandTest.java99 int status = mNfcShellCommand.onCommand("status"); in testOnCommandStatus() local
108 int status = mNfcShellCommand.onCommand("disable-nfc"); in testOnCommandDisableNfc() local
118 int status = mNfcShellCommand.onCommand("enable-nfc"); in testOnCommandEnableNfc() local
131 int status = mNfcShellCommand.onCommand("set-reader-mode"); in testOnCommandSetReaderMode() local
144 int status = mNfcShellCommand.onCommand("set-observe-mode"); in testOnCommandSetObserveMode() local
157 int status = mNfcShellCommand.onCommand("set-controller-always-on"); in testOnCommandSetControllerAlwaysOn() local
170 int status = mNfcShellCommand.onCommand("set-discovery-tech"); in testOnCommandSetDiscoveryTech() local
185 int status = mNfcShellCommand.onCommand("configure-dta"); in testOnCommandConfigureDta() local
204 int status = mNfcShellCommand.onCommand("set-offhost-se"); in testOnCommandSetOffHostSe() local
222 int status = mNfcShellCommand.onCommand("reset-offhost-se"); in testOnCommandResetOffHostSe() local
[all …]
/packages/modules/Bluetooth/android/app/aidl/android/bluetooth/
DIBluetoothGattCallback.aidl26 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 byte[] value); 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 byte[] value); in onDescriptorWrite()
[all …]
/packages/services/Car/cpp/car_binder_lib/largeParcelable/
DLargeParcelableBase.cpp70 if (binder_status_t status = AParcel_readInt32(in, &totalPayloadSize); status != STATUS_OK) { in readFromParcel() local
74 if (binder_status_t status = deserialize(*in); status != STATUS_OK) { in readFromParcel() local
80 if (binder_status_t status = AParcel_readNullableParcelFileDescriptor(in, &descriptor); in readFromParcel() local
89 if (binder_status_t status = deserializeSharedMemoryAndClose(std::move(memoryFd)); in readFromParcel() local
104 if (binder_status_t status = serializeMemoryFdOrPayload(parcel, nullptr); status != STATUS_OK) { in prepareSharedMemory() local
115 binder_status_t status; in prepareSharedMemory() local
132 if (binder_status_t status = prepareSharedMemory(dest); status != STATUS_OK) { in writeToParcel() local
141 if (binder_status_t status = serializeMemoryFdOrPayload(dest, sharedMemory); in writeToParcel() local
164 if (binder_status_t status = copyFromSharedMemory(sharedMemory, parcel.get()); in deserializeSharedMemoryAndClose() local
169 if (binder_status_t status = AParcel_readInt32(parcel.get(), &payloadSize); in deserializeSharedMemoryAndClose() local
[all …]
/packages/modules/Wifi/service/java/com/android/server/wifi/
DSupplicantStaNetworkHalHidlImpl.java1399 mISupplicantStaNetwork.getId((SupplicantStatus status, int idValue) -> { in getId()
1429 SupplicantStatus status = mISupplicantStaNetwork.registerCallback(callback); in registerCallback() local
1448 android.hardware.wifi.supplicant.V1_4.SupplicantStatus status = in registerCallback_1_4() local
1464 SupplicantStatus status = mISupplicantStaNetwork.setSsid(ssid); in setSsid() local
1496 SupplicantStatus status = mISupplicantStaNetwork.setBssid(bssid); in setBssid() local
1511 SupplicantStatus status = mISupplicantStaNetwork.setScanSsid(enable); in setScanSsid() local
1526 SupplicantStatus status; in setKeyMgmt() local
1560 SupplicantStatus status; in setProto() local
1585 SupplicantStatus status; in setAuthAlg() local
1627 SupplicantStatus status; in setGroupCipher() local
[all …]
/packages/modules/Wifi/service/java/com/android/server/wifi/hal/
DWifiNanIfaceCallbackAidlImpl.java100 public void notifyCapabilitiesResponse(char id, NanStatus status, in notifyCapabilitiesResponse()
119 public void notifyEnableResponse(char id, NanStatus status) { in notifyEnableResponse()
133 public void notifyConfigResponse(char id, NanStatus status) { in notifyConfigResponse()
143 public void notifyDisableResponse(char id, NanStatus status) { in notifyDisableResponse()
158 public void notifyStartPublishResponse(char id, NanStatus status, byte publishId) { in notifyStartPublishResponse()
169 public void notifyStopPublishResponse(char id, NanStatus status) { in notifyStopPublishResponse()
184 public void notifyStartSubscribeResponse(char id, NanStatus status, byte subscribeId) { in notifyStartSubscribeResponse()
195 public void notifyStopSubscribeResponse(char id, NanStatus status) { in notifyStopSubscribeResponse()
211 public void notifyTransmitFollowupResponse(char id, NanStatus status) { in notifyTransmitFollowupResponse()
222 public void notifyCreateDataInterfaceResponse(char id, NanStatus status) { in notifyCreateDataInterfaceResponse()
[all …]
DWifiNanIfaceCallbackHidlImpl.java69 public void notifyCapabilitiesResponse(short id, WifiNanStatus status, in notifyCapabilitiesResponse()
88 public void notifyCapabilitiesResponse_1_5(short id, WifiNanStatus status, in notifyCapabilitiesResponse_1_5()
109 public void notifyCapabilitiesResponse_1_6(short id, WifiNanStatus status, in notifyCapabilitiesResponse_1_6()
128 public void notifyEnableResponse(short id, WifiNanStatus status) { in notifyEnableResponse()
142 public void notifyConfigResponse(short id, WifiNanStatus status) { in notifyConfigResponse()
152 public void notifyDisableResponse(short id, WifiNanStatus status) { in notifyDisableResponse()
167 public void notifyStartPublishResponse(short id, WifiNanStatus status, byte publishId) { in notifyStartPublishResponse()
178 public void notifyStopPublishResponse(short id, WifiNanStatus status) { in notifyStopPublishResponse()
193 public void notifyStartSubscribeResponse(short id, WifiNanStatus status, byte subscribeId) { in notifyStartSubscribeResponse()
204 public void notifyStopSubscribeResponse(short id, WifiNanStatus status) { in notifyStopSubscribeResponse()
[all …]
/packages/modules/Bluetooth/android/app/aidl/android/bluetooth/le/
DIAdvertisingSetCallback.aidl23 …rtisingSetStarted(in IBinder advertiseBinder, 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()
/packages/modules/Bluetooth/system/gd/os/android/
Dwakelock_native_test.cc142 ScopedAStatus status = control_service_->registerCallback(suspend_callback, &is_registered); in SetUp() local
151 ScopedAStatus status = control_service_->registerWakelockCallback( in SetUp() local
175 auto status = WakelockNative::Get().Acquire(kTestWakelockName); in TEST_F() local
182 auto status = WakelockNative::Get().Release(kTestWakelockName); in TEST_F() local
193 auto status = WakelockNative::Get().Acquire(kTestWakelockName); in TEST_F() local
200 auto status = WakelockNative::Get().Acquire(kTestWakelockName); in TEST_F() local
207 auto status = WakelockNative::Get().Release(kTestWakelockName); in TEST_F() local
218 auto status = WakelockNative::Get().Acquire(kTestWakelockName); in TEST_F() local
225 auto status = WakelockNative::Get().Release(kTestWakelockName); in TEST_F() local
232 auto status = WakelockNative::Get().Release(kTestWakelockName); in TEST_F() local
[all …]
/packages/services/Car/car-builtin-lib/src/android/car/builtin/bluetooth/le/
DAdvertisingSetCallbackHelper.java50 int status) { in onAdvertisingSetStarted()
71 int status) { in onAdvertisingEnabled()
81 public void onAdvertisingDataSet(AdvertisingSet advertisingSet, int status) { in onAdvertisingDataSet()
91 public void onScanResponseDataSet(AdvertisingSet advertisingSet, int status) { in onScanResponseDataSet()
103 int txPower, int status) { in onAdvertisingParametersUpdated()
114 int status) { in onPeriodicAdvertisingParametersUpdated()
125 int status) { in onPeriodicAdvertisingDataSet()
136 int status) { in onPeriodicAdvertisingEnabled()
/packages/modules/Bluetooth/framework/java/android/bluetooth/le/
DAdvertisingSetCallback.java50 public void onAdvertisingSetStarted(AdvertisingSet advertisingSet, int txPower, int status) {} in onAdvertisingSetStarted()
68 public void onAdvertisingEnabled(AdvertisingSet advertisingSet, boolean enable, int status) {} in onAdvertisingEnabled()
77 public void onAdvertisingDataSet(AdvertisingSet advertisingSet, int status) {} in onAdvertisingDataSet()
86 public void onScanResponseDataSet(AdvertisingSet advertisingSet, int status) {} in onScanResponseDataSet()
97 AdvertisingSet advertisingSet, int txPower, int status) {} in onAdvertisingParametersUpdated()
106 public void onPeriodicAdvertisingParametersUpdated(AdvertisingSet advertisingSet, int status) {} in onPeriodicAdvertisingParametersUpdated()
115 public void onPeriodicAdvertisingDataSet(AdvertisingSet advertisingSet, int status) {} in onPeriodicAdvertisingDataSet()
125 AdvertisingSet advertisingSet, boolean enable, int status) {} in onPeriodicAdvertisingEnabled()
/packages/modules/Nfc/libnfc-nci/src/nfa/ee/
Dnfa_ee_api.cc56 tNFA_STATUS status = NFA_STATUS_FAILED; in NFA_EeDiscover() local
230 tNFA_STATUS status = NFA_STATUS_FAILED; in NFA_EeRegister() local
270 tNFA_STATUS status = NFA_STATUS_INVALID_PARAM; in NFA_EeDeregister() local
319 tNFA_STATUS status = NFA_STATUS_FAILED; in NFA_EeModeSet() local
388 tNFA_STATUS status = NFA_STATUS_FAILED; in NFA_EeSetDefaultTechRouting() local
454 tNFA_STATUS status = NFA_STATUS_FAILED; in NFA_EeClearDefaultTechRouting() local
527 tNFA_STATUS status = NFA_STATUS_FAILED; in NFA_EeSetDefaultProtoRouting() local
592 tNFA_STATUS status = NFA_STATUS_FAILED; in NFA_EeClearDefaultProtoRouting() local
660 tNFA_STATUS status = NFA_STATUS_FAILED; in NFA_EeAddAidRouting() local
734 tNFA_STATUS status = NFA_STATUS_FAILED; in NFA_EeRemoveAidRouting() local
[all …]
/packages/services/Car/cpp/watchdog/server/tests/
DWatchdogInternalHandlerTest.cpp271 auto status = mWatchdogInternalHandler->registerCarWatchdogService(service); in TEST_F() local
307 auto status = mWatchdogInternalHandler->unregisterCarWatchdogService(service); in TEST_F() local
344 auto status = mWatchdogInternalHandler->registerMonitor(monitor); in TEST_F() local
366 auto status = mWatchdogInternalHandler->unregisterMonitor(monitor); in TEST_F() local
393 auto status = mWatchdogInternalHandler->tellCarWatchdogServiceAlive(service, in TEST_F() local
408 auto status = mWatchdogInternalHandler->tellCarWatchdogServiceAlive(service, in TEST_F() local
427 auto status = mWatchdogInternalHandler->tellDumpFinished(monitor, processIdentifiers); in TEST_F() local
450 auto status = in TEST_F() local
465 auto status = mWatchdogInternalHandler in TEST_F() local
479 auto status = in TEST_F() local
[all …]
/packages/services/Car/cpp/watchdog/stable_server/tests/
DWatchdogInternalHandlerTest.cpp271 auto status = mWatchdogInternalHandler->registerCarWatchdogService(service); in TEST_F() local
307 auto status = mWatchdogInternalHandler->unregisterCarWatchdogService(service); in TEST_F() local
344 auto status = mWatchdogInternalHandler->registerMonitor(monitor); in TEST_F() local
366 auto status = mWatchdogInternalHandler->unregisterMonitor(monitor); in TEST_F() local
393 auto status = mWatchdogInternalHandler->tellCarWatchdogServiceAlive(service, in TEST_F() local
408 auto status = mWatchdogInternalHandler->tellCarWatchdogServiceAlive(service, in TEST_F() local
427 auto status = mWatchdogInternalHandler->tellDumpFinished(monitor, processIdentifiers); in TEST_F() local
450 auto status = in TEST_F() local
465 auto status = mWatchdogInternalHandler in TEST_F() local
479 auto status = in TEST_F() local
[all …]
/packages/modules/Bluetooth/tools/rootcanal/model/controller/
Ddual_mode_controller.cc318 ErrorCode status = link_layer_controller_.HasAclConnection(connection_handle) in ReadFailedContactCounter() local
337 ErrorCode status = link_layer_controller_.HasAclConnection(connection_handle) in ResetFailedContactCounter() local
355 ErrorCode status = link_layer_controller_.ReadRssi(connection_handle, &rssi); in ReadRssi() local
406 auto status = link_layer_controller_.SendCommandToRemoteByHandle( in ReadRemoteVersionInformation() local
477 auto status = link_layer_controller_.SendCommandToRemoteByHandle( in ReadRemoteExtendedFeatures() local
493 auto status = link_layer_controller_.SwitchRole(command_view.GetBdAddr(), command_view.GetRole()); in SwitchRole() local
505 auto status = link_layer_controller_.SendCommandToRemoteByHandle( in ReadRemoteSupportedFeatures() local
522 auto status = link_layer_controller_.SendCommandToRemoteByHandle(OpCode::READ_CLOCK_OFFSET, in ReadClockOffset() local
538 auto status = link_layer_controller_.AddScoConnection( in AddScoConnection() local
552 auto status = link_layer_controller_.SetupSynchronousConnection( in SetupSynchronousConnection() local
[all …]
/packages/modules/Wifi/service/java/com/android/server/wifi/aware/
DWifiAwareNativeCallback.java170 public void notifyEnableResponse(short id, int status) { in notifyEnableResponse()
180 public void notifyConfigResponse(short id, int status) { in notifyConfigResponse()
189 public void notifyDisableResponse(short id, int status) { in notifyDisableResponse()
194 public void notifyStartPublishResponse(short id, int status, byte publishId) { in notifyStartPublishResponse()
203 public void notifyStartSubscribeResponse(short id, int status, byte subscribeId) { in notifyStartSubscribeResponse()
212 public void notifyTransmitFollowupResponse(short id, int status) { in notifyTransmitFollowupResponse()
221 public void notifyCreateDataInterfaceResponse(short id, int status) { in notifyCreateDataInterfaceResponse()
227 public void notifyDeleteDataInterfaceResponse(short id, int status) { in notifyDeleteDataInterfaceResponse()
233 public void notifyInitiateDataPathResponse(short id, int status, in notifyInitiateDataPathResponse()
243 public void notifyRespondToDataPathIndicationResponse(short id, int status) { in notifyRespondToDataPathIndicationResponse()
[all …]
/packages/services/Car/cpp/watchdog/stable_server/src/
DWatchdogInternalHandler.cpp237 if (auto status = checkSystemUser(/*methodName=*/"registerCarWatchdogService"); in registerCarWatchdogService() local
250 auto status = mWatchdogServiceHelper->registerService(service); in registerCarWatchdogService() local
259 if (auto status = checkSystemUser(/*methodName=*/"unregisterCarWatchdogService"); in unregisterCarWatchdogService() local
271 if (auto status = checkSystemUser(/*methodName=*/"registerMonitor"); !status.isOk()) { in registerMonitor() local
282 if (auto status = checkSystemUser(/*methodName=*/"unregisterMonitor"); !status.isOk()) { in unregisterMonitor() local
294 if (auto status = checkSystemUser(/*methodName=*/"tellCarWatchdogServiceAlive"); in tellCarWatchdogServiceAlive() local
308 if (auto status = checkSystemUser(/*methodName=*/"tellDumpFinished"); !status.isOk()) { in tellDumpFinished() local
319 if (auto status = checkSystemUser(/*methodName=*/"notifySystemStateChange"); !status.isOk()) { in notifySystemStateChange() local
421 if (auto status = checkSystemUser(/*methodName=*/"updateResourceOveruseConfigurations"); in updateResourceOveruseConfigurations() local
436 if (auto status = checkSystemUser(/*methodName=*/"getResourceOveruseConfigurations"); in getResourceOveruseConfigurations() local
[all …]
/packages/services/Car/cpp/watchdog/server/src/
DWatchdogInternalHandler.cpp237 if (auto status = checkSystemUser(/*methodName=*/"registerCarWatchdogService"); in registerCarWatchdogService() local
250 auto status = mWatchdogServiceHelper->registerService(service); in registerCarWatchdogService() local
259 if (auto status = checkSystemUser(/*methodName=*/"unregisterCarWatchdogService"); in unregisterCarWatchdogService() local
271 if (auto status = checkSystemUser(/*methodName=*/"registerMonitor"); !status.isOk()) { in registerMonitor() local
282 if (auto status = checkSystemUser(/*methodName=*/"unregisterMonitor"); !status.isOk()) { in unregisterMonitor() local
294 if (auto status = checkSystemUser(/*methodName=*/"tellCarWatchdogServiceAlive"); in tellCarWatchdogServiceAlive() local
308 if (auto status = checkSystemUser(/*methodName=*/"tellDumpFinished"); !status.isOk()) { in tellDumpFinished() local
319 if (auto status = checkSystemUser(/*methodName=*/"notifySystemStateChange"); !status.isOk()) { in notifySystemStateChange() local
421 if (auto status = checkSystemUser(/*methodName=*/"updateResourceOveruseConfigurations"); in updateResourceOveruseConfigurations() local
436 if (auto status = checkSystemUser(/*methodName=*/"getResourceOveruseConfigurations"); in getResourceOveruseConfigurations() local
[all …]

12345678910>>...65