HomeSort by relevance Sort by last modified time
    Searched defs:appSize (Results 1 - 3 of 3) sorted by null

  /device/google/contexthub/firmware/inc/
nanohubPacket.h 132 __le32 appSize;
  /device/google/contexthub/firmware/src/
nanohubCommand.c 134 uint32_t appIdx, appVer, appSize;
136 if (osAppInfoById(le64toh(req->appId), &appIdx, &appVer, &appSize)) {
149 uint32_t appVer, appSize;
151 if (osAppInfoByIndex(le32toh(req->appIdx), &appId, &appVer, &appSize)) {
154 resp->appSize = htole32(appSize);
    [all...]
  /prebuilts/tools/common/m2/repository/org/eclipse/jetty/jetty-io/8.1.14.v20131031/
jetty-io-8.1.14.v20131031.jar 

Completed in 2323 milliseconds