/system/chre/test/simulation/ |
D | test_util.cc | 40 const char *name, uint64_t appId, uint32_t appVersion, uint32_t appPerms, in createStaticNanoapp() 85 void loadNanoapp(const char *name, uint64_t appId, uint32_t appVersion, in loadNanoapp() 101 void unloadNanoapp<uint64_t>(uint64_t appId) { in unloadNanoapp() 124 uint64_t *appId = static_cast<uint64_t *>(data); in testFinishUnloadingNanoappCallback() local
|
/system/chre/apps/test/chqts/src/general_test/ |
D | nanoapp_info.cc | 27 uint64_t appId; member 49 bool NanoappInfo::validate(uint64_t appId, uint32_t instanceId) { in validate()
|
/system/chre/platform/zephyr/ |
D | host_link.cc | 21 void HostLink::flushMessagesSentByNanoapp(uint64_t appId) { in flushMessagesSentByNanoapp()
|
/system/chre/core/ |
D | host_comms_manager.cc | 85 uint64_t appId, uint16_t hostEndpoint, uint32_t messageType, in craftNanoappMessageFromHost() 129 void HostCommsManager::sendMessageToNanoappFromHost(uint64_t appId, in sendMessageToNanoappFromHost()
|
D | event_loop.cc | 67 bool EventLoop::findNanoappInstanceIdByAppId(uint64_t appId, in findNanoappInstanceIdByAppId() 92 void EventLoop::invokeMessageFreeFunction(uint64_t appId, in invokeMessageFreeFunction() 318 uint64_t appId, struct chreNanoappInfo *info) const { in populateNanoappInfoForAppId()
|
/system/chre/platform/slpi/ |
D | platform_nanoapp.cc | 72 bool PlatformNanoappBase::setAppInfo(uint64_t appId, uint32_t appVersion, in setAppInfo() 93 bool PlatformNanoappBase::reserveBuffer(uint64_t appId, uint32_t appVersion, in reserveBuffer()
|
D | host_link.cc | 60 uint64_t appId; member 117 uint64_t appId; member 493 uint32_t transactionId, uint64_t appId, in handleLoadNanoappFile() 534 uint32_t transactionId, uint64_t appId, in handleLoadNanoappData() 853 void HostMessageHandlers::handleNanoappMessage(uint64_t appId, in handleNanoappMessage() 906 uint16_t hostClientId, uint32_t transactionId, uint64_t appId, in handleLoadNanoappRequest() 942 uint16_t hostClientId, uint32_t transactionId, uint64_t appId, in handleUnloadNanoappRequest()
|
/system/chre/host/common/test/ |
D | chre_test_client.cc | 206 void sendNanoappLoad(SocketClient &client, uint64_t appId, uint32_t appVersion, in sendNanoappLoad() 250 uint64_t appId, uint32_t appVersion, in sendLoadNanoappRequest() 264 void sendUnloadNanoappRequest(SocketClient &client, uint64_t appId) { in sendUnloadNanoappRequest()
|
/system/chre/host/common/ |
D | host_protocol_host.cc | 120 FlatBufferBuilder &builder, uint32_t transactionId, uint64_t appId, in encodeUnloadNanoappRequest() 176 FlatBufferBuilder &builder, uint32_t transactionId, uint64_t appId, in encodeLoadNanoappRequestForBinary() 190 uint64_t appId, uint32_t appVersion, uint32_t targetApiVersion, in encodeLoadNanoappRequestForFile()
|
D | fragmented_load_transaction.cc | 50 uint32_t transactionId, uint64_t appId, uint32_t appVersion, in FragmentedLoadTransaction()
|
/system/chre/host/common/include/chre_host/ |
D | napp_header.h | 28 uint64_t appId; member
|
D | fragmented_load_transaction.h | 41 uint64_t appId; member
|
/system/chre/java/test/chqts/src/com/google/android/chre/test/chqts/ |
D | ContextHubEventBetweenAppsTestExecutor.java | 49 public long appId; field in ContextHubEventBetweenAppsTestExecutor.AppInfo
|
/system/chre/host/hal_generic/common/ |
D | generic_context_hub_base.h | 250 Return<Result> unloadNanoApp(uint32_t hubId, uint64_t appId, in unloadNanoApp() 268 Return<Result> enableNanoApp(uint32_t /* hubId */, uint64_t appId, in enableNanoApp() 276 Return<Result> disableNanoApp(uint32_t /* hubId */, uint64_t appId, in disableNanoApp()
|
/system/chre/host/common/test/power_test/ |
D | chre_power_test_client.cc | 383 bool sendNanoappLoad(SocketClient &client, uint64_t appId, uint32_t appVersion, in sendNanoappLoad() 436 bool sendUnloadNanoappRequest(SocketClient &client, uint64_t appId) { in sendUnloadNanoappRequest() 452 uint64_t appId) { in unloadNanoapp() 479 for (auto appId : callbacks->getAppIdVector()) { in unloadAllNanoapps() local 545 for (auto appId : callbacks->getAppIdVector()) { in isLoaded() local 793 FlatBufferBuilder &fbb, uint64_t appId, in sendMessageToNanoapp()
|
/system/chre/platform/shared/ |
D | nanoapp_load_manager.cc | 22 uint32_t transactionId, uint64_t appId, in prepareForLoad()
|
D | host_protocol_common.cc | 30 FlatBufferBuilder &builder, uint64_t appId, uint32_t messageType, in encodeNanoappMessage()
|
/system/chre/host/common/audio_stress_test/ |
D | audio_stress_test.cc | 81 uint64_t appId, uint32_t appVersion) { in sendLoadNanoappRequest()
|
/system/chre/host/hal_generic/aidl/ |
D | generic_context_hub_aidl.cc | 131 ScopedAStatus ContextHub::unloadNanoapp(int32_t contextHubId, int64_t appId, in unloadNanoapp() 144 int64_t appId, in disableNanoapp() 152 int64_t appId, in enableNanoapp()
|
D | event_logger.cc | 57 void EventLogger::logNanoappUnload(int64_t appId, bool success) { in logNanoappUnload()
|
/system/vold/ |
D | KeyStorage.cpp | 120 static bool generateKeyStorageKey(Keystore& keystore, const std::string& appId, std::string* key) { in generateKeyStorageKey() 162 static km::AuthorizationSet beginParams(const std::string& appId) { in beginParams() 437 const std::string& secdiscardable_hash, std::string* appId) { in generateAppId() 579 std::string appId; in storeKey() local 634 std::string appId; in retrieveKey() local
|
/system/chre/core/include/chre/core/ |
D | host_comms_manager.h | 81 uint64_t appId; member
|
/system/chre/chre_api/legacy/v1_1/chre/ |
D | event.h | 269 uint64_t appId; member
|
/system/chre/chre_api/legacy/v1_3/chre/ |
D | event.h | 297 uint64_t appId; member
|
/system/chre/chre_api/legacy/v1_4/chre/ |
D | event.h | 311 uint64_t appId; member
|