/aosp12/frameworks/av/media/libmediatranscoding/transcoder/tests/ |
H A D | MediaSampleQueueTests.cpp | 63 EXPECT_FALSE(aborted); in TEST_F() 83 EXPECT_FALSE(aborted); in TEST_F() 105 EXPECT_FALSE(aborted); in TEST_F() 125 EXPECT_FALSE(aborted); in TEST_F() 162 EXPECT_FALSE(aborted); in TEST_F() 183 EXPECT_FALSE(aborted); in TEST_F() 189 EXPECT_TRUE(aborted); in TEST_F() 193 EXPECT_TRUE(aborted); in TEST_F() 204 EXPECT_TRUE(aborted); in TEST_F() 208 EXPECT_TRUE(aborted); in TEST_F() [all …]
|
/aosp12/hardware/interfaces/neuralnetworks/1.3/ |
H A D | IPreparedModel.hal | 73 * may be aborted, and either {@link 98 * execution may be aborted. 103 * execution must be aborted. If no loop timeout 121 * - MISSED_DEADLINE_* if the execution is aborted because it 123 * - RESOURCE_EXHAUSTED_* if the task was aborted by the 157 * execution may be aborted, and either {@link 182 * execution may be aborted. 203 * - RESOURCE_EXHAUSTED_* if the task was aborted by the 276 * execution may be aborted. 289 * the execution may be aborted. [all …]
|
H A D | IFencedExecutionCallback.hal | 41 * - MISSED_DEADLINE_* if the execution is aborted because it 43 * - RESOURCE_EXHAUSTED_* if the task was aborted by the
|
H A D | IPreparedModelCallback.hal | 50 * - MISSED_DEADLINE_* if the preparation is aborted because 52 * - RESOURCE_EXHAUSTED_* if the task was aborted by the
|
H A D | IExecutionCallback.hal | 50 * - MISSED_DEADLINE_* if the execution is aborted because it 52 * - RESOURCE_EXHAUSTED_* if the task was aborted by the driver
|
H A D | IDevice.hal | 130 * preparation may be aborted, and either {@link 168 * be aborted. 203 * - MISSED_DEADLINE_* if the preparation is aborted because the model 205 * - RESOURCE_EXHAUSTED_* if the task was aborted by the driver 256 * preparation may be aborted, and either {@link 280 * be aborted. 306 * - MISSED_DEADLINE_* if the preparation is aborted because the model 308 * - RESOURCE_EXHAUSTED_* if the task was aborted by the driver
|
/aosp12/packages/apps/Dialer/java/com/android/dialer/precall/impl/ |
H A D | PreCallCoordinatorImpl.java | 58 private boolean aborted = false; field in PreCallCoordinatorImpl 123 if (!aborted) { in onActionFinished() 133 aborted = true; in abortCall()
|
/aosp12/system/connectivity/wificond/net/ |
H A D | netlink_manager.cpp | 672 bool aborted = false; in OnScanResultsReady() local 674 aborted = true; in OnScanResultsReady() 687 if (!aborted) { in OnScanResultsReady() 698 if (!aborted) { in OnScanResultsReady() 707 handler->second(if_index, aborted, ssids, freqs); in OnScanResultsReady()
|
H A D | netlink_manager.h | 64 bool aborted,
|
/aosp12/hardware/st/secure_element2/secure_element/1.0/esehal/src/ |
H A D | iso7816_t1.c | 312 t1->state.aborted = 1; in parse_request() 503 else if (t1->state.aborted) in t1_loop() 601 if (t1->state.aborted) in t1_loop() 641 t1->state.aborted = 0; in t1_clear_states() 714 else if (n < 0 && t1->state.aborted != 1){ in t1_transceive()
|
H A D | iso7816_t1.h | 38 unsigned aborted : 1; /* Abort was requested */ member
|
/aosp12/system/vold/ |
H A D | IdleMaint.cpp | 214 bool stop = false, aborted = false; in waitForGc() local 217 while (!stop && !aborted) { in waitForGc() 239 aborted = in waitForGc() 244 return aborted; in waitForGc()
|
/aosp12/system/connectivity/wificond/scanning/ |
H A D | scanner_impl.cpp | 406 void ScannerImpl::OnScanResultsReady(uint32_t interface_index, bool aborted, in OnScanResultsReady() argument 415 if (aborted) { in OnScanResultsReady()
|
H A D | scanner_impl.h | 73 void OnScanResultsReady(uint32_t interface_index, bool aborted,
|
/aosp12/hardware/interfaces/contexthub/1.0/ |
H A D | IContexthubCallback.hal | 55 * that a nanp-app has aborted.
|
/aosp12/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/transition/ |
H A D | Transitions.java | 479 ActiveTransition aborted = mActiveTransitions.remove(activeIdx); in onFinish() local 480 mOrganizer.finishTransition(aborted.mToken, null /* wct */, null /* wctCB */); in onFinish()
|
/aosp12/system/security/keystore2/src/ |
H A D | apc.rs | 69 pub fn aborted() -> Self { in aborted() method
|
/aosp12/packages/apps/LegacyCamera/src/com/android/camera/panorama/ |
H A D | PanoramaActivity.java | 606 private void stopCapture(boolean aborted) { in stopCapture() argument 618 if (!aborted && !mThreadRunning) { in stopCapture()
|
/aosp12/system/bt/service/doc/ |
H A D | IBluetoothGattServerCallback.txt | 119 * prepared writes should dropped (aborted). The application should report the
|
/aosp12/hardware/interfaces/radio/1.4/ |
H A D | types.hal | 873 * Radio resource control (RRC) connection establishment is aborted due to another procedure. 1015 * Radio resource control (RRC) connection was aborted before deactivating the LTE stack due to 1025 * Radio resource control (RRC) connection was aborted by the non-access stratum (NAS) after an 1030 * Radio resource control (RRC) connection was aborted before deactivating the LTE stack after a 1035 * Radio resource control (RRC) connection was aborted in the middle of a LTE to GSM IRAT cell
|
/aosp12/frameworks/proto_logging/stats/enums/stats/dnsresolver/ |
H A D | dns_resolver.proto | 316 SYS_ECONNABORTED = 103; // Connection aborted
|
/aosp12/packages/modules/DnsResolver/ |
H A D | stats.proto | 317 SYS_ECONNABORTED = 103; // Connection aborted
|
/aosp12/art/openjdkjvmti/ |
H A D | ti_heap.cc | 289 bool aborted = ReportFieldsRecursive(obj, in ReportFieldsImpl() local 298 return aborted; in ReportFieldsImpl()
|
/aosp12/bionic/docs/ |
H A D | status.md | 332 overrun is detected, the program is safely aborted as in this
|
/aosp12/packages/modules/Wifi/service/proto/src/ |
H A D | metrics.proto | 2199 // RTT operation aborted since the app is spamming the service 2241 // Request aborted for unknown reason 3449 // The reason code for provisioning failure when a provisioning flow is aborted. 3892 // Number of times Make Before Break was aborted due to the new network not having internet.
|