Home
last modified time | relevance | path

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

12345678910>>...24

/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()
/aosp14/frameworks/base/libs/WindowManager/Shell/tests/unittest/src/com/android/wm/shell/desktopmode/
H A DDesktopModeTaskRepositoryTest.kt123 val executor = TestShellExecutor() regex
135 val executor = TestShellExecutor() regex
147 val executor = TestShellExecutor() regex
159 val executor = TestShellExecutor() regex
172 val executor = TestShellExecutor() regex
196 val executor = TestShellExecutor() regex
221 val executor = TestShellExecutor() regex
341 val executor = TestShellExecutor() regex
357 val executor = TestShellExecutor() regex
368 val executor = TestShellExecutor() regex
/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
/aosp14/frameworks/base/core/java/android/permission/
H A DLegacyPermissionManager.java134 @NonNull @CallbackExecutor Executor executor, @NonNull Consumer<Boolean> callback) { in grantDefaultPermissionsToLuiApp()
155 @NonNull @CallbackExecutor Executor executor, @NonNull Consumer<Boolean> callback) { in revokeDefaultPermissionsFromLuiApps()
176 @NonNull @CallbackExecutor Executor executor, @NonNull Consumer<Boolean> callback) { in grantDefaultPermissionsToEnabledImsServices()
197 @NonNull @CallbackExecutor Executor executor, @NonNull Consumer<Boolean> callback) { in grantDefaultPermissionsToEnabledTelephonyDataServices()
218 @NonNull @CallbackExecutor Executor executor, @NonNull Consumer<Boolean> callback) { in revokeDefaultPermissionsFromDisabledTelephonyDataServices()
238 @NonNull UserHandle user, @NonNull @CallbackExecutor Executor executor, in grantDefaultPermissionsToEnabledCarrierApps()
H A DPermissionControllerManager.java324 boolean doDryRun, @Reason int reason, @NonNull @CallbackExecutor Executor executor, in revokeRuntimePermissions()
384 @NonNull @CallbackExecutor Executor executor, in setRuntimePermissionGrantStateByDeviceAdmin()
426 @NonNull @CallbackExecutor Executor executor, in getRuntimePermissionBackup()
500 @NonNull @CallbackExecutor Executor executor, in applyStagedRuntimePermissionBackup()
647 @NonNull @CallbackExecutor Executor executor, in getPermissionUsages()
686 public void grantOrUpgradeDefaultRuntimePermissions( in grantOrUpgradeDefaultRuntimePermissions()
716 @NonNull @CallbackExecutor Executor executor, in getPrivilegesDescriptionStringForProfile()
782 @NonNull @CallbackExecutor Executor executor, in getPlatformPermissionsForGroup()
816 @NonNull @CallbackExecutor Executor executor, @NonNull Consumer<String> callback) { in getGroupOfPlatformPermission()
842 public void getUnusedAppCount(@NonNull @CallbackExecutor Executor executor, in getUnusedAppCount()
[all …]
/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()
/aosp14/frameworks/base/telecomm/java/android/telecom/
H A DCallControl.java96 public void setActive(@CallbackExecutor @NonNull Executor executor, in setActive()
130 @CallbackExecutor @NonNull Executor executor, in answer()
164 public void setInactive(@CallbackExecutor @NonNull Executor executor, in setInactive()
208 @CallbackExecutor @NonNull Executor executor, in disconnect()
244 public void startCallStreaming(@CallbackExecutor @NonNull Executor executor, in startCallStreaming()
277 @CallbackExecutor @NonNull Executor executor, in requestCallEndpointChange()
339 CallControlResultReceiver(String method, Executor executor, in CallControlResultReceiver()
/aosp14/frameworks/base/services/core/java/com/android/server/hdmi/
H A DAudioDeviceVolumeManagerWrapper.java43 void addOnDeviceVolumeBehaviorChangedListener( in addOnDeviceVolumeBehaviorChangedListener()
61 @NonNull @CallbackExecutor Executor executor, in setDeviceAbsoluteVolumeBehavior()
72 @NonNull @CallbackExecutor Executor executor, in setDeviceAbsoluteVolumeAdjustOnlyBehavior()
H A DDefaultAudioDeviceVolumeManagerWrapper.java47 public void addOnDeviceVolumeBehaviorChangedListener( in addOnDeviceVolumeBehaviorChangedListener()
64 @NonNull @CallbackExecutor Executor executor, in setDeviceAbsoluteVolumeBehavior()
75 @NonNull @CallbackExecutor Executor executor, in setDeviceAbsoluteVolumeAdjustOnlyBehavior()
/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
/aosp14/frameworks/base/telephony/java/android/telephony/satellite/
H A DSatelliteManager.java405 @NonNull @CallbackExecutor Executor executor, in requestSatelliteEnabled()
447 public void requestIsSatelliteEnabled(@NonNull @CallbackExecutor Executor executor, in requestIsSatelliteEnabled()
502 public void requestIsDemoModeEnabled(@NonNull @CallbackExecutor Executor executor, in requestIsDemoModeEnabled()
874 @NonNull @CallbackExecutor Executor executor, in stopSatelliteTransmissionUpdates()
930 @NonNull @CallbackExecutor Executor executor, in provisionSatelliteService()
979 @NonNull @CallbackExecutor Executor executor, in deprovisionSatelliteService()
1018 @SatelliteError public int registerForSatelliteProvisionStateChanged( in registerForSatelliteProvisionStateChanged()
1152 @SatelliteError public int registerForSatelliteModemStateChanged( in registerForSatelliteModemStateChanged()
1227 @SatelliteError public int registerForSatelliteDatagram( in registerForSatelliteDatagram()
1376 @NonNull @CallbackExecutor Executor executor, in sendSatelliteDatagram()
[all …]
/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
/aosp14/frameworks/base/telephony/java/android/telephony/ims/
H A DImsRcsManager.java163 CapabilityBinder(OnAvailabilityChangedListener listener, Executor executor) { in CapabilityBinder()
196 AvailabilityCallbackAdapter(@NonNull Executor executor, in AvailabilityCallbackAdapter()
255 public void registerImsRegistrationCallback( in registerImsRegistrationCallback()
334 public void getRegistrationState(@NonNull @CallbackExecutor Executor executor, in getRegistrationState()
383 public void getRegistrationTransportType(@NonNull @CallbackExecutor Executor executor, in getRegistrationTransportType()
442 public void addOnAvailabilityChangedListener(@NonNull @CallbackExecutor Executor executor, in addOnAvailabilityChangedListener()
611 public void registerImsStateCallback(@NonNull Executor executor, in registerImsStateCallback()
660 private AvailabilityCallbackAdapter addAvailabilityChangedListenerToCollection( in addAvailabilityChangedListenerToCollection()
/aosp14/frameworks/base/core/java/android/companion/virtual/
H A DVirtualDeviceInternal.java183 @NonNull Executor executor, in launchPendingIntent()
204 @Nullable @CallbackExecutor Executor executor, in createVirtualDisplay()
299 @Nullable Executor executor, in createVirtualAudioDevice()
317 void addActivityListener( in addActivityListener()
333 void addSoundEffectListener(@CallbackExecutor @NonNull Executor executor, in addSoundEffectListener()
352 @CallbackExecutor @NonNull Executor executor, in registerIntentInterceptor()
394 @NonNull Executor executor) { in ActivityListenerDelegate()
423 private IntentInterceptorDelegate(Executor executor, in IntentInterceptorDelegate()
448 private SoundEffectListenerDelegate(Executor executor, in SoundEffectListenerDelegate()
/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
/aosp14/frameworks/base/telephony/java/android/telephony/euicc/
H A DEuiccCardManager.java179 public void requestAllProfiles(String cardId, @CallbackExecutor Executor executor, in requestAllProfiles()
241 @NonNull @CallbackExecutor Executor executor, in requestEnabledProfileForPort()
273 @CallbackExecutor Executor executor, ResultCallback<Void> callback) { in disableProfile()
341 boolean refresh, @NonNull @CallbackExecutor Executor executor, in switchToProfile()
372 @CallbackExecutor Executor executor, ResultCallback<Void> callback) { in setNickname()
431 @CallbackExecutor Executor executor, ResultCallback<Void> callback) { in resetMemory()
516 @CallbackExecutor Executor executor, ResultCallback<Void> callback) { in setDefaultSmdpAddress()
669 @CallbackExecutor Executor executor, ResultCallback<byte[]> callback) { in authenticateServer()
750 @CallbackExecutor Executor executor, ResultCallback<byte[]> callback) { in loadBoundProfilePackage()
784 @CallbackExecutor Executor executor, ResultCallback<byte[]> callback) { in cancelSession()
[all …]
/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
/aosp14/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()
/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()
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/volume/
H A DCsdWarningDialogTest.java62 FakeExecutor executor = new FakeExecutor(new FakeSystemClock()); in create1XCsdDialogAndWait_sendsNotification() local
78 FakeExecutor executor = new FakeExecutor(new FakeSystemClock()); in create5XCsdDiSalogAndWait_willSendNotification() local
/ohos5.0/drivers/peripheral/fingerprint_auth/hdi_service/src/
H A Dfingerprint_auth_interface_service.cpp41 auto executor = new (std::nothrow) AllInOneExecutorImpl(); in FingerprintAuthInterfaceService() local
52 for (auto executor : executorList_) { in GetExecutorList() local
/aosp14/frameworks/base/core/java/android/hardware/hdmi/
H A DHdmiClient.java63 @NonNull @CallbackExecutor Executor executor, in selectDevice()
83 final Executor executor, final OnDeviceSelectedListener listener) { in getCallbackWrapper()
/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

12345678910>>...24