HomeSort by relevance Sort by last modified time
    Searched refs:appID (Results 1 - 4 of 4) sorted by null

  /external/nist-sip/java/gov/nist/javax/sip/parser/ims/
PPreferredServiceParser.java 124 String appID = urn.split(ParameterNamesIms.APPLICATION_ID_LABEL)[1];
125 if(appID.trim().equals(""))
132 pps.setApplicationIdentifiers(appID);
PAssertedServiceParser.java 86 String appID = urn.split(ParameterNamesIms.APPLICATION_ID_LABEL+".")[1];
87 if(appID.trim().equals(""))
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
ndfapi.h 59 LPCWSTR appID,
  /device/google/contexthub/firmware/src/
seos.c 420 static struct Task* osTaskFindByAppID(uint64_t appID)
425 if (task->app && task->app->hdr.appId == appID)
670 osLog(LOG_WARN, "External app id %016" PRIX64 " @ %p cannot be used as too many apps already exist.\n", app->hdr.appId, app);
679 osLog(LOG_WARN, "App @ %p ID %016" PRIX64 " failed to load\n", app, app->hdr.appId);
707 task->app->hdr.appId, (uintptr_t) task->app, (uintptr_t) task->platInfo.data, task->tid);
712 osLog(LOG_WARN, "App @ %p ID %016" PRIX64 "failed to init\n", task->app, task->app->hdr.appId);
741 static bool osExtAppFind(struct SegmentIterator *it, uint64_t appId)
743 uint64_t vendor = APP_ID_GET_VENDOR(appId);
744 uint64_t seqId = APP_ID_GET_SEQ_ID(appId);
    [all...]

Completed in 329 milliseconds