HomeSort by relevance Sort by last modified time
    Searched refs:appId (Results 26 - 50 of 161) sorted by null

12 3 4 5 6 7

  /system/chre/platform/shared/
host_protocol_common.cc 30 FlatBufferBuilder& builder, uint64_t appId, uint32_t messageType,
36 builder, appId, messageType, hostEndpoint, messageDataOffset);
  /frameworks/base/core/java/android/hardware/location/
NanoApp.java 83 @Deprecated public NanoApp(int appId, byte[] appBinary) {
102 public NanoApp(long appId, byte[] appBinary) {
106 mAppId = appId;
140 * @param appId app identifier
142 public void setAppId(long appId) {
143 mAppId = appId;
332 throw new IllegalStateException("Must set AppId for nanoapp " + mName);
  /frameworks/base/services/core/java/com/android/server/pm/
PackageSetting.java 33 int appId;
91 + " " + name + "/" + appId + "}";
100 appId = orig.appId;
138 proto.write(PackageProto.UID, appId);
Installer.java 153 public long createAppData(String uuid, String packageName, int userId, int flags, int appId,
157 return mInstalld.createAppData(uuid, packageName, userId, flags, appId, seInfo,
164 public void restoreconAppData(String uuid, String packageName, int userId, int flags, int appId,
168 mInstalld.restoreconAppData(uuid, packageName, userId, flags, appId, seInfo);
214 String dataAppName, int appId, String seInfo, int targetSdkVersion)
218 mInstalld.moveCompleteApp(fromUuid, toUuid, packageName, dataAppName, appId, seInfo,
225 public void getAppSize(String uuid, String[] packageNames, int userId, int flags, int appId,
231 appId, ceDataInodes, codePaths);
269 public void setAppQuota(String uuid, int userId, int appId, long cacheQuota)
273 mInstalld.setAppQuota(uuid, userId, appId, cacheQuota)
    [all...]
  /frameworks/native/cmds/installd/binder/android/os/
IInstalld.aidl 25 int userId, int flags, int appId, in @utf8InCpp String seInfo, int targetSdkVersion);
27 int userId, int flags, int appId, @utf8InCpp String seInfo);
38 int userId, int flags, int appId, in long[] ceDataInodes,
43 void setAppQuota(@nullable @utf8InCpp String uuid, int userId, int appId, long cacheQuota);
46 @utf8InCpp String packageName, @utf8InCpp String dataAppName, int appId,
  /device/google/contexthub/contexthubhal/test/
main.cpp 26 inline std::ostream &operator << (std::ostream &os, const hub_app_name_t &appId)
29 __be64 beAppId = htobe64(appId.id);
30 uint32_t seqId = appId.id & NANOAPP_VENDOR_ALL_APPS;
38 os << "#" << std::hex << appId.id;
44 void dumpBuffer(std::ostream &os, const char *pfx, const hub_app_name_t &appId, uint32_t evtId, const void *data, size_t len, int status)
47 os << pfx << ": [ID=" << appId << "; SZ=" << std::dec << len;
226 uint64_t appId = 0;
240 appId = strtoull(optarg, &end, 16);
266 const hub_app_name_t app_name = { .id = appId };
274 req.app_name.id = appId;
    [all...]
  /packages/apps/Bluetooth/src/com/android/bluetooth/gatt/
ContextMap.java 51 int appId;
54 Connection(int connId, String address,int appId) {
57 this.appId = appId;
260 void removeConnectionsByAppId(int appId) {
264 if (connection.appId == appId) {
371 return getById(connection.appId);
387 if (connection.address.equalsIgnoreCase(address) && connection.appId == id)
405 List<Connection> getConnectionByApp(int appId) {
    [all...]
  /device/google/contexthub/firmware/app/chre/common/
chre_app_syscalls.c 36 uint64_t appId = 0;
37 (void)syscallDo1P(SYSCALL_CHRE_API(GET_APP_ID), &appId);
38 return appId;
  /device/google/contexthub/util/nanotool/
apptohostevent.h 27 uint64_t appId;
55 // The u64 appId used in nanohub is 40 bits vendor ID + 24 bits app ID (see seos.h)
56 constexpr uint64_t MakeAppId(uint64_t vendorId, uint32_t appId) {
57 return (vendorId << 24) | (appId & 0x00FFFFFF);
  /frameworks/base/services/tests/servicestests/src/com/android/server/locksettings/
MockSyntheticPasswordManager.java 60 byte[] appId = new byte[len];
61 buffer.get(appId);
63 if (!Arrays.equals(appId, applicationId)) {
  /hardware/interfaces/contexthub/1.0/default/
Contexthub.h 48 uint64_t appId,
52 uint64_t appId,
56 uint64_t appId,
  /system/chre/host/hal_generic/
generic_context_hub.cc 232 builder, transactionId, appBinary.appId, appBinary.appVersion,
243 appBinary.customBinary.size(), appBinary.appId, transactionId, result);
249 uint32_t hubId, uint64_t appId, uint32_t transactionId) {
258 builder, transactionId, appId, false /* allowSystemNanoappUnload */);
267 " as transaction ID %" PRIu32 ": result %" PRIu32, appId, transactionId,
274 uint32_t /* hubId */, uint64_t appId, uint32_t /* transactionId */) {
277 appId);
282 uint32_t /* hubId */, uint64_t appId, uint32_t /* transactionId */) {
285 appId);
333 uint64_t appId, uint32_t messageType, uint16_t hostEndpoint
    [all...]
generic_context_hub.h 60 Return<Result> unloadNanoApp(uint32_t hubId, uint64_t appId, uint32_t transactionId) override;
61 Return<Result> enableNanoApp(uint32_t hubId, uint64_t appId, uint32_t transactionId) override;
62 Return<Result> disableNanoApp(uint32_t hubId, uint64_t appId, uint32_t transactionId) override;
79 uint64_t appId, uint32_t messageType, uint16_t hostEndpoint,
  /system/chre/platform/slpi/
host_link.cc 55 uint64_t appId;
106 uint64_t appId;
279 if (!eventLoop.findNanoappInstanceIdByAppId(cbData->appId, &instanceId)) {
280 LOGE("Couldn't unload app ID 0x%016" PRIx64 ": not found", cbData->appId);
303 builder, msgToHost->appId, msgToHost->toHostData.messageType,
521 void HostLink::flushMessagesSentByNanoapp(uint64_t /*appId*/) {
604 uint64_t appId, uint32_t messageType, uint16_t hostEndpoint,
608 appId, hostEndpoint, messageType, messageDataLen);
613 appId, messageType, hostEndpoint, messageData, messageDataLen);
633 uint16_t hostClientId, uint32_t transactionId, uint64_t appId,
    [all...]
  /frameworks/base/core/java/android/print/
IPrintSpooler.aidl 40 int state, int appId, int sequence);
42 int appId, int sequence);
  /frameworks/native/cmds/installd/
CacheTracker.h 42 CacheTracker(userid_t userId, appid_t appId, const std::string& quotaDevice);
  /system/chre/platform/linux/include/chre/target_platform/
static_nanoapp_init.h 30 * @param appId the app's unique 64-bit ID
46 appInfo.appId = appId_; \
  /system/chre/platform/slpi/include/chre/target_platform/
static_nanoapp_init.h 31 * @param appId the app's unique 64-bit ID
48 appInfo.appId = appId_; \
  /device/google/contexthub/contexthubhal/
nanohubhal.cpp 50 inline std::ostream &operator << (std::ostream &os, const hub_app_name_t &appId)
53 __be64 beAppId = htobe64(appId.id);
54 uint32_t seqId = appId.id & NANOAPP_VENDOR_ALL_APPS;
62 os << "#" << std::hex << appId.id;
68 void dumpBuffer(const char *pfx, const hub_app_name_t &appId, uint32_t evtId, const void *data, size_t len, int status)
72 os << pfx << ": [ID=" << appId << "; SZ=" << std::dec << len;
173 .appId = name.id,
275 hub_app_name_t app_name = { .id = msg.hdr.appId };
  /device/google/contexthub/firmware/os/inc/
seos.h 174 bool osTidById(uint64_t *appId, uint32_t *tid);
175 bool osAppInfoById(uint64_t appId, uint32_t *appIdx, uint32_t *appVer, uint32_t *appSize);
176 bool osAppInfoByIndex(uint32_t appIdx, uint64_t *appId, uint32_t *appVer, uint32_t *appSize);
177 bool osExtAppInfoByIndex(uint32_t appIdx, uint64_t *appId, uint32_t *appVer, uint32_t *appSize);
266 uint32_t osExtAppStopApps(uint64_t appId);
267 uint32_t osExtAppEraseApps(uint64_t appId);
268 uint32_t osExtAppStartApps(uint64_t appId);
291 .hdr.appId = (_id), \
  /system/chre/chre_api/include/chre_api/chre/
event.h 269 uint64_t appId;
432 * In the current API, appId is required to be unique, i.e. there cannot be two
433 * nanoapps running concurrently with the same appId. If this restriction is
434 * removed in a future API version and multiple instances of the same appId are
437 * @param appId Identifier for the nanoapp that the caller is requesting
446 bool chreGetNanoappInfoByAppId(uint64_t appId, struct chreNanoappInfo *info);
  /system/chre/platform/linux/
platform_nanoapp.cc 49 return (mAppInfo == nullptr ? 0 : mAppInfo->appId);
121 mAppInfo->appId, mAppInfo->appVersion, mAppInfo->isTcmNanoapp,
  /system/vold/
KeyStorage.cpp 109 const std::string& appId, std::string* key) {
115 .Authorization(TAG_APPLICATION_ID, blob2hidlVec(appId));
135 const std::string& appId) {
140 .Authorization(TAG_APPLICATION_ID, blob2hidlVec(appId));
307 std::string* appId) {
310 *appId = hashWithPrefix(kHashPrefix_secdiscardable, secdiscardable) + stretched;
446 std::string appId;
447 if (!generateAppId(auth, stretching, salt, secdiscardable, &appId)) return false;
453 if (!generateKeymasterKey(keymaster, auth, appId, &kmKey)) return false;
455 auto keyParams = beginParams(auth, appId);
    [all...]
  /frameworks/base/services/print/java/com/android/server/print/
PrintManagerService.java 117 PrintAttributes attributes, String packageName, int appId, int userId) {
131 resolvedAppId = resolveCallingAppEnforcingPermissions(appId);
145 public List<PrintJobInfo> getPrintJobInfos(int appId, int userId) {
154 resolvedAppId = resolveCallingAppEnforcingPermissions(appId);
166 public PrintJobInfo getPrintJobInfo(PrintJobId printJobId, int appId, int userId) {
179 resolvedAppId = resolveCallingAppEnforcingPermissions(appId);
212 public void cancelPrintJob(PrintJobId printJobId, int appId, int userId) {
225 resolvedAppId = resolveCallingAppEnforcingPermissions(appId);
237 public void restartPrintJob(PrintJobId printJobId, int appId, int userId) {
250 resolvedAppId = resolveCallingAppEnforcingPermissions(appId);
    [all...]
  /device/google/contexthub/firmware/os/core/
seos.c 428 static struct Task* osTaskFindByAppID(uint64_t appID)
433 if (task->app && task->app->hdr.appId == appID)
678 osLog(LOG_WARN, "External app id %016" PRIX64 " @ %p cannot be used as too many apps already exist.\n", app->hdr.appId, app);
687 osLog(LOG_WARN, "App @ %p ID %016" PRIX64 " failed to load\n", app, app->hdr.appId);
715 task->app->hdr.appId, (uintptr_t) task->app, (uintptr_t) task->platInfo.data, task->tid);
720 osLog(LOG_WARN, "App @ %p ID %016" PRIX64 " failed to init\n", task->app, task->app->hdr.appId);
761 static bool osExtAppFind(struct SegmentIterator *it, uint64_t appId)
763 uint64_t vendor = APP_ID_GET_VENDOR(appId);
764 uint64_t seqId = APP_ID_GET_SEQ_ID(appId);
    [all...]

Completed in 389 milliseconds

12 3 4 5 6 7