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

/frameworks/av/media/libstagefright/omx/
H A DSoftOMXPlugin.cpp34 const char *mRole; member in struct:android::__anon689
179 roles->push(String8(kComponents[i].mRole));
/frameworks/base/core/java/android/bluetooth/
H A DBluetoothHealthAppConfiguration.java33 private final int mRole; field in class:BluetoothHealthAppConfiguration
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);
/frameworks/base/media/java/android/media/
H A DAudioPort.java70 protected final int mRole; field in class:AudioPort
80 mRole = role;
95 return mRole;
179 String role = Integer.toString(mRole);
180 switch (mRole) {
192 + ", mRole: " + role
/frameworks/av/media/libstagefright/omx/tests/
H A DOMXHarness.cpp448 const char *mRole; member in struct:android::RoleToMime
472 if (!strcmp(componentRole, kRoleToMime[i].mRole)) {
/frameworks/base/core/tests/bluetoothtests/src/android/bluetooth/
H A DBluetoothTestUtils.java266 private int mRole; field in class:BluetoothTestUtils.ConnectPanReceiver
271 mRole = role;
276 if (mRole != intent.getIntExtra(BluetoothPan.EXTRA_LOCAL_ROLE, -1)) {
/frameworks/av/services/audiopolicy/
H A DAudioPolicyManager.h292 audio_port_role_t mRole; member in class:android::AudioPolicyManager::AudioPort
/frameworks/base/core/jni/
H A Dandroid_media_AudioSystem.cpp57 jfieldID mRole; member in struct:__anon827
532 gAudioPortFields.mRole);
1560 gAudioPortFields.mRole = env->GetFieldID(audioPortClass, "mRole", "I");

Completed in 2202 milliseconds