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

  /frameworks/av/media/libstagefright/omx/
SoftOMXPlugin.cpp 34 const char *mRole;
179 roles->push(String8(kComponents[i].mRole));
  /frameworks/base/core/java/android/bluetooth/
BluetoothHealthAppConfiguration.java 33 private final int mRole;
46 mRole = BluetoothHealth.SINK_ROLE;
63 mRole = role;
74 mRole == config.getRole() &&
85 result = 31 * result + mRole;
93 ",mDataType = " + mDataType + ", mRole = " + mRole + ",mChannelType = " +
126 return mRole;
162 out.writeInt(mRole);
  /packages/apps/Email/tests/src/com/android/email/
MessagingControllerUnitTests.java 56 private FolderRole mRole;
60 mRole = role;
71 return mRole;
  /frameworks/base/media/java/android/media/
AudioPort.java 70 protected final int mRole;
80 mRole = role;
95 return mRole;
179 String role = Integer.toString(mRole);
180 switch (mRole) {
192 + ", mRole: " + role
  /frameworks/av/media/libstagefright/omx/tests/
OMXHarness.cpp 448 const char *mRole;
472 if (!strcmp(componentRole, kRoleToMime[i].mRole)) {
  /frameworks/base/core/tests/bluetoothtests/src/android/bluetooth/
BluetoothTestUtils.java 266 private int mRole;
271 mRole = role;
276 if (mRole != intent.getIntExtra(BluetoothPan.EXTRA_LOCAL_ROLE, -1)) {
    [all...]
  /frameworks/av/services/audiopolicy/
AudioPolicyManager.h 292 audio_port_role_t mRole;
    [all...]
  /frameworks/base/core/jni/
android_media_AudioSystem.cpp 57 jfieldID mRole;
532 gAudioPortFields.mRole);
    [all...]
  /external/chromium_org/third_party/android_platform/webview/
frameworks.jar 

Completed in 153 milliseconds