/hardware/qcom/sm8150/data/ipacfg-mgr/hal/src/ |
D | IpaEventRelay.cpp | 56 void IpaEventRelay::onOffloadStopped(StoppedReason reason) { in onOffloadStopped() argument 57 ALOGI("onOffloadStopped(%d)", reason); in onOffloadStopped() 58 if( reason == StoppedReason::REQUESTED ) { in onOffloadStopped() 65 else if ( reason == StoppedReason::ERROR ) { in onOffloadStopped() 71 else if ( reason == StoppedReason::UNSUPPORTED ) { in onOffloadStopped() 78 ALOGE("Unknown stopped reason(%d)", reason); in onOffloadStopped()
|
/hardware/google/pixel/recovery/ |
D | recovery_watch_ui.cpp | 40 bool ProvisionSilentOtaFlag(const std::string& reason) { in ProvisionSilentOtaFlag() argument 41 if (android::base::StartsWith(reason, MiscWriter::kSotaFlag)) { in ProvisionSilentOtaFlag() 76 auto reason = GetReason(); in PostWipeData() local 77 CHECK(reason.has_value()); in PostWipeData() 78 if (!ProvisionSilentOtaFlag(reason.value())) { in PostWipeData()
|
D | recovery_ui.cpp | 104 bool ProvisionSilentOtaFlag(const std::string& reason) { in ProvisionSilentOtaFlag() argument 105 if (android::base::StartsWith(reason, MiscWriter::kSotaFlag)) { in ProvisionSilentOtaFlag() 153 auto reason = GetReason(); in PostWipeData() local 154 CHECK(reason.has_value()); in PostWipeData() 155 if (!ProvisionSilentOtaFlag(reason.value())) { in PostWipeData()
|
/hardware/interfaces/bluetooth/ranging/aidl/android/hardware/bluetooth/ranging/ |
D | IBluetoothChannelSoundingSessionCallback.aidl | 31 void onOpened(Reason reason); in onOpened() argument 35 void onOpenFailed(Reason reason); in onOpenFailed() argument 43 void onClose(Reason reason); in onClose() argument 47 void onCloseFailed(Reason reason); in onCloseFailed() argument
|
/hardware/interfaces/bluetooth/ranging/aidl/aidl_api/android.hardware.bluetooth.ranging/1/android/hardware/bluetooth/ranging/ |
D | IBluetoothChannelSoundingSessionCallback.aidl | 37 void onOpened(android.hardware.bluetooth.ranging.Reason reason); in onOpened() argument 38 void onOpenFailed(android.hardware.bluetooth.ranging.Reason reason); in onOpenFailed() argument 40 void onClose(android.hardware.bluetooth.ranging.Reason reason); in onClose() argument 41 void onCloseFailed(android.hardware.bluetooth.ranging.Reason reason); in onCloseFailed() argument
|
/hardware/interfaces/bluetooth/ranging/aidl/aidl_api/android.hardware.bluetooth.ranging/current/android/hardware/bluetooth/ranging/ |
D | IBluetoothChannelSoundingSessionCallback.aidl | 37 void onOpened(android.hardware.bluetooth.ranging.Reason reason); in onOpened() argument 38 void onOpenFailed(android.hardware.bluetooth.ranging.Reason reason); in onOpenFailed() argument 40 void onClose(android.hardware.bluetooth.ranging.Reason reason); in onClose() argument 41 void onCloseFailed(android.hardware.bluetooth.ranging.Reason reason); in onCloseFailed() argument
|
/hardware/qcom/data/ipacfg-mgr/msm8998/hal/src/ |
D | IpaEventRelay.cpp | 53 void IpaEventRelay::onOffloadStopped(StoppedReason reason) { in onOffloadStopped() argument 54 ALOGI("onOffloadStopped(%d)", reason); in onOffloadStopped() 55 switch (reason) { in onOffloadStopped() 70 ALOGE("Unknown stopped reason(%d)", reason); in onOffloadStopped()
|
/hardware/interfaces/audio/common/all-versions/test/utility/include/utility/ |
D | Documentation.h | 51 void partialTest(const std::string& reason) { in partialTest() argument 52 LOG(INFO) << "Test " << detail::getTestName() << " partially run: " << reason; in partialTest() 53 ::testing::Test::RecordProperty("partialyRunTest", reason); in partialTest()
|
/hardware/google/aemu/host-common/ |
D | GfxstreamFatalError.cpp | 41 AbortMessage::AbortMessage(const char *file, const char *function, int line, FatalError reason) in AbortMessage() argument 42 : mFile(file), mFunction(function), mLine(line), mReason(reason) { in AbortMessage() 43 mOss << "FATAL in " << function << ", err code: " << reason.getAbortCode() << ": "; in AbortMessage()
|
/hardware/interfaces/radio/aidl/compat/libradiocompat/data/ |
D | RadioData.cpp | 59 aidl::DataRequestReason reason) { in deactivateDataCall() argument 61 mHal1_5->deactivateDataCall_1_2(serial, cid, V1_2::DataRequestReason(reason)); in deactivateDataCall() 142 bool roamingAllowed, aidl::DataRequestReason reason, in setupDataCall() argument 150 V1_2::DataRequestReason(reason), toHidl(addresses), toHidl(dnses), pduSessId, in setupDataCall() 158 V1_2::DataRequestReason(reason), toHidl(addresses), toHidl(dnses)); in setupDataCall()
|
/hardware/google/gfxstream/host/features/include/gfxstream/host/ |
D | Features.h | 36 reason("Default value") { in FeatureInfo() 47 std::string reason; member 270 (set)->feature.reason = #condition; \
|
/hardware/interfaces/bluetooth/ranging/aidl/default/ |
D | BluetoothChannelSoundingSession.cpp | 23 Reason reason) { in BluetoothChannelSoundingSession() argument 25 callback_->onOpened(reason); in BluetoothChannelSoundingSession()
|
/hardware/interfaces/radio/1.2/ |
D | IRadio.hal | 155 * the old radio modem. The modem must not use this param for any other reason. 156 * @param reason The request reason. Must be DataRequestReason.NORMAL or 158 * @param addresses If the reason is DataRequestReason.HANDOVER, this indicates the list of link 164 * unless reason is DataRequestReason.HANDOVER. 165 * @param dnses If the reason is DataRequestReason.HANDOVER, this indicates the list of DNS 168 * reason is DataRequestReason.HANDOVER. 174 bool isRoaming, DataRequestReason reason, vec<string> addresses, vec<string> dnses); 182 * @param reason The request reason. Must be normal, handover, or shutdown. 186 oneway deactivateDataCall_1_2(int32_t serial, int32_t cid, DataRequestReason reason);
|
/hardware/interfaces/secure_element/1.1/vts/functional/ |
D | VtsHalSecureElementV1_1TargetTest.cpp | 52 Return<void> onStateChange_1_1(bool state, const hidl_string& reason) override { in onStateChange_1_1() argument 55 args.reason_ = reason; in onStateChange_1_1()
|
/hardware/interfaces/wifi/legacy_headers/include/hardware_legacy/ |
D | wifi_twt.h | 144 wifi_twt_teardown_reason_code reason); 248 TwtTeardownReason reason; member 271 TwtInfoFrameReason reason; member
|
/hardware/interfaces/secure_element/1.2/vts/functional/ |
D | VtsHalSecureElementV1_2TargetTest.cpp | 53 Return<void> onStateChange_1_1(bool state, const hidl_string& reason) override { in onStateChange_1_1() argument 56 args.reason_ = reason; in onStateChange_1_1()
|
/hardware/interfaces/radio/aidl/android/hardware/radio/data/ |
D | IRadioData.aidl | 83 void deactivateDataCall(in int serial, in int cid, in DataRequestReason reason); in deactivateDataCall() argument 261 in DataRequestReason reason, in LinkAddress[] addresses, in String[] dnses, in setupDataCall() argument
|
/hardware/qcom/wlan/wcn6740/qcwcn/wifi_hal/ |
D | tdls.cpp | 147 status.reason = (wifi_tdls_reason) in handleEvent() 149 ALOGV("TDLS: Reason : %d ", status.reason); in handleEvent() 221 mTDLSgetStatusRspParams.reason = (wifi_tdls_reason)get_s32( in handleResponse() 223 ALOGV("TDLS: Reason : %d ", mTDLSgetStatusRspParams.reason); in handleResponse() 315 status->reason = mTDLSgetStatusRspParams.reason; in getStatusRspParams()
|
/hardware/qcom/wlan/legacy/qcwcn/wifi_hal/ |
D | tdls.cpp | 142 status.reason = (wifi_tdls_reason) in handleEvent() 144 ALOGV("TDLS: Reason : %d ", status.reason); in handleEvent() 216 mTDLSgetStatusRspParams.reason = (wifi_tdls_reason)get_s32( in handleResponse() 218 ALOGV("TDLS: Reason : %d ", mTDLSgetStatusRspParams.reason); in handleResponse() 310 status->reason = mTDLSgetStatusRspParams.reason; in getStatusRspParams()
|
/hardware/interfaces/radio/aidl/aidl_api/android.hardware.radio.data/3/android/hardware/radio/data/ |
D | IRadioData.aidl | 40 …tivateDataCall(in int serial, in int cid, in android.hardware.radio.data.DataRequestReason reason); in deactivateDataCall() argument 50 …boolean roamingAllowed, in android.hardware.radio.data.DataRequestReason reason, in android.hardwa… in setupDataCall() argument
|
/hardware/interfaces/radio/aidl/aidl_api/android.hardware.radio.data/2/android/hardware/radio/data/ |
D | IRadioData.aidl | 39 …tivateDataCall(in int serial, in int cid, in android.hardware.radio.data.DataRequestReason reason); in deactivateDataCall() argument 49 …boolean roamingAllowed, in android.hardware.radio.data.DataRequestReason reason, in android.hardwa… in setupDataCall() argument
|
/hardware/interfaces/radio/aidl/aidl_api/android.hardware.radio.data/1/android/hardware/radio/data/ |
D | IRadioData.aidl | 39 …tivateDataCall(in int serial, in int cid, in android.hardware.radio.data.DataRequestReason reason); in deactivateDataCall() argument 49 …boolean roamingAllowed, in android.hardware.radio.data.DataRequestReason reason, in android.hardwa… in setupDataCall() argument
|
/hardware/interfaces/radio/aidl/aidl_api/android.hardware.radio.data/current/android/hardware/radio/data/ |
D | IRadioData.aidl | 40 …tivateDataCall(in int serial, in int cid, in android.hardware.radio.data.DataRequestReason reason); in deactivateDataCall() argument 50 …boolean roamingAllowed, in android.hardware.radio.data.DataRequestReason reason, in android.hardwa… in setupDataCall() argument
|
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/proposals/ |
D | VK_EXT_subpass_merge_feedback.adoc | 29 If the subpasses cannot be merged, the reason could be returned. The driver could change the 31 extensions, so using a string to store the reason is more flexible than a enumeration. 93 tell application whether a subpass is merged into previous subpass and what is the reason 112 The enums will cover the main reasons and the string will specify the unspecified reason
|
/hardware/interfaces/radio/aidl/compat/libradiocompat/voice/ |
D | structs.cpp | 48 .reason = info.reason, in toAidl() 59 .reason = info.reason, in toHidl()
|