Home
last modified time | relevance | path

Searched defs:Event (Results 101 – 125 of 1874) sorted by relevance

12345678910>>...75

/aosp_15_r20/packages/apps/Car/systemlibs/car-scalable-ui-lib/src/com/android/car/scalableui/manager/
DEvent.java22 public class Event { class
31 public Event(String id) { in Event() method in Event
41 public Event(String id, Object payload) { in Event() method in Event
/aosp_15_r20/hardware/interfaces/sensors/common/default/2.X/multihal/include/V2_1/
H A DSubHal.h104 Return<V1_0::Result> initialize_2_1( in initialize_2_1()
111 Return<V1_0::Result> initialize( in initialize()
121 Return<V1_0::Result> injectSensorData(const V1_0::Event& /* event */) final { in injectSensorData()
/aosp_15_r20/external/pigweed/pw_digital_io/public/pw_digital_io/
H A Ddigital_io_mock.h34 struct Event { struct
39 pw::InlineDeque<Event>& events() { return events_; } in events() argument
/aosp_15_r20/external/crosvm/src/sys/windows/
H A Dcontrol_server.rs102 pub fn client_waiting(&self) -> &Event { in client_waiting()
130 exit_evt: Event, in server_listener_loop()
132 client_waiting: Event, in server_listener_loop()
255 exit_evt: Event, in control_to_client_worker()
/aosp_15_r20/out/soong/.intermediates/libcore/core_oj_api_files/gen/gensrcs/libcore/ojluni/src/main/java/java/nio/file/
DFileTreeWalker.java127 static class Event { class in FileTreeWalker
133 private Event(EventType type, Path file, BasicFileAttributes attrs, IOException ioe) { in Event() method in FileTreeWalker.Event
140 Event(EventType type, Path file, BasicFileAttributes attrs) { in Event() method in FileTreeWalker.Event
144 Event(EventType type, Path file, IOException ioe) { in Event() method in FileTreeWalker.Event
/aosp_15_r20/libcore/ojluni/src/main/java/java/nio/file/
H A DFileTreeWalker.java127 static class Event { class in FileTreeWalker
133 private Event(EventType type, Path file, BasicFileAttributes attrs, IOException ioe) { in Event() method in FileTreeWalker.Event
140 Event(EventType type, Path file, BasicFileAttributes attrs) { in Event() method in FileTreeWalker.Event
144 Event(EventType type, Path file, IOException ioe) { in Event() method in FileTreeWalker.Event
/aosp_15_r20/out/soong/.intermediates/libcore/core_oj_api_files/gen/9/libcore/ojluni/src/main/java/java/nio/file/
DFileTreeWalker.java127 static class Event { class in FileTreeWalker
133 private Event(EventType type, Path file, BasicFileAttributes attrs, IOException ioe) { in Event() method in FileTreeWalker.Event
140 Event(EventType type, Path file, BasicFileAttributes attrs) { in Event() method in FileTreeWalker.Event
144 Event(EventType type, Path file, IOException ioe) { in Event() method in FileTreeWalker.Event
/aosp_15_r20/external/skia/modules/bentleyottmann/include/
H A DEventQueue.h49 struct Event { struct
51 EventType type; argument
53 friend bool operator< (const Event& e0, const Event& e1) { argument
/aosp_15_r20/external/cronet/third_party/protobuf/src/google/protobuf/util/internal/
H A Dprotostream_objectwriter.h209 explicit Event(Type type) : type_(type), value_(DataPiece::NullData()) {} in Event() function
212 explicit Event(Type type, StringPiece name) in Event() function
216 explicit Event(StringPiece name, const DataPiece& value) in Event() function
221 Event(const Event& other) in Event() function
/aosp_15_r20/external/protobuf/src/google/protobuf/util/internal/
H A Dprotostream_objectwriter.h209 explicit Event(Type type) : type_(type), value_(DataPiece::NullData()) {} in Event() function
212 explicit Event(Type type, StringPiece name) in Event() function
216 explicit Event(StringPiece name, const DataPiece& value) in Event() function
221 Event(const Event& other) in Event() function
/aosp_15_r20/external/crosvm/vm_control/src/
H A Dapi.rs161 evt: Event, in register_io_event_with_alloc()
178 evt: Event, in unregister_io_event_with_alloc()
193 pub fn register_io_event(&self, event: Event, addr: u64, datamatch: Datamatch) -> Result<()> { in register_io_event()
203 pub fn unregister_io_event(&self, event: Event, addr: u64, datamatch: Datamatch) -> Result<()> { in unregister_io_event()
/aosp_15_r20/tools/tradefederation/core/javatests/com/android/tradefed/cluster/
DClusterEventUploaderTest.java39 static class Event implements IClusterEvent { class in ClusterEventUploaderTest
44 public Event(String name) { in Event() method in ClusterEventUploaderTest.Event
48 public Event(String name, boolean uploadSuccess) { in Event() method in ClusterEventUploaderTest.Event
/aosp_15_r20/external/crosvm/media/libvda/src/encode/
H A Devent.rs48 pub enum Event { enum
71 impl Event { impl
/aosp_15_r20/frameworks/base/services/tests/servicestests/src/com/android/server/job/
H A DMockBiasJobService.java76 public static class Event { class in MockBiasJobService.TestEnvironment
80 public Event() { in Event() method in MockBiasJobService.TestEnvironment.Event
83 public Event(int event, int jobId) { in Event() method in MockBiasJobService.TestEnvironment.Event
/aosp_15_r20/prebuilts/vndk/v31/arm64/include/frameworks/av/media/libstagefright/foundation/include/media/stagefright/foundation/
DALooper.h67 struct Event { struct
68 int64_t mWhenUs;
69 sp<AMessage> mMessage;
/aosp_15_r20/prebuilts/vndk/v30/arm64/include/frameworks/av/media/libstagefright/foundation/include/media/stagefright/foundation/
DALooper.h67 struct Event { struct
68 int64_t mWhenUs;
69 sp<AMessage> mMessage;
/aosp_15_r20/prebuilts/vndk/v31/arm/include/frameworks/av/media/libstagefright/foundation/include/media/stagefright/foundation/
DALooper.h67 struct Event { struct
68 int64_t mWhenUs;
69 sp<AMessage> mMessage;
/aosp_15_r20/prebuilts/vndk/v32/arm/include/frameworks/av/media/libstagefright/foundation/include/media/stagefright/foundation/
DALooper.h67 struct Event { struct
68 int64_t mWhenUs;
69 sp<AMessage> mMessage;
/aosp_15_r20/prebuilts/vndk/v33/arm/include/frameworks/av/media/libstagefright/foundation/include/media/stagefright/foundation/
DALooper.h67 struct Event { struct
68 int64_t mWhenUs;
69 sp<AMessage> mMessage;
/aosp_15_r20/prebuilts/vndk/v32/arm64/include/frameworks/av/media/libstagefright/foundation/include/media/stagefright/foundation/
DALooper.h67 struct Event { struct
68 int64_t mWhenUs;
69 sp<AMessage> mMessage;
/aosp_15_r20/prebuilts/vndk/v30/x86_64/include/frameworks/av/media/libstagefright/foundation/include/media/stagefright/foundation/
DALooper.h67 struct Event { struct
68 int64_t mWhenUs;
69 sp<AMessage> mMessage;
/aosp_15_r20/prebuilts/vndk/v31/x86_64/include/frameworks/av/media/libstagefright/foundation/include/media/stagefright/foundation/
DALooper.h67 struct Event { struct
68 int64_t mWhenUs;
69 sp<AMessage> mMessage;
/aosp_15_r20/prebuilts/vndk/v32/x86/include/frameworks/av/media/libstagefright/foundation/include/media/stagefright/foundation/
DALooper.h67 struct Event { struct
68 int64_t mWhenUs;
69 sp<AMessage> mMessage;
/aosp_15_r20/prebuilts/vndk/v33/x86/include/frameworks/av/media/libstagefright/foundation/include/media/stagefright/foundation/
DALooper.h67 struct Event { struct
68 int64_t mWhenUs;
69 sp<AMessage> mMessage;
/aosp_15_r20/prebuilts/vndk/v30/x86/include/frameworks/av/media/libstagefright/foundation/include/media/stagefright/foundation/
DALooper.h67 struct Event { struct
68 int64_t mWhenUs;
69 sp<AMessage> mMessage;

12345678910>>...75