Home | History | Annotate | Download | only in managerdefault

Lines Matching refs:DeviceVector

304     DeviceVector *deviceVector;
307 deviceVector = &mAvailableOutputDevices;
309 deviceVector = &mAvailableInputDevices;
315 return (deviceVector->getDevice(device, String8(device_address)) != 0) ?
324 DeviceVector deviceList;
2469 DeviceVector devices;
3232 const DeviceVector &supportedDevices = outProfile->getSupportedDevices();
3233 const DeviceVector &devicesForType = supportedDevices.getDevicesFromType(profileType);
3303 DeviceVector inputDevices = mAvailableInputDevices.getDevicesFromType(profileType);
3324 const DeviceVector &supportedDevices = inProfile->getSupportedDevices();
4652 DeviceVector deviceList;
4759 DeviceVector deviceList = mAvailableInputDevices.getDevicesFromType(device);