Home
last modified time | relevance | path

Searched refs:ContextHubMessage (Results 1 – 15 of 15) sorted by relevance

/aosp14/frameworks/base/core/java/android/hardware/location/
H A DContextHubMessage.java39 public class ContextHubMessage implements Parcelable { class
106 public ContextHubMessage(int msgType, int version, byte[] data) { in ContextHubMessage() method in ContextHubMessage
116 private ContextHubMessage(Parcel in) { in ContextHubMessage() method in ContextHubMessage
131 public static final @NonNull Parcelable.Creator<ContextHubMessage> CREATOR
132 = new Parcelable.Creator<ContextHubMessage>() {
133 public ContextHubMessage createFromParcel(Parcel in) {
134 return new ContextHubMessage(in);
137 public ContextHubMessage[] newArray(int size) {
138 return new ContextHubMessage[size];
H A DIContextHubCallback.aidl19 import android.hardware.location.ContextHubMessage;
25 void onMessageReceipt(int hubId, int nanoAppId, in ContextHubMessage msg); in onMessageReceipt()
H A DIContextHubService.aidl22 import android.hardware.location.ContextHubMessage;
67 int sendMessage(int contextHubHandle, int nanoAppHandle, in ContextHubMessage msg); in sendMessage()
H A DContextHubMessage.aidl21 parcelable ContextHubMessage;
H A DContextHubManager.java225 @NonNull ContextHubMessage message); in onMessageReceipt()
243 void onMessageReceipt(int hubHandle, int nanoAppHandle, ContextHubMessage message); in onMessageReceipt()
433 public int sendMessage(int hubHandle, int nanoAppHandle, @NonNull ContextHubMessage message) { in sendMessage()
1091 int hubId, int nanoAppId, ContextHubMessage message) {
1100 final int hubId, final int nanoAppId, final ContextHubMessage message) {
/aosp14/frameworks/base/services/core/java/com/android/server/location/contexthub/
H A DContextHubServiceUtil.java268 static android.hardware.contexthub.ContextHubMessage createAidlContextHubMessage( in createAidlContextHubMessage()
270 android.hardware.contexthub.ContextHubMessage aidlMessage = in createAidlContextHubMessage()
271 new android.hardware.contexthub.ContextHubMessage(); in createAidlContextHubMessage()
306 android.hardware.contexthub.ContextHubMessage message) { in createNanoAppMessage()
H A DContextHubService.java33 import android.hardware.location.ContextHubMessage;
791 public int sendMessage(int contextHubHandle, int nanoAppHandle, ContextHubMessage msg)
1327 ContextHubMessage msg = new ContextHubMessage(msgType, msgVersion, data);
H A DIContextHubWrapper.java438 public void handleContextHubMessage(android.hardware.contexthub.ContextHubMessage msg, in handleContextHubMessage()
/aosp14/frameworks/base/core/api/
H A Dsystem-current.txt5259 …ONTEXT_HUB) public int sendMessage(int, int, @NonNull android.hardware.location.ContextHubMessage);
5284 …lic abstract void onMessageReceipt(int, int, @NonNull android.hardware.location.ContextHubMessage);
5287 @Deprecated public class ContextHubMessage implements android.os.Parcelable {
5288 ctor @Deprecated public ContextHubMessage(int, int, byte[]);
5297 …ic static final android.os.Parcelable.Creator<android.hardware.location.ContextHubMessage> CREATOR;
/aosp14/frameworks/base/boot/
H A Dpreloaded-classes2796 android.hardware.location.ContextHubMessage$1
2797 android.hardware.location.ContextHubMessage
H A Dboot-image-profile.txt25580 Landroid/hardware/location/ContextHubMessage$1;
25581 Landroid/hardware/location/ContextHubMessage;
/aosp14/frameworks/base/config/
H A Dpreloaded-classes2800 android.hardware.location.ContextHubMessage$1
2801 android.hardware.location.ContextHubMessage
H A Dboot-image-profile.txt35687 Landroid/hardware/location/ContextHubMessage$1;
35688 Landroid/hardware/location/ContextHubMessage;
/aosp14/frameworks/base/services/
H A Dart-profile4761 …Message(SLandroid/hardware/location/NanoAppMessage;)Landroid/hardware/contexthub/ContextHubMessage;
4762 …tHubServiceUtil;->createNanoAppMessage(Landroid/hardware/contexthub/ContextHubMessage;)Landroid/ha…
4772 …tHubWrapperAidl$ContextHubAidlCallback;Landroid/hardware/contexthub/ContextHubMessage;[Ljava/lang/…
4774 …AidlCallback;->handleContextHubMessage(Landroid/hardware/contexthub/ContextHubMessage;[Ljava/lang/…
4776 …ack;->lambda$handleContextHubMessage$1(Landroid/hardware/contexthub/ContextHubMessage;[Ljava/lang/…
/aosp14/frameworks/base/boot/hiddenapi/
H A Dhiddenapi-max-target-o.txt21114 …on/ContextHubManager$ICallback;->onMessageReceipt(IILandroid/hardware/location/ContextHubMessage;)V
21128 Landroid/hardware/location/ContextHubMessage;-><init>(Landroid/os/Parcel;)V
21129 Landroid/hardware/location/ContextHubMessage;->DEBUG_LOG_NUM_BYTES:I
21130 Landroid/hardware/location/ContextHubMessage;->mData:[B
21131 Landroid/hardware/location/ContextHubMessage;->mType:I
21132 Landroid/hardware/location/ContextHubMessage;->mVersion:I
21332 …IContextHubCallback$Stub$Proxy;->onMessageReceipt(IILandroid/hardware/location/ContextHubMessage;)V
21337 …e/location/IContextHubCallback;->onMessageReceipt(IILandroid/hardware/location/ContextHubMessage;)V
21392 …ation/IContextHubService$Stub$Proxy;->sendMessage(IILandroid/hardware/location/ContextHubMessage;)I
21424 …ardware/location/IContextHubService;->sendMessage(IILandroid/hardware/location/ContextHubMessage;)I