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

  /frameworks/base/core/java/android/hardware/location/
ContextHubInfo.aidl 21 parcelable ContextHubInfo;
IContextHubService.aidl 21 import android.hardware.location.ContextHubInfo;
39 ContextHubInfo getContextHubInfo(int contextHubHandle);
ContextHubInfo.java 28 public class ContextHubInfo {
46 public ContextHubInfo() {
367 private ContextHubInfo(Parcel in) {
410 public static final Parcelable.Creator<ContextHubInfo> CREATOR
411 = new Parcelable.Creator<ContextHubInfo>() {
412 public ContextHubInfo createFromParcel(Parcel in) {
413 return new ContextHubInfo(in);
416 public ContextHubInfo[] newArray(int size) {
417 return new ContextHubInfo[size];
ContextHubManager.java 111 * @return ContextHubInfo Information about the requested context hub.
113 * @see ContextHubInfo
116 public ContextHubInfo getContextHubInfo(int hubHandle) {
  /frameworks/base/services/core/java/com/android/server/location/
ContextHubService.java 22 import android.hardware.location.ContextHubInfo;
77 private final ContextHubInfo[] mContextHubInfo;
82 private native ContextHubInfo[] nativeInitialize();
119 public ContextHubInfo getContextHubInfo(int contextHubHandle) throws RemoteException {
252 // dump ContextHubInfo
  /frameworks/base/services/core/jni/
com_android_server_location_ContextHubService.cpp 365 struct ContextHubInfo {
373 ContextHubInfo hubInfo;
842 env->FindClass("android/hardware/location/ContextHubInfo");
    [all...]
  /frameworks/base/
compiled-classes-phone     [all...]
  /prebuilts/sdk/system_current/
android.jar 

Completed in 274 milliseconds