/aosp12/packages/apps/ImsServiceEntitlement/tests/unittests/src/com/android/imsserviceentitlement/ts43/ |
H A D | Ts43VowifiStatusTest.java | 35 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 …]
|
/aosp12/frameworks/native/services/vr/virtual_touchpad/ |
H A D | EvdevInjector.cpp | 42 if (const int status = ioctl(fd_.get(), request, value)) { in IoctlSetInt() local 52 if (const int status = ioctl(fd_.get(), request)) { in IoctlVoid() local 73 if (const int status = RequireState(State::NEW)) { in ConfigureBegin() local 80 if (const int status = uinput_->Open()) { in ConfigureBegin() local 121 if (const int status = EnableEventType(EV_KEY)) { in ConfigureKey() local 143 if (const int status = EnableEventType(EV_ABS)) { in ConfigureAbs() local 180 if (const int status = EnableEventType(EV_REL)) { in ConfigureRel() local 232 if (const int status = RequireState(State::READY)) { in Send() local 264 if (const int status = SendAbs(ABS_MT_SLOT, slot)) { in SendMultiTouchSlot() local 274 if (const int status = SendMultiTouchSlot(slot)) { in SendMultiTouchXY() local [all …]
|
/aosp12/hardware/interfaces/wifi/supplicant/1.0/vts/functional/ |
H A D | supplicant_sta_network_hidl_test.cpp | 374 true, [](const SupplicantStatus& status) { in TEST_P() 439 set_eap_method, [](const SupplicantStatus& status) { in TEST_P() 462 set_identity, [](const SupplicantStatus& status) { in TEST_P() 510 kTestEapCert, [](const SupplicantStatus& status) { in TEST_P() 525 kTestEapCert, [](const SupplicantStatus& status) { in TEST_P() 540 kTestEapCert, [](const SupplicantStatus& status) { in TEST_P() 555 kTestEapPrivateKeyId, [](const SupplicantStatus& status) { in TEST_P() 570 kTestEapMatch, [](const SupplicantStatus& status) { in TEST_P() 615 true, [](const SupplicantStatus& status) { in TEST_P() 630 kTestEapEngineID, [](const SupplicantStatus& status) { in TEST_P() [all …]
|
/aosp12/hardware/interfaces/wifi/supplicant/1.3/vts/functional/ |
H A D | supplicant_sta_network_hidl_test.cpp | 92 kTestInvalidOcspType, [](const SupplicantStatus &status) { in TEST_P() 111 serializedEntry, [](const SupplicantStatus &status) { in TEST_P() 187 groupCipher, [](const SupplicantStatus &status) { in TEST_P() 214 pairwiseCipher, [](const SupplicantStatus &status) { in TEST_P() 241 testWapiCertSuite, [](const SupplicantStatus &status) { in TEST_P() 261 testWapiCertSuite, [](const SupplicantStatus &status) { in TEST_P() 285 sta_network_->setKeyMgmt_1_3(keyMgmt, [](const SupplicantStatus &status) { in TEST_P() 293 kTestPskPassphrase, [](const SupplicantStatus &status) { in TEST_P() 298 [&](const SupplicantStatus &status, const hidl_string &psk) { in TEST_P() 304 kTestPskHex, [](const SupplicantStatus &status) { in TEST_P() [all …]
|
/aosp12/hardware/interfaces/wifi/supplicant/1.2/vts/functional/ |
H A D | supplicant_sta_network_hidl_test.cpp | 64 [&password](const SupplicantStatus &status, std::string passwordOut) { in TEST_P() 77 passwordId, [](const SupplicantStatus &status) { in TEST_P() 96 groupMgmtCipher, [](const SupplicantStatus &status) { in TEST_P() 114 sta_network_->setKeyMgmt_1_2(keyMgmt, [](const SupplicantStatus &status) { in TEST_P() 124 [&keyMgmt](const SupplicantStatus &status, uint32_t keyMgmtOut) { in TEST_P() 143 groupCipher, [](const SupplicantStatus &status) { in TEST_P() 173 pairwiseCipher, [](const SupplicantStatus &status) { in TEST_P() 200 [](const SupplicantStatus &status) { in TEST_P() 205 [](const SupplicantStatus &status) { in TEST_P() 215 true, [](const SupplicantStatus &status) { in TEST_P() [all …]
|
/aosp12/hardware/interfaces/thermal/2.0/vts/functional/ |
H A D | VtsHalThermalV2_0TargetTest.cpp | 78 [](ThermalStatus status) { EXPECT_EQ(ThermalStatusCode::SUCCESS, status.code); }); in SetUp() 83 [](ThermalStatus status) { EXPECT_NE(ThermalStatusCode::SUCCESS, status.code); }); in SetUp() 134 [](ThermalStatus status) { EXPECT_EQ(ThermalStatusCode::SUCCESS, status.code); }); in TEST_P() 139 [](ThermalStatus status) { EXPECT_EQ(ThermalStatusCode::SUCCESS, status.code); }); in TEST_P() 142 ret = mThermal->unregisterThermalChangedCallback(nullptr, [](ThermalStatus status) { in TEST_P() 154 [](ThermalStatus status) { EXPECT_NE(ThermalStatusCode::SUCCESS, status.code); }); in TEST_P() 159 [](ThermalStatus status) { EXPECT_EQ(ThermalStatusCode::SUCCESS, status.code); }); in TEST_P() 164 [](ThermalStatus status) { EXPECT_EQ(ThermalStatusCode::SUCCESS, status.code); }); in TEST_P() 169 [](ThermalStatus status) { EXPECT_NE(ThermalStatusCode::SUCCESS, status.code); }); in TEST_P() 189 true, type, [&type](ThermalStatus status, hidl_vec<Temperature> temperatures) { in TEST_P() [all …]
|
/aosp12/frameworks/native/libs/binder/ndk/ |
H A D | status.cpp | 26 static AStatus status = AStatus(); in AStatus_newOk() local 46 AStatus* AStatus_fromStatus(binder_status_t status) { in AStatus_fromStatus() 50 bool AStatus_isOk(const AStatus* status) { in AStatus_isOk() 54 binder_exception_t AStatus_getExceptionCode(const AStatus* status) { in AStatus_getExceptionCode() 58 int32_t AStatus_getServiceSpecificError(const AStatus* status) { in AStatus_getServiceSpecificError() 62 binder_status_t AStatus_getStatus(const AStatus* status) { in AStatus_getStatus() 66 const char* AStatus_getMessage(const AStatus* status) { in AStatus_getMessage() 70 const char* AStatus_getDescription(const AStatus* status) { in AStatus_getDescription() 81 void AStatus_delete(AStatus* status) { in AStatus_delete() 87 binder_status_t PruneStatusT(status_t status) { in PruneStatusT()
|
/aosp12/frameworks/native/libs/vr/libpdx_uds/ |
H A D | ipc_helper_tests.cpp | 230 auto status = SendMsgAll(&sender_, kSocket, &msg_); in TEST_F() local 245 auto status = SendMsgAll(&sender_, kSocket, &msg_); in TEST_F() local 254 auto status = SendMsgAll(&sender_, kSocket, &msg_); in TEST_F() local 270 auto status = SendMsgAll(&sender_, kSocket, &msg_); in TEST_F() local 278 auto status = SendMsgAll(&sender_, kSocket, &msg_); in TEST_F() local 288 auto status = SendMsgAll(&sender_, kSocket, &msg_); in TEST_F() local 299 auto status = RecvMsgAll(&receiver_, kSocket, &msg_); in TEST_F() local 315 auto status = RecvMsgAll(&receiver_, kSocket, &msg_); in TEST_F() local 325 auto status = RecvMsgAll(&receiver_, kSocket, &msg_); in TEST_F() local 341 auto status = RecvMsgAll(&receiver_, kSocket, &msg_); in TEST_F() local [all …]
|
/aosp12/packages/services/Car/cpp/watchdog/server/tests/ |
H A D | WatchdogInternalHandlerTest.cpp | 263 Status status = in TEST_F() local 273 Status status = in TEST_F() local 298 Status status = in TEST_F() local 310 Status status = in TEST_F() local 323 Status status = in TEST_F() local 346 Status status = in TEST_F() local 357 Status status = in TEST_F() local 369 Status status = mWatchdogInternalHandler in TEST_F() local 380 Status status = mWatchdogInternalHandler in TEST_F() local 413 Status status = in TEST_F() local [all …]
|
H A D | WatchdogServiceHelperTest.cpp | 262 Status status = mWatchdogServiceHelper->checkIfAlive(new MockBinder(), 0, in TEST_F() local 291 Status status = mWatchdogServiceHelper->prepareProcessTermination( in TEST_F() local 309 Status status = mWatchdogServiceHelper->prepareProcessTermination( in TEST_F() local 322 Status status = mWatchdogServiceHelper->prepareProcessTermination( in TEST_F() local 345 Status status = in TEST_F() local 359 Status status = in TEST_F() local 376 Status status = in TEST_F() local 408 Status status = mWatchdogServiceHelper->latestIoOveruseStats({}); in TEST_F() local 421 Status status = mWatchdogServiceHelper->latestIoOveruseStats({}); in TEST_F() local 443 Status status = mWatchdogServiceHelper->resetResourceOveruseStats({}); in TEST_F() local [all …]
|
/aosp12/frameworks/wilhelm/src/itf/ |
H A D | IEnvironmentalReverb.cpp | 59 android::status_t status = android_erev_setParam(thiz->mEnvironmentalReverbEffect, in IEnvironmentalReverb_SetRoomLevel() local 86 android::status_t status = android_erev_getParam(thiz->mEnvironmentalReverbEffect, in IEnvironmentalReverb_GetRoomLevel() local 120 android::status_t status = android_erev_setParam(thiz->mEnvironmentalReverbEffect, in IEnvironmentalReverb_SetRoomHFLevel() local 148 android::status_t status = android_erev_getParam(thiz->mEnvironmentalReverbEffect, in IEnvironmentalReverb_GetRoomHFLevel() local 179 android::status_t status = android_erev_setParam(thiz->mEnvironmentalReverbEffect, in IEnvironmentalReverb_SetDecayTime() local 207 android::status_t status = android_erev_getParam(thiz->mEnvironmentalReverbEffect, in IEnvironmentalReverb_GetDecayTime() local 238 android::status_t status = android_erev_setParam(thiz->mEnvironmentalReverbEffect, in IEnvironmentalReverb_SetDecayHFRatio() local 266 android::status_t status = android_erev_getParam(thiz->mEnvironmentalReverbEffect, in IEnvironmentalReverb_GetDecayHFRatio() local 299 android::status_t status = android_erev_setParam(thiz->mEnvironmentalReverbEffect, in IEnvironmentalReverb_SetReflectionsLevel() local 327 android::status_t status = android_erev_getParam(thiz->mEnvironmentalReverbEffect, in IEnvironmentalReverb_GetReflectionsLevel() local [all …]
|
/aosp12/frameworks/base/core/java/android/bluetooth/ |
H A D | BluetoothGattCallback.java | 52 public void onPhyRead(BluetoothGatt gatt, int txPhy, int rxPhy, int status) { in onPhyRead() 65 public void onConnectionStateChange(BluetoothGatt gatt, int status, in onConnectionStateChange() 77 public void onServicesDiscovered(BluetoothGatt gatt, int status) { in onServicesDiscovered() 89 int status) { in onCharacteristicRead() 107 BluetoothGattCharacteristic characteristic, int status) { in onCharacteristicWrite() 130 int status) { in onDescriptorRead() 142 int status) { in onDescriptorWrite() 152 public void onReliableWriteCompleted(BluetoothGatt gatt, int status) { in onReliableWriteCompleted() 165 public void onReadRemoteRssi(BluetoothGatt gatt, int rssi, int status) { in onReadRemoteRssi() 179 public void onMtuChanged(BluetoothGatt gatt, int mtu, int status) { in onMtuChanged() [all …]
|
/aosp12/system/bt/binder/android/bluetooth/ |
H A 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() 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() 38 void onReadRemoteRssi(in String address, in int rssi, in int status); in onReadRemoteRssi() 39 void onConfigureMTU(in String address, in int mtu, in int status); in onConfigureMTU() [all …]
|
/aosp12/packages/apps/Nfc/nci/jni/extns/pn54x/src/ |
H A D | phNxpExtns.cpp | 58 NFCSTATUS status = NFCSTATUS_FAILED; in EXTNS_Init() local 112 NFCSTATUS status = NFCSTATUS_SUCCESS; in EXTNS_MfcCallBack() local 144 NFCSTATUS status = NFCSTATUS_SUCCESS; in EXTNS_MfcCheckNDef() local 175 NFCSTATUS status = NFCSTATUS_SUCCESS; in EXTNS_MfcReadNDef() local 203 NFCSTATUS status = NFCSTATUS_SUCCESS; in EXTNS_MfcPresenceCheck() local 244 NFCSTATUS status = NFCSTATUS_SUCCESS; in EXTNS_MfcSetReadOnly() local 277 NFCSTATUS status = NFCSTATUS_SUCCESS; in EXTNS_MfcWriteNDef() local 308 NFCSTATUS status = NFCSTATUS_SUCCESS; in EXTNS_MfcFormatTag() local 336 NFCSTATUS status = NFCSTATUS_SUCCESS; in EXTNS_MfcDisconnect() local 364 NFCSTATUS status = NFCSTATUS_SUCCESS; in EXTNS_MfcActivated() local [all …]
|
/aosp12/hardware/interfaces/neuralnetworks/1.3/utils/src/ |
H A D | Callbacks.cpp | 51 V1_0::ErrorStatus status, const sp<V1_0::IPreparedModel>& preparedModel) { in prepareModelCallback() 73 ErrorStatus status, const hidl_vec<bool>& supportedOperations) { in supportedOperationsCallback() 79 ErrorStatus status, const sp<IPreparedModel>& preparedModel) { in prepareModelCallback() 85 ErrorStatus status, const hidl_vec<V1_2::OutputShape>& outputShapes, in executionCallback() 98 Return<void> PreparedModelCallback::notify(V1_0::ErrorStatus status, in notify() 104 Return<void> PreparedModelCallback::notify_1_2(V1_0::ErrorStatus status, in notify_1_2() 110 Return<void> PreparedModelCallback::notify_1_3(ErrorStatus status, in notify_1_3() 126 Return<void> ExecutionCallback::notify(V1_0::ErrorStatus status) { in notify() 131 Return<void> ExecutionCallback::notify_1_2(V1_0::ErrorStatus status, in notify_1_2() 138 Return<void> ExecutionCallback::notify_1_3(ErrorStatus status, in notify_1_3()
|
/aosp12/hardware/nxp/secure_element/snxxx/libese-spi/p73/lib/ |
H A D | phNxpEseProto7816_3.cpp | 284 ESESTATUS status = ESESTATUS_FAILED; in phNxpEseProto7816_SendRawFrame() local 307 ESESTATUS status = ESESTATUS_FAILED; in phNxpEseProto7816_GetRawFrame() local 346 ESESTATUS status = ESESTATUS_SUCCESS; in phNxpEseProto7816_CheckLRC() local 379 ESESTATUS status = ESESTATUS_FAILED; in phNxpEseProto7816_SendSFrame() local 527 ESESTATUS status = ESESTATUS_FAILED; in phNxpEseProto7816_sendRframe() local 557 ESESTATUS status = ESESTATUS_FAILED; in phNxpEseProto7816_SendIframe() local 724 ESESTATUS status = ESESTATUS_FAILED; in phNxpEseProto7816_SaveIframeData() local 1446 ESESTATUS status = ESESTATUS_FAILED; in phNxpEseProto7816_ProcessResponse() local 1557 ESESTATUS status = ESESTATUS_FAILED; in TransceiveProcess() local 1682 ESESTATUS status = ESESTATUS_FAILED; in phNxpEseProto7816_Transceive() local [all …]
|
/aosp12/system/bt/service/example/heart_rate/ |
H A D | heart_rate_server.cc | 140 bool status; in Run() local 177 bool status; in SendHeartRateMeasurement() local 305 bool status; in OnServiceAdded() local 329 bool status; in OnCharacteristicReadRequest() local 345 bool status; in OnDescriptorReadRequest() local 363 bool status; in OnDescriptorReadRequest() local 381 bool status; in OnCharacteristicWriteRequest() local 394 bool status; in OnCharacteristicWriteRequest() local 406 bool status; in OnCharacteristicWriteRequest() local 457 bool status; in OnDescriptorWriteRequest() local [all …]
|
/aosp12/system/bt/binder/android/bluetooth/le/ |
H A 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()
|
/aosp12/system/core/fs_mgr/libfiemap/ |
H A D | binder.cpp | 105 auto status = manager_->deleteBackingImage(name); in DeleteBackingImage() local 121 auto status = manager_->mapImageDevice(name, timeout_ms_count, &map); in MapImageDevice() local 132 auto status = manager_->unmapImageDevice(name); in UnmapImageDevice() local 143 auto status = manager_->backingImageExists(name, &retval); in BackingImageExists() local 154 auto status = manager_->isImageMapped(name, &retval); in IsImageMapped() local 174 auto status = manager_->getAllBackingImages(&retval); in GetAllBackingImages() local 183 auto status = manager_->zeroFillNewImage(name, bytes); in ZeroFillNewImage() local 188 auto status = manager_->removeAllImages(); in RemoveAllImages() local 203 auto status = manager_->removeDisabledImages(); in RemoveDisabledImages() local 213 auto status = manager_->getMappedImageDevice(name, device); in GetMappedImageDevice() local [all …]
|
/aosp12/packages/modules/Wifi/service/java/com/android/server/wifi/aware/ |
H A D | WifiAwareNativeCallback.java | 168 public void notifyCapabilitiesResponse(short id, WifiNanStatus status, in notifyCapabilitiesResponse() 190 public void notifyCapabilitiesResponse_1_5(short id, WifiNanStatus status, in notifyCapabilitiesResponse_1_5() 241 public void notifyEnableResponse(short id, WifiNanStatus status) { in notifyEnableResponse() 257 public void notifyConfigResponse(short id, WifiNanStatus status) { in notifyConfigResponse() 268 public void notifyDisableResponse(short id, WifiNanStatus status) { in notifyDisableResponse() 295 public void notifyStopPublishResponse(short id, WifiNanStatus status) { in notifyStopPublishResponse() 323 public void notifyStopSubscribeResponse(short id, WifiNanStatus status) { in notifyStopSubscribeResponse() 374 public void notifyInitiateDataPathResponse(short id, WifiNanStatus status, in notifyInitiateDataPathResponse() 432 public void eventDisabled(WifiNanStatus status) { in eventDisabled() 510 public void eventTransmitFollowup(short id, WifiNanStatus status) { in eventTransmitFollowup() [all …]
|
/aosp12/hardware/nxp/secure_element/pn8x/libese-spi/p73/lib/ |
H A D | phNxpEseProto7816_3.cpp | 64 ESESTATUS status = ESESTATUS_FAILED; in phNxpEseProto7816_SendRawFrame() local 87 ESESTATUS status = ESESTATUS_FAILED; in phNxpEseProto7816_GetRawFrame() local 126 ESESTATUS status = ESESTATUS_SUCCESS; in phNxpEseProto7816_CheckLRC() local 154 ESESTATUS status = ESESTATUS_FAILED; in phNxpEseProto7816_SendSFrame() local 242 ESESTATUS status = ESESTATUS_FAILED; in phNxpEseProto7816_sendRframe() local 272 ESESTATUS status = ESESTATUS_FAILED; in phNxpEseProto7816_SendIframe() local 418 ESESTATUS status = ESESTATUS_FAILED; in phNxpEseProro7816_SaveIframeData() local 893 ESESTATUS status = ESESTATUS_FAILED; in phNxpEseProto7816_ProcessResponse() local 991 ESESTATUS status = ESESTATUS_FAILED; in TransceiveProcess() local 1063 ESESTATUS status = ESESTATUS_FAILED; in phNxpEseProto7816_Transceive() local [all …]
|
/aosp12/hardware/st/secure_element/1.2/ |
H A D | SecureElement.cpp | 51 ESESTATUS status = ESESTATUS_SUCCESS; in init() local 81 ESESTATUS status = ESESTATUS_SUCCESS; in init_1_1() local 128 ESESTATUS status = ESESTATUS_FAILED; in transmit() local 168 ESESTATUS status = seHalInit(); in openLogicalChannel() local 178 ESESTATUS status = ESESTATUS_FAILED; in openLogicalChannel() local 306 ESESTATUS status = seHalInit(); in openBasicChannel() local 316 ESESTATUS status = ESESTATUS_FAILED; in openBasicChannel() local 389 ESESTATUS status = ESESTATUS_FAILED; in closeChannel() local 464 ESESTATUS status = ESESTATUS_SUCCESS; in seHalInit() local 480 ESESTATUS status = seHalInit(); in seHalResetSe() local [all …]
|
/aosp12/system/bt/gd/os/android/ |
H A D | wakelock_native_test.cc | 148 ScopedAStatus status = in SetUp() local 172 auto status = WakelockNative::Get().Acquire(kTestWakelockName); in TEST_F() local 179 auto status = WakelockNative::Get().Release(kTestWakelockName); in TEST_F() local 190 auto status = WakelockNative::Get().Acquire(kTestWakelockName); in TEST_F() local 197 auto status = WakelockNative::Get().Acquire(kTestWakelockName); in TEST_F() local 204 auto status = WakelockNative::Get().Release(kTestWakelockName); in TEST_F() local 215 auto status = WakelockNative::Get().Acquire(kTestWakelockName); in TEST_F() local 222 auto status = WakelockNative::Get().Release(kTestWakelockName); in TEST_F() local 229 auto status = WakelockNative::Get().Release(kTestWakelockName); in TEST_F() local 241 auto status = WakelockNative::Get().Acquire(kTestWakelockName); in TEST_F() local [all …]
|
/aosp12/frameworks/av/media/libaaudio/src/binding/ |
H A D | AAudioBinderAdapter.cpp | 37 Status status = mDelegate->openStream(request.parcelable(), in openStream() local 49 Status status = mDelegate->closeStream(streamHandle, &result); in closeStream() local 60 Status status = mDelegate->getStreamDescription(streamHandle, in getStreamDescription() local 72 Status status = mDelegate->startStream(streamHandle, &result); in startStream() local 81 Status status = mDelegate->pauseStream(streamHandle, &result); in pauseStream() local 90 Status status = mDelegate->stopStream(streamHandle, &result); in stopStream() local 99 Status status = mDelegate->flushStream(streamHandle, &result); in flushStream() local 110 …Status status = mDelegate->registerAudioThread(streamHandle, clientThreadId, periodNanoseconds, &r… in registerAudioThread() local 120 Status status = mDelegate->unregisterAudioThread(streamHandle, clientThreadId, &result); in unregisterAudioThread() local
|
/aosp12/hardware/interfaces/drm/1.1/vts/functional/ |
H A D | drm_hal_clearkey_test.cpp | 43 [&sessionId](Status status, const SessionId& id) { in openSession() 128 [&](Status status, const hidl_vec<uint8_t>& myKeySetId) { in loadKeys() 219 [&](Status status, uint32_t currentSessions, in TEST_P() 236 [&](Status status, uint32_t currentSessions, in TEST_P() 248 [&](Status status, uint32_t currentSessions, in TEST_P() 257 [&](Status status, uint32_t currentSessions, in TEST_P() 278 [&](Status status, SecurityLevel level) { in TEST_P() 287 [&](Status status, SecurityLevel level) { in TEST_P() 302 [&](Status status, SecurityLevel level) { in TEST_P() 317 [&](Status status, SecurityLevel /*level*/) { in TEST_P() [all …]
|