Home
last modified time | relevance | path

Searched defs:event (Results 576 – 600 of 3400) sorted by relevance

1...<<21222324252627282930>>...136

/aosp14/frameworks/base/core/java/android/hardware/hdmi/
H A DIHdmiHotplugEventListener.aidl28 void onReceived(in HdmiHotplugEvent event); in onReceived()
/aosp14/frameworks/base/core/java/android/hardware/location/
H A DIActivityRecognitionHardwareSink.aidl31 void onActivityChanged(in ActivityChangedEvent event); in onActivityChanged()
/aosp14/frameworks/base/core/java/android/app/backup/
H A DIBackupManagerMonitor.aidl34 void onEvent(in Bundle event); in onEvent()
/aosp14/frameworks/base/core/tests/coretests/src/android/hardware/input/
H A DVirtualMouseRelativeEventTest.java31 final VirtualMouseRelativeEvent event = new VirtualMouseRelativeEvent.Builder() in relativeEvent_created() local
/ohos5.0/foundation/arkui/ui_lite/frameworks/dock/
H A Dkey_input_device.cpp25 KeyEvent event(data.keyId, data.state); in DispatchEvent() local
H A Dvirtual_input_device.cpp25 VirtualDeviceEvent event(data.type, data.state); in DispatchEvent() local
/ohos5.0/base/telephony/call_manager/services/audio/src/audio_state/
H A Dott_call_state.cpp22 bool OTTCallState::ProcessEvent(int32_t event) in ProcessEvent()
/ohos5.0/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/adapter/dfx/test/unittest/fake/hiview/include/
H A Dhiview.h40 static void Report(HiEvent& event) in Report()
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/classifier/
H A DClassifier.java75 public void onTouchEvent(MotionEvent event) { in onTouchEvent()
81 public void onSensorChanged(SensorEvent event) { in onSensorChanged()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/swiper/
H A Dswiper_content_transition_proxy.h75 auto event = *finishTransitionEvent_; in FinishTransition() local
80 void SetFinishTransitionEvent(std::function<void()>&& event) in SetFinishTransitionEvent()
/ohos5.0/foundation/arkui/ui_lite/test/uitest/test_render/
H A Dui_test_render.cpp44 bool OnClick(UIView& view, const ClickEvent& event) override in OnClick()
149 bool UITestRender::OnClick(UIView& view, const ClickEvent& event) in OnClick()
/ohos5.0/base/security/device_security_level/services/dfx/
H A Ddslm_bigdata.cpp53 void ReportAppInvokeEvent(const AppInvokeEvent *event) in ReportAppInvokeEvent()
65 void ReportSecurityInfoSyncEvent(const SecurityInfoSyncEvent *event) in ReportSecurityInfoSyncEvent()
/ohos5.0/foundation/distributedhardware/distributed_screen/services/screenservice/test/unittest/sourceservice/dscreenmgr/2.0/src/
H A Dav_sender_engine_adapter_test.cpp196 AVTransEvent event; variable
213 AVTransEvent event; variable
/ohos5.0/base/request/request/frameworks/cj/ffi/src/
H A Dcj_request_ffi.cpp31 …RetError FfiOHOSRequestTaskProgressOn(char *event, const char *taskId, void (*callback)(CProgress … in FfiOHOSRequestTaskProgressOn()
36 RetError FfiOHOSRequestTaskProgressOff(char *event, const char *taskId, void *callback) in FfiOHOSRequestTaskProgressOff()
/aosp14/frameworks/base/packages/SettingsLib/src/com/android/settingslib/udfps/
H A DUdfpsUtils.java63 public Point getTouchInNativeCoordinates(int idx, MotionEvent event, in getTouchInNativeCoordinates()
80 public boolean isWithinSensorArea(int idx, MotionEvent event, in isWithinSensorArea()
166 private Point getPortraitTouch(int idx, MotionEvent event, in getPortraitTouch()
/aosp14/frameworks/base/core/java/android/view/inputmethod/
H A DInputMethodSession.java125 public void dispatchKeyEvent(int seq, KeyEvent event, EventCallback callback); in dispatchKeyEvent()
140 public void dispatchTrackballEvent(int seq, MotionEvent event, EventCallback callback); in dispatchTrackballEvent()
155 public void dispatchGenericMotionEvent(int seq, MotionEvent event, EventCallback callback); in dispatchGenericMotionEvent()
/ohos5.0/foundation/multimodalinput/input/util/socket/test/
H A Duds_socket_test.cpp67 struct epoll_event event = {}; variable
78 struct epoll_event event = {}; variable
89 struct epoll_event event = {}; variable
/ohos5.0/base/useriam/user_auth_framework/services/base/src/
H A Dfinite_state_machine_impl.cpp44 void FiniteStateMachineImpl::Schedule(uint32_t event) in Schedule()
64 uint32_t event = 0; in ScheduleInner() local
139 void FiniteStateMachineImpl::Inner::Schedule(uint32_t event) in Schedule()
/aosp14/frameworks/base/native/android/
H A Dinput.cpp44 int32_t AInputEvent_getType(const AInputEvent* event) { in AInputEvent_getType()
49 int32_t AInputEvent_getDeviceId(const AInputEvent* event) { in AInputEvent_getDeviceId()
53 int32_t AInputEvent_getSource(const AInputEvent* event) { in AInputEvent_getSource()
57 void AInputEvent_release(const AInputEvent* event) { in AInputEvent_release()
89 std::unique_ptr<KeyEvent> event = std::make_unique<KeyEvent>(); in AKeyEvent_fromJava() local
312 MotionEvent* event = new MotionEvent(); in AMotionEvent_fromJava() local
336 InputEvent* event; in AInputQueue_getEvent() local
342 int32_t AInputQueue_preDispatchEvent(AInputQueue* queue, AInputEvent* event) { in AInputQueue_preDispatchEvent()
348 void AInputQueue_finishEvent(AInputQueue* queue, AInputEvent* event, int handled) { in AInputQueue_finishEvent()
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/volume/
H A DSafetyWarningDialog.java73 public boolean onKeyDown(int keyCode, KeyEvent event) { in onKeyDown()
82 public boolean onKeyUp(int keyCode, KeyEvent event) { in onKeyUp()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/tabs/
H A Dtab_content_transition_proxy.h73 auto event = *finishTransitionEvent_; in FinishTransition() local
78 void SetFinishTransitionEvent(std::function<void(bool)>&& event) in SetFinishTransitionEvent()
/ohos5.0/foundation/communication/netmanager_base/frameworks/js/napi/netstats/src/
H A Dstatistics_observer_wrapper.cpp51 const auto event = NapiUtils::GetStringFromValueUtf8(env, params[ARG_INDEX_0]); in On() local
93 std::string event = NapiUtils::GetStringFromValueUtf8(env, params[ARG_INDEX_0]); in Off() local
/ohos5.0/foundation/multimedia/audio_framework/services/audio_policy/server/src/service/manager/
H A Dclient_type_manager_handler.cpp69 void ClientTypeManagerHandler::HandleGetClientType(const AppExecFwk::InnerEvent::Pointer &event) in HandleGetClientType()
106 void ClientTypeManagerHandler::ProcessEvent(const AppExecFwk::InnerEvent::Pointer &event) in ProcessEvent()
/ohos5.0/base/location/frameworks/location_common/common/source/
H A Dcommon_hisysevent.cpp54 void WriteLocationInnerEvent(const int event, std::initializer_list<std::string> params) in WriteLocationInnerEvent()
70 void WriteLocationInnerEvent(const int event, std::vector<std::string> names, std::vector<std::stri… in WriteLocationInnerEvent()
/ohos5.0/base/telephony/call_manager/services/call/call_state_observer/src/
H A Dwired_headset.cpp30 void WiredHeadsetHandler::ProcessEvent(const AppExecFwk::InnerEvent::Pointer &event) in ProcessEvent()
62 boolean WiredHeadset::ButtonEventhandling(ButtonEvent event) in ButtonEventhandling()

1...<<21222324252627282930>>...136