Searched refs:JobScheduledEvent (Results 1 – 10 of 10) sorted by relevance
/aosp12/frameworks/base/startop/iorap/src/com/google/android/startop/iorap/ |
H A D | JobScheduledEvent.java | 37 public class JobScheduledEvent implements Parcelable { class 84 public static JobScheduledEvent createIdleMaintenance( in createIdleMaintenance() 86 return new JobScheduledEvent( in createIdleMaintenance() 90 private JobScheduledEvent(@Type int type, in JobScheduledEvent() method in JobScheduledEvent 114 } else if (other instanceof JobScheduledEvent) { in equals() 115 return equals((JobScheduledEvent) other); in equals() 120 private boolean equals(JobScheduledEvent other) { in equals() 148 private JobScheduledEvent(Parcel in) { in JobScheduledEvent() method in JobScheduledEvent 166 return new JobScheduledEvent(in); 169 public JobScheduledEvent[] newArray(int size) { [all …]
|
H A D | IorapForwardingService.java | 614 JobScheduledEvent.createIdleMaintenance( 615 JobScheduledEvent.TYPE_START_JOB,
|
/aosp12/system/iorap/include/binder/ |
H A D | job_scheduled_event.h | 27 struct JobScheduledEvent : public AutoParcelable<JobScheduledEvent> { struct 44 constexpr bool operator==(const JobScheduledEvent& other) const { argument 52 constexpr bool operator!=(const JobScheduledEvent& other) const { 58 JobScheduledEvent, type, job_id, sort, package_name, should_update_versions); 62 IORAP_JAVA_NAMESPACE_BINDER_TYPEDEF(JobScheduledEvent)
|
/aosp12/system/iorap/binder/com/google/android/startop/iorap/ |
H A D | IIorap.aidl | 24 import com.google.android.startop.iorap.JobScheduledEvent; 115 void onJobScheduledEvent(in RequestId request, in JobScheduledEvent event); in onJobScheduledEvent()
|
H A D | JobScheduledEvent.aidl | 20 parcelable JobScheduledEvent cpp_header "binder/job_scheduled_event.h";
|
/aosp12/system/iorap/src/manager/ |
H A D | event_manager.cc | 54 using binder::JobScheduledEvent; 868 void Subscribe(rxcpp::subscriber<std::pair<RequestId, JobScheduledEvent>> subscriber) { in Subscribe() 877 void OnNext(RequestId request_id, JobScheduledEvent e) { in OnNext() 886 …subscriber_->on_next(std::pair<RequestId, JobScheduledEvent>{std::move(request_id), std::move(e)}); in OnNext() 916 std::optional<rxcpp::subscriber<std::pair<RequestId, JobScheduledEvent>>> subscriber_; 1012 const JobScheduledEvent& event) { in OnJobScheduledEvent() 1136 using RequestAndJobEvent = std::pair<RequestId, JobScheduledEvent>; in InitializeRxGraphForJobScheduledEvents() 1310 rxcpp::observable<std::pair<RequestId, JobScheduledEvent>> job_scheduled_events_; 1377 const JobScheduledEvent& event) { in OnJobScheduledEvent()
|
H A D | event_manager.h | 89 const binder::JobScheduledEvent& event);
|
/aosp12/system/iorap/src/binder/ |
H A D | iiorap_def.h | 34 (const ::com::google::android::startop::iorap::,JobScheduledEvent,&,event)) \
|
H A D | iiorap_impl.cc | 189 const JobScheduledEvent& event) { in OnJobScheduledEvent() 461 const JobScheduledEvent& event) { in SendArgs()
|
/aosp12/frameworks/base/services/ |
H A D | art-profile | 50990 …JobScheduledEvent;)V+]Landroid/os/IBinder;Landroid/os/BinderProxy;]Lcom/google/android/startop/ior… 51086 PLcom/google/android/startop/iorap/JobScheduledEvent$1;-><init>()V 51087 PLcom/google/android/startop/iorap/JobScheduledEvent;-><clinit>()V 51088 HPLcom/google/android/startop/iorap/JobScheduledEvent;-><init>(IIILjava/lang/String;Z)V 51089 HPLcom/google/android/startop/iorap/JobScheduledEvent;->checkConstructorArguments()V 51090 …rap/JobScheduledEvent;->createIdleMaintenance(ILandroid/app/job/JobParameters;Ljava/lang/String;Z)… 51091 HPLcom/google/android/startop/iorap/JobScheduledEvent;->writeToParcel(Landroid/os/Parcel;I)V+]Landr… 56829 Lcom/google/android/startop/iorap/JobScheduledEvent$1; 56830 Lcom/google/android/startop/iorap/JobScheduledEvent;
|