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

  /frameworks/base/services/core/java/com/android/server/location/
ContextHubService.java 62 private static final int MSG_HEADER_SIZE = 4;
68 private static final int HEADER_FIELD_LOAD_APP_ID_LO = MSG_HEADER_SIZE;
69 private static final int HEADER_FIELD_LOAD_APP_ID_HI = MSG_HEADER_SIZE + 1;
70 private static final int MSG_LOAD_APP_HEADER_SIZE = MSG_HEADER_SIZE + 2;
173 int[] msgHeader = new int[MSG_HEADER_SIZE];
236 int[] msgHeader = new int[MSG_HEADER_SIZE];
272 if (header == null || data == null || header.length < MSG_HEADER_SIZE) {
  /frameworks/base/services/core/jni/
com_android_server_location_ContextHubService.cpp 99 constexpr size_t MSG_HEADER_SIZE = 4;
105 constexpr size_t HEADER_FIELD_LOAD_APP_ID_LO = MSG_HEADER_SIZE;
106 constexpr size_t HEADER_FIELD_LOAD_APP_ID_HI = MSG_HEADER_SIZE + 1;
107 constexpr size_t MSG_HEADER_SIZE_LOAD_APP = MSG_HEADER_SIZE + 2;
251 uint32_t msgHeader[MSG_HEADER_SIZE] = {};
256 MSG_HEADER_SIZE,
725 uint32_t header[MSG_HEADER_SIZE];
    [all...]

Completed in 1065 milliseconds