/aosp14/frameworks/base/core/java/android/hardware/location/ |
H A D | ContextHubMessage.java | 39 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 D | IContextHubCallback.aidl | 19 import android.hardware.location.ContextHubMessage; 25 void onMessageReceipt(int hubId, int nanoAppId, in ContextHubMessage msg); in onMessageReceipt()
|
H A D | IContextHubService.aidl | 22 import android.hardware.location.ContextHubMessage; 67 int sendMessage(int contextHubHandle, int nanoAppHandle, in ContextHubMessage msg); in sendMessage()
|
H A D | ContextHubMessage.aidl | 21 parcelable ContextHubMessage;
|
H A D | ContextHubManager.java | 225 @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 D | ContextHubServiceUtil.java | 268 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 D | ContextHubService.java | 33 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 D | IContextHubWrapper.java | 438 public void handleContextHubMessage(android.hardware.contexthub.ContextHubMessage msg, in handleContextHubMessage()
|
/aosp14/frameworks/base/core/api/ |
H A D | system-current.txt | 5259 …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 D | preloaded-classes | 2796 android.hardware.location.ContextHubMessage$1 2797 android.hardware.location.ContextHubMessage
|
H A D | boot-image-profile.txt | 25580 Landroid/hardware/location/ContextHubMessage$1; 25581 Landroid/hardware/location/ContextHubMessage;
|
/aosp14/frameworks/base/config/ |
H A D | preloaded-classes | 2800 android.hardware.location.ContextHubMessage$1 2801 android.hardware.location.ContextHubMessage
|
H A D | boot-image-profile.txt | 35687 Landroid/hardware/location/ContextHubMessage$1; 35688 Landroid/hardware/location/ContextHubMessage;
|
/aosp14/frameworks/base/services/ |
H A D | art-profile | 4761 …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 D | hiddenapi-max-target-o.txt | 21114 …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
|