Home
last modified time | relevance | path

Searched defs:RequestId (Results 1 – 2 of 2) sorted by relevance

/aosp12/system/iorap/include/binder/
H A Drequest_id.h26 struct RequestId : public AutoParcelable<RequestId> { struct
29 constexpr bool operator==(const RequestId& other) const { argument
/aosp12/frameworks/base/startop/iorap/src/com/google/android/startop/iorap/
H A DRequestId.java37 public class RequestId implements Parcelable { class
60 private RequestId(long requestId) { in RequestId() method in RequestId
103 private RequestId(Parcel in) { in RequestId() method in RequestId