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

  /frameworks/base/media/java/android/media/
AudioRecordingConfiguration.java 40 private final int mClientSource;
53 mClientSource = source;
89 public @AudioSource int getClientAudioSource() { return mClientSource; }
163 return Objects.hash(mSessionId, mClientSource);
174 dest.writeInt(mClientSource);
182 mClientSource = in.readInt();
196 && (mClientSource == that.mClientSource)
  /frameworks/base/services/core/java/com/android/server/location/
GnssLocationProvider.java 405 private WorkSource mClientSource = new WorkSource();
    [all...]

Completed in 106 milliseconds