Home
last modified time | relevance | path

Searched defs:executor (Results 1 – 25 of 642) sorted by relevance

12345678910>>...26

/aosp12/packages/services/Telephony/tests/src/com/android/services/telephony/rcs/
H A DTransportSipMessageValidatorTest.java99 TestExecutorService executor = new TestExecutorService(); in testTransportOpening() local
117 TestExecutorService executor = new TestExecutorService(); in testTransportOpenConfigChange() local
133 TestExecutorService executor = new TestExecutorService(); in testMetricsResponse() local
163 TestExecutorService executor = new TestExecutorService(); in testSessionTrackerFiltering() local
197 TestExecutorService executor = new TestExecutorService(true /*wait*/); in testTransportClosingGracefullyNoPendingSessions() local
217 TestExecutorService executor = new TestExecutorService(true /*wait*/); in testTransportClosingGracefullyCloseCallIds() local
247 TestExecutorService executor = new TestExecutorService(true /*wait*/); in testTransportClosingGracefullyThenForceClose() local
276 TestExecutorService executor = new TestExecutorService(true /*wait*/); in testTransportClosingGracefullyTimeout() local
304 TestExecutorService executor = new TestExecutorService(true /*wait*/); in testTransportClosingGracefullyCleanup() local
333 TestExecutorService executor = new TestExecutorService(); in testTransportClosingForcefully() local
[all …]
/ohos5.0/foundation/ai/neural_network_runtime/frameworks/native/neural_network_runtime/
H A Dneural_network_runtime_compat.cpp45 NNRT_API OH_NN_ReturnCode OH_NNExecutor_SetInput(OH_NNExecutor *executor, in OH_NNExecutor_SetInput()
69 NNRT_API OH_NN_ReturnCode OH_NNExecutor_SetOutput(OH_NNExecutor *executor, in OH_NNExecutor_SetOutput()
89 NNRT_API OH_NN_ReturnCode OH_NNExecutor_Run(OH_NNExecutor *executor) in OH_NNExecutor_Run()
100 NNRT_API OH_NN_Memory *OH_NNExecutor_AllocateInputMemory(OH_NNExecutor *executor, uint32_t inputInd… in OH_NNExecutor_AllocateInputMemory()
122 NNRT_API OH_NN_Memory *OH_NNExecutor_AllocateOutputMemory(OH_NNExecutor *executor, uint32_t outputI… in OH_NNExecutor_AllocateOutputMemory()
144 NNRT_API void OH_NNExecutor_DestroyInputMemory(OH_NNExecutor *executor, uint32_t inputIndex, OH_NN_… in OH_NNExecutor_DestroyInputMemory()
169 NNRT_API void OH_NNExecutor_DestroyOutputMemory(OH_NNExecutor *executor, uint32_t outputIndex, OH_N… in OH_NNExecutor_DestroyOutputMemory()
194 NNRT_API OH_NN_ReturnCode OH_NNExecutor_SetInputWithMemory(OH_NNExecutor *executor, in OH_NNExecutor_SetInputWithMemory()
214 NNRT_API OH_NN_ReturnCode OH_NNExecutor_SetOutputWithMemory(OH_NNExecutor *executor, in OH_NNExecutor_SetOutputWithMemory()
/aosp12/frameworks/base/apex/appsearch/framework/java/android/app/appsearch/
H A DAppSearchSession.java78 @NonNull @CallbackExecutor Executor executor, in createSearchSession()
87 private void initialize( in initialize()
190 public void getSchema( in getSchema()
227 public void getNamespaces( in getNamespaces()
278 @NonNull @CallbackExecutor Executor executor, in put()
327 @NonNull @CallbackExecutor Executor executor, in getByDocumentId()
482 @NonNull @CallbackExecutor Executor executor, in reportUsage()
533 @NonNull @CallbackExecutor Executor executor, in remove()
587 @NonNull @CallbackExecutor Executor executor, in remove()
623 public void getStorageInfo( in getStorageInfo()
[all …]
/ohos5.0/base/useriam/fingerprint_auth/services/src/
H A Dsensor_illumination_manager.cpp56 std::shared_ptr<FingerprintAllInOneExecutorHdi> executor, const SaCommand &command) in ProcessSaCommand()
81 void SensorIlluminationManager::OnHdiDisconnect(std::shared_ptr<FingerprintAllInOneExecutorHdi> exe… in OnHdiDisconnect()
105 std::shared_ptr<FingerprintAllInOneExecutorHdi> executor, const SaCommandParam param) in EnableSensorIllumination()
147 std::shared_ptr<FingerprintAllInOneExecutorHdi> executor, const SaCommandParam param) in DisableSensorIllumination()
169 std::shared_ptr<FingerprintAllInOneExecutorHdi> executor, const SaCommandParam param) in TurnOnSensorIllumination()
188 std::shared_ptr<FingerprintAllInOneExecutorHdi> executor, const SaCommandParam param) in TurnOffSensorIllumination()
/ohos5.0/base/useriam/user_auth_framework/test/unittest/executors/
H A Dexecutor_unit_test.cpp368 shared_ptr<Executor> executor; variable
388 shared_ptr<Executor> executor; variable
411 shared_ptr<Executor> executor; variable
438 shared_ptr<Executor> executor; variable
488 shared_ptr<Executor> executor; variable
526 shared_ptr<Executor> executor; variable
552 shared_ptr<Executor> executor; variable
585 shared_ptr<Executor> executor; variable
629 shared_ptr<Executor> executor; variable
655 shared_ptr<Executor> executor; variable
[all …]
H A Dauth_command_unit_test.cpp84 auto executor = Common::MakeShared<Executor>(nullptr, nullptr, 3); variable
105 auto executor = Common::MakeShared<Executor>(nullptr, nullptr, 3); variable
134 auto executor = Common::MakeShared<Executor>(nullptr, nullptr, 3); variable
151 auto executor = Common::MakeShared<Executor>(nullptr, nullptr, 3); variable
178 auto executor = Common::MakeShared<Executor>(nullptr, nullptr, 3); variable
198 auto executor = Common::MakeShared<Executor>(nullptr, nullptr, 3); variable
225 auto executor = Common::MakeShared<Executor>(nullptr, nullptr, 3); variable
249 auto executor = Common::MakeShared<Executor>(nullptr, nullptr, 3); variable
H A Denroll_command_unit_test.cpp84 auto executor = Common::MakeShared<Executor>(nullptr, nullptr, 3); variable
106 auto executor = Common::MakeShared<Executor>(nullptr, nullptr, 3); variable
135 auto executor = Common::MakeShared<Executor>(nullptr, nullptr, 3); variable
152 auto executor = Common::MakeShared<Executor>(nullptr, nullptr, 3); variable
179 auto executor = Common::MakeShared<Executor>(nullptr, nullptr, 3); variable
199 auto executor = Common::MakeShared<Executor>(nullptr, nullptr, 3); variable
226 auto executor = Common::MakeShared<Executor>(nullptr, nullptr, 3); variable
250 auto executor = Common::MakeShared<Executor>(nullptr, nullptr, 3); variable
H A Didentify_command_unit_test.cpp84 auto executor = Common::MakeShared<Executor>(nullptr, nullptr, 3); variable
106 auto executor = Common::MakeShared<Executor>(nullptr, nullptr, 3); variable
135 auto executor = Common::MakeShared<Executor>(nullptr, nullptr, 3); variable
152 auto executor = Common::MakeShared<Executor>(nullptr, nullptr, 3); variable
179 auto executor = Common::MakeShared<Executor>(nullptr, nullptr, 3); variable
199 auto executor = Common::MakeShared<Executor>(nullptr, nullptr, 3); variable
226 auto executor = Common::MakeShared<Executor>(nullptr, nullptr, 3); variable
250 auto executor = Common::MakeShared<Executor>(nullptr, nullptr, 3); variable
/aosp12/frameworks/base/core/java/android/permission/
H A DLegacyPermissionManager.java133 @NonNull @CallbackExecutor Executor executor, @NonNull Consumer<Boolean> callback) { in grantDefaultPermissionsToLuiApp()
154 @NonNull @CallbackExecutor Executor executor, @NonNull Consumer<Boolean> callback) { in revokeDefaultPermissionsFromLuiApps()
175 @NonNull @CallbackExecutor Executor executor, @NonNull Consumer<Boolean> callback) { in grantDefaultPermissionsToEnabledImsServices()
196 @NonNull @CallbackExecutor Executor executor, @NonNull Consumer<Boolean> callback) { in grantDefaultPermissionsToEnabledTelephonyDataServices()
217 @NonNull @CallbackExecutor Executor executor, @NonNull Consumer<Boolean> callback) { in revokeDefaultPermissionsFromDisabledTelephonyDataServices()
237 @NonNull UserHandle user, @NonNull @CallbackExecutor Executor executor, in grantDefaultPermissionsToEnabledCarrierApps()
H A DPermissionControllerManager.java278 boolean doDryRun, @Reason int reason, @NonNull @CallbackExecutor Executor executor, in revokeRuntimePermissions()
338 @NonNull @CallbackExecutor Executor executor, in setRuntimePermissionGrantStateByDeviceAdmin()
380 @NonNull @CallbackExecutor Executor executor, in getRuntimePermissionBackup()
454 @NonNull @CallbackExecutor Executor executor, in applyStagedRuntimePermissionBackup()
601 @NonNull @CallbackExecutor Executor executor, in getPermissionUsages()
640 public void grantOrUpgradeDefaultRuntimePermissions( in grantOrUpgradeDefaultRuntimePermissions()
670 @NonNull @CallbackExecutor Executor executor, in getPrivilegesDescriptionStringForProfile()
736 @NonNull @CallbackExecutor Executor executor, in getPlatformPermissionsForGroup()
770 @NonNull @CallbackExecutor Executor executor, @NonNull Consumer<String> callback) { in getGroupOfPlatformPermission()
/ohos5.0/base/useriam/face_auth/services/src/
H A Dscreen_brightness_manager.cpp57 …ultCode ScreenBrightnessManager::ProcessSaCommand(std::shared_ptr<FaceAuthAllInOneExecutorHdi> exe… in ProcessSaCommand()
78 void ScreenBrightnessManager::OnHdiDisconnect(std::shared_ptr<FaceAuthAllInOneExecutorHdi> executor) in OnHdiDisconnect()
99 std::shared_ptr<FaceAuthAllInOneExecutorHdi> executor, const SaCommandParam param) in ProcessScreenBrightnessIncreaseBegin()
134 std::shared_ptr<FaceAuthAllInOneExecutorHdi> executor, const SaCommandParam param) in ProcessScreenBrightnessIncreaseEnd()
/ohos5.0/base/useriam/user_auth_framework/frameworks/native/executors/src/
H A Ddriver.cpp58 … auto executor = Common::MakeShared<Executor>(executorMgrWrapper, executorHdi, hdiConfig_.id); in OnHdiConnect() local
75 for (const auto &executor : executorList_) { in OnHdiDisconnect() local
93 for (const auto &executor : executorList_) { in OnFrameworkReady() local
/ohos5.0/base/security/access_token/services/tokensyncmanager/src/remote/
H A Dremote_command_manager.cpp69 std::shared_ptr<RemoteCommandExecutor> executor = GetOrCreateRemoteCommandExecutor(udid); in AddCommand() local
97 std::shared_ptr<RemoteCommandExecutor> executor = GetOrCreateRemoteCommandExecutor(udid); in ExecuteCommand() local
123 auto executor = executorIt->second; in ProcessDeviceCommandImmediately() local
171 auto executor = GetOrCreateRemoteCommandExecutor(nodeId); in NotifyDeviceOnline() local
248 auto executor = std::make_shared<RemoteCommandExecutor>(nodeId); in GetOrCreateRemoteCommandExecutor() local
273 std::shared_ptr<RemoteCommandExecutor> executor = iter->second; in GetExecutorChannel() local
/aosp12/frameworks/base/telephony/java/android/telephony/euicc/
H A DEuiccCardManager.java165 public void requestAllProfiles(String cardId, @CallbackExecutor Executor executor, in requestAllProfiles()
225 @CallbackExecutor Executor executor, ResultCallback<Void> callback) { in disableProfile()
286 @CallbackExecutor Executor executor, ResultCallback<Void> callback) { in setNickname()
345 @CallbackExecutor Executor executor, ResultCallback<Void> callback) { in resetMemory()
430 @CallbackExecutor Executor executor, ResultCallback<Void> callback) { in setDefaultSmdpAddress()
514 public void requestEuiccInfo1(String cardId, @CallbackExecutor Executor executor, in requestEuiccInfo1()
542 public void requestEuiccInfo2(String cardId, @CallbackExecutor Executor executor, in requestEuiccInfo2()
583 @CallbackExecutor Executor executor, ResultCallback<byte[]> callback) { in authenticateServer()
664 @CallbackExecutor Executor executor, ResultCallback<byte[]> callback) { in loadBoundProfilePackage()
698 @CallbackExecutor Executor executor, ResultCallback<byte[]> callback) { in cancelSession()
[all …]
/aosp12/frameworks/base/telephony/java/android/telephony/ims/
H A DImsRcsManager.java115 CapabilityBinder(OnAvailabilityChangedListener listener, Executor executor) { in CapabilityBinder()
148 AvailabilityCallbackAdapter(@NonNull Executor executor, in AvailabilityCallbackAdapter()
204 public void registerImsRegistrationCallback( in registerImsRegistrationCallback()
283 public void getRegistrationState(@NonNull @CallbackExecutor Executor executor, in getRegistrationState()
332 public void getRegistrationTransportType(@NonNull @CallbackExecutor Executor executor, in getRegistrationTransportType()
391 public void addOnAvailabilityChangedListener(@NonNull @CallbackExecutor Executor executor, in addOnAvailabilityChangedListener()
544 private AvailabilityCallbackAdapter addAvailabilityChangedListenerToCollection( in addAvailabilityChangedListenerToCollection()
/aosp12/packages/apps/TV/src/com/android/tv/util/
H A DAsyncDbTask.java90 public AsyncQueryTask( in AsyncQueryTask()
202 Executor executor, in AsyncQueryListTask()
213 Executor executor, in AsyncQueryListTask()
267 Executor executor, in AsyncQueryItemTask()
314 public AsyncChannelQueryTask(Executor executor, Context context) { in AsyncChannelQueryTask()
335 public AsyncProgramQueryTask(Executor executor, Context context) { in AsyncProgramQueryTask()
347 Executor executor, in AsyncProgramQueryTask()
374 public AsyncRecordedProgramQueryTask(Executor executor, Context context, Uri uri) { in AsyncRecordedProgramQueryTask()
402 Executor executor, Context context, long channelId, @Nullable Range<Long> period) { in LoadProgramsForChannelTask()
430 public AsyncQueryProgramTask(Executor executor, Context context, long programId) { in AsyncQueryProgramTask()
/ohos5.0/base/useriam/user_auth_framework/frameworks/native/executors/src/async_command/
H A Dasync_command_base.cpp36 …mandBase::AsyncCommandBase(std::string type, uint64_t scheduleId, std::weak_ptr<Executor> executor, in AsyncCommandBase()
58 auto executor = executor_.lock(); in StartProcess() local
135 std::shared_ptr<Executor> executor = executor_.lock(); in OnMessageInner() local
156 auto executor = executor_.lock(); in GetAuthType() local
167 auto executor = executor_.lock(); in EndProcess() local
190 auto executor = executor_.lock(); in GetExecutorHdi() local
/aosp12/frameworks/base/core/java/android/service/carrier/
H A DCarrierMessagingServiceWrapper.java80 @NonNull @CallbackExecutor Executor executor, in bindToCarrierMessagingService()
145 int destPort, int subId, @NonNull @CallbackExecutor final Executor executor, in receiveSms()
174 @NonNull @CallbackExecutor final Executor executor, in sendTextSms()
203 @NonNull @CallbackExecutor final Executor executor, in sendDataSms()
233 @NonNull @CallbackExecutor final Executor executor, in sendMultipartTextSms()
259 @NonNull @CallbackExecutor final Executor executor, in sendMms()
284 @NonNull @CallbackExecutor final Executor executor, in downloadMms()
395 final Executor executor) { in CarrierMessagingCallbackInternal()
/aosp12/packages/apps/Camera2/src/com/android/camera/async/
H A DConcurrentState.java37 public ExecutorListenerPair(Executor executor, Runnable listener) { in ExecutorListenerPair()
76 public SafeCloseable addCallback(Runnable callback, Executor executor) { in addCallback()
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/
H A Djs_clipboard.cpp44 auto executor = container->GetTaskExecutor(); in Get() local
67 auto executor = container->GetTaskExecutor(); in Set() local
81 auto executor = container->GetTaskExecutor(); in Clear() local
/aosp12/packages/modules/Permission/framework-s/java/android/app/role/
H A DRoleManager.java340 @CallbackExecutor @NonNull Executor executor, @NonNull Consumer<Boolean> callback) { in addRoleHolderAsUser()
378 @CallbackExecutor @NonNull Executor executor, @NonNull Consumer<Boolean> callback) { in removeRoleHolderAsUser()
414 @NonNull UserHandle user, @CallbackExecutor @NonNull Executor executor, in clearRoleHoldersAsUser()
429 private static RemoteCallback createRemoteCallback(@NonNull Executor executor, in createRemoteCallback()
460 public void addOnRoleHoldersChangedListenerAsUser(@CallbackExecutor @NonNull Executor executor, in addOnRoleHoldersChangedListenerAsUser()
779 @NonNull @CallbackExecutor Executor executor, @NonNull Consumer<Boolean> callback) { in isRoleVisible()
801 @NonNull @CallbackExecutor Executor executor, @NonNull Consumer<Boolean> callback) { in isApplicationVisibleForRole()
824 OnRoleHoldersChangedListenerDelegate(@NonNull Executor executor, in OnRoleHoldersChangedListenerDelegate()
/ohos5.0/foundation/communication/dsoftbus/core/connection/wifi_direct_cpp/
H A Dwifi_direct_scheduler.cpp38 std::shared_ptr<WifiDirectExecutor> executor; in ConnectDevice() local
78 std::shared_ptr<WifiDirectExecutor> executor; in DisconnectDevice() local
98 std::shared_ptr<WifiDirectExecutor> executor; in ForceDisconnectDevice() local
110 bool WifiDirectScheduler::ProcessNextCommand(WifiDirectExecutor *executor, in ProcessNextCommand()
160 std::shared_ptr<WifiDirectExecutor> &executor) in ScheduleActiveCommand()
/ohos5.0/base/useriam/fingerprint_auth/test/unittest/
H A Dfingerprint_auth_driver_hdi_unit_test.cpp138 auto executor = sptr<IAllInOneExecutor>(new (std::nothrow) MockIAllInOneExecutor()); in __anon2055601d0302() local
162 auto executor = sptr<IAllInOneExecutor>(new (std::nothrow) MockIAllInOneExecutor()); in __anon2055601d0402() local
189 auto executor = sptr<IAllInOneExecutor>(new (std::nothrow) MockIAllInOneExecutor()); in __anon2055601d0502() local
212 auto executor = sptr<IAllInOneExecutor>(new (std::nothrow) MockIAllInOneExecutor()); in __anon2055601d0602() local
/aosp12/frameworks/base/core/java/android/hardware/camera2/
H A DCameraManager.java660 CameraDevice.StateCallback callback, Executor executor, final int uid, in openCameraDeviceUserAsync()
851 @NonNull @CallbackExecutor Executor executor, in openCamera()
916 @NonNull @CallbackExecutor Executor executor, in openCamera()
1853 final Executor executor) { in postSingleAccessPriorityChangeUpdate()
1885 final Executor executor, final String id) { in postSingleCameraClosedUpdate()
2049 Executor executor = mCallbackMap.valueAt(i); in onStatusChangedLocked() local
2101 Executor executor = mCallbackMap.valueAt(i); in onPhysicalCameraStatusChangedLocked() local
2140 final Executor executor = mTorchCallbackMap.valueAt(i); in onTorchStatusChangedLocked() local
2235 Executor executor = mCallbackMap.valueAt(i); in onCameraAccessPrioritiesChanged() local
2248 Executor executor = mCallbackMap.valueAt(i); in onCameraOpened() local
[all …]
/aosp12/frameworks/base/telephony/java/android/telephony/
H A DMbmsGroupCallSession.java90 private MbmsGroupCallSession(Context context, Executor executor, int subscriptionId, in MbmsGroupCallSession()
119 int subscriptionId, @NonNull Executor executor, in create()
146 @NonNull Executor executor, @NonNull MbmsGroupCallSessionCallback callback) { in create()
207 @NonNull List<Integer> frequencyList, @NonNull Executor executor, in startGroupCall()

12345678910>>...26