Searched defs:hub (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/services/core/jni/
H A Dcom_android_server_location_ContextHubService.cpp77 uint64_t hwHubType; // Which hub type is this compiled for
88 CONTEXT_HUB_QUERY_APPS = 5, // Query for app(s) info on hub
269 ALOGW("Cannot handle event %u from hub %d", evt, mContextHubId);
361 uint32_t hubHandle; // Id of the hub this app is on
423 ALOGD("Sent query for apps to hub %" PRIu32 " with result %" PRIu32, hubId, r);
477 ALOGI("%s App 0x%" PRIx64 " on hub Handle %" PRId32
566 ALOGE("Could not load context hub hal");
568 ALOGI("Loaded context hub hal, isRemote %s", db.hubInfo.contextHub->isRemote() ? "TRUE" : "FALSE");
764 ALOGI("Passing msg type %" PRIu32 " from app %" PRIu32 " from hub %" PRIu32,
923 jobject constructJContextHubInfo(JNIEnv *env, const ContextHub &hub) { argument
989 jobject hub; local
[all...]

Completed in 42 milliseconds