Searched refs:nanoappId (Results 1 – 4 of 4) sorted by relevance
/aosp14/frameworks/base/services/core/java/com/android/server/location/contexthub/ |
H A D | ContextHubEventLogger.java | 64 public final long nanoappId; field in ContextHubEventLogger.NanoappEventBase 74 nanoappId = mNanoappId; in NanoappEventBase() 107 sb.append(Long.toHexString(nanoappId)); in toString() 135 sb.append(Long.toHexString(nanoappId)); in toString() 242 public synchronized void logNanoappLoad(int contextHubId, long nanoappId, int nanoappVersion, in logNanoappLoad() argument 245 NanoappLoadEvent event = new NanoappLoadEvent(timeStampInMs, contextHubId, nanoappId, in logNanoappLoad() 260 public synchronized void logNanoappUnload(int contextHubId, long nanoappId, boolean success) { in logNanoappUnload() argument 263 nanoappId, success); in logNanoappUnload()
|
H A D | IContextHubWrapper.java | 80 void handleNanoappAbort(long nanoappId, int abortCode); in handleNanoappAbort() argument 336 public abstract int unloadNanoapp(int contextHubId, long nanoappId, in unloadNanoapp() argument 343 public abstract int enableNanoapp(int contextHubId, long nanoappId, in enableNanoapp() argument 350 public abstract int disableNanoapp(int contextHubId, long nanoappId, in disableNanoapp() argument 649 public int unloadNanoapp(int contextHubId, long nanoappId, int transactionId) in unloadNanoapp() argument 657 hub.unloadNanoapp(contextHubId, nanoappId, transactionId); in unloadNanoapp() 675 hub.enableNanoapp(contextHubId, nanoappId, transactionId); in enableNanoapp() 693 hub.disableNanoapp(contextHubId, nanoappId, transactionId); in disableNanoapp() 906 contextHubId, nanoappId, transactionId)); in unloadNanoapp() 913 contextHubId, nanoappId, transactionId)); in enableNanoapp() [all …]
|
H A D | ContextHubServiceUtil.java | 177 aidlNanoAppBinary.nanoappId = nanoAppBinary.getNanoAppId(); in createAidlNanoAppBinary() 233 new NanoAppState(appInfo.nanoappId, appInfo.nanoappVersion, in createNanoAppStateList() 273 aidlMessage.nanoappId = message.getNanoAppId(); in createAidlContextHubMessage() 308 message.nanoappId, message.messageType, message.messageBody, in createNanoAppMessage()
|
H A D | ContextHubService.java | 198 public void handleNanoappAbort(long nanoappId, int abortCode) { in handleNanoappAbort() argument 199 handleAppAbortCallback(mContextHubId, nanoappId, abortCode); in handleNanoappAbort()
|