HomeSort by relevance Sort by last modified time
    Searched refs:deviceIds (Results 1 - 13 of 13) sorted by null

  /packages/apps/DocumentsUI/src/com/android/documentsui/
ShortcutsUpdater.java 55 List<String> deviceIds = new ArrayList<>();
57 deviceIds.add(s.getId());
66 if (!deviceIds.contains(id)) {
71 mgr.enableShortcuts(deviceIds);
  /external/deqp/framework/common/
tcuCommandLine.hpp 187 void getCLDeviceIds (std::vector<int>& deviceIds) const { deviceIds = getCLDeviceIds(); }
  /external/webrtc/webrtc/modules/audio_device/mac/
audio_device_mac.cc     [all...]
  /packages/apps/SettingsIntelligence/src/com/android/settings/intelligence/search/query/
InputDeviceResultTask.java 178 final int[] deviceIds = InputDevice.getDeviceIds();
179 if (deviceIds != null) {
180 for (int deviceId : deviceIds) {
  /frameworks/av/services/camera/libcameraservice/common/
CameraProviderManager.cpp 88 std::vector<std::string> deviceIds;
91 deviceIds.push_back(id);
94 return deviceIds;
99 std::vector<std::string> deviceIds;
108 deviceIds.insert(deviceIds.end(), providerDeviceIds.begin(), providerDeviceIds.end());
111 std::sort(deviceIds.begin(), deviceIds.end(),
128 return deviceIds;
    [all...]
CameraProviderManager.h 426 void filterLogicalCameraIdsLocked(std::vector<std::string>& deviceIds) const;
  /packages/apps/TvSettings/Settings/src/com/android/tv/settings/accessories/
BluetoothDevicePairer.java 167 public static boolean hasValidInputDevice(Context context, int[] deviceIds) {
170 for (int ptr = deviceIds.length - 1; ptr > -1; ptr--) {
171 InputDevice device = inMan.getInputDevice(deviceIds[ptr]);
  /developers/build/prebuilts/androidtv/visual-game-controller/src/com/example/android/visualgamecontroller/
FullscreenActivity.java 214 int[] deviceIds = mInputManager.getInputDeviceIds();
215 for (int deviceId : deviceIds) {
  /frameworks/base/core/java/com/android/internal/widget/
PointerLocationView.java 758 int[] deviceIds = InputDevice.getDeviceIds();
759 for (int i = 0; i < deviceIds.length; i++) {
760 logInputDeviceState(deviceIds[i], "Device Enumerated");
    [all...]
  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
KeyboardShortcuts.java 358 final int[] deviceIds = inputManager.getInputDeviceIds();
359 for (int i = 0; i < deviceIds.length; ++i) {
360 final InputDevice inputDevice = inputManager.getInputDevice(deviceIds[i]);
    [all...]
  /development/samples/ControllerSample/src/com/example/controllersample/
GameView.java 114 int[] deviceIds = mInputManager.getInputDeviceIds();
115 for (int deviceId : deviceIds) {
    [all...]
  /frameworks/base/packages/SystemUI/src/com/android/systemui/egg/
MLand.java 267 int[] deviceIds = InputDevice.getDeviceIds();
268 for (int deviceId : deviceIds) {
    [all...]
  /frameworks/av/services/camera/libcameraservice/
CameraService.cpp 149 std::vector<std::string> deviceIds;
178 deviceIds = mCameraProviderManager->getCameraDeviceIds();
182 for (auto& cameraId : deviceIds) {
    [all...]

Completed in 1000 milliseconds