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

/frameworks/av/media/libstagefright/omx/
H A DSoftOMXPlugin.cpp34 const char *mRole; member in struct:android::__anon890
174 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/av/media/libstagefright/omx/tests/
H A DOMXHarness.cpp445 const char *mRole; member in struct:android::RoleToMime
467 if (!strcmp(componentRole, kRoleToMime[i].mRole)) {
/frameworks/base/core/tests/bluetoothtests/src/android/bluetooth/
H A DBluetoothTestUtils.java265 private int mRole; field in class:BluetoothTestUtils.ConnectPanReceiver
270 mRole = role;
275 if (mRole != intent.getIntExtra(BluetoothPan.EXTRA_LOCAL_ROLE, -1)) {

Completed in 100 milliseconds