Searched defs:role (Results 1 - 7 of 7) sorted by path

/frameworks/av/media/libstagefright/
H A DACodec.cpp998 const char *role = local
1002 if (role != NULL) {
1007 role, OMX_MAX_STRINGNAME_SIZE - 1);
1016 ALOGW("[%s] Failed to set standard component role '%s'.",
1017 mComponentName.c_str(), role);
H A DOMXCodec.cpp1413 const char *role = local
1417 if (role != NULL) {
1422 role, OMX_MAX_STRINGNAME_SIZE - 1);
1431 ALOGW("Failed to set standard component role '%s'.", role);
/frameworks/av/media/libstagefright/codecs/on2/enc/
H A DSoftVPXEncoder.cpp643 const OMX_PARAM_COMPONENTROLETYPE* role) {
644 const char* roleText = (const char*)role->cRole;
648 ALOGE("Unsupported component role");
642 internalSetRoleParams( const OMX_PARAM_COMPONENTROLETYPE* role) argument
/frameworks/av/media/libstagefright/omx/tests/
H A DOMXHarness.cpp203 status_t Harness::setRole(IOMX::node_id node, const char *role) { argument
210 strncpy((char *)params.cRole, role, OMX_MAX_STRINGNAME_SIZE - 1);
789 " [ component role ]\n\n"
791 "and role, tool will test all available OMX components "
/frameworks/base/core/java/android/bluetooth/
H A DBluetoothHealth.java38 * <p> How to connect to a health device which is acting in the source role.
140 * @param dataType The dataType of the Source role of Health Profile to which
157 * SOURCE role.This is an asynchronous call and so
163 * @param dataType The dataType of the Source role of Health Profile.
171 public boolean registerAppConfiguration(String name, int dataType, int role, argument
174 if (!isEnabled() || !checkAppParam(name, role, channelType, callback)) return result;
179 new BluetoothHealthAppConfiguration(name, dataType, role, channelType);
555 private boolean checkAppParam(String name, int role, int channelType, argument
557 if (name == null || (role != SOURCE_ROLE && role !
[all...]
H A DBluetoothHealthAppConfiguration.java37 * Constructor to register the SINK role
55 * @param role {@link BluetoothHealth#SOURCE_ROLE} or
59 BluetoothHealthAppConfiguration(String name, int dataType, int role, int argument
63 mRole = role;
120 * Return the role associated with this application configuration.
147 int role = in.readInt();
149 return new BluetoothHealthAppConfiguration(name, type, role,
/frameworks/base/core/tests/bluetoothtests/src/android/bluetooth/
H A DBluetoothTestUtils.java267 public ConnectPanReceiver(BluetoothDevice device, int role, int expectedFlags) { argument
270 mRole = role;
1091 int mask, role;
1098 role = BluetoothPan.LOCAL_PANU_ROLE;
1102 role = BluetoothPan.LOCAL_NAP_ROLE;
1115 ConnectPanReceiver receiver = getConnectPanReceiver(device, role, mask);
1128 if (role == BluetoothPan.LOCAL_PANU_ROLE) {
1196 int mask, role;
1203 role = BluetoothPan.LOCAL_PANU_ROLE;
1207 role
1419 getConnectPanReceiver(BluetoothDevice device, int role, int expectedFlags) argument
[all...]

Completed in 251 milliseconds