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

  /developers/build/prebuilts/androidtv/visual-game-controller/src/com/example/android/visualgamecontroller/
FullscreenActivity.java 214 int[] deviceIds = mInputManager.getInputDeviceIds();
215 for (int deviceId : deviceIds) {
  /development/samples/ControllerSample/src/com/example/controllersample/
GameView.java 114 int[] deviceIds = mInputManager.getInputDeviceIds();
115 for (int deviceId : deviceIds) {
    [all...]
  /external/webrtc/webrtc/modules/audio_device/mac/
audio_device_mac.cc     [all...]
  /frameworks/av/services/camera/libcameraservice/common/
CameraProviderManager.cpp 107 std::vector<std::string> deviceIds;
110 deviceIds.push_back(id);
113 return deviceIds;
118 std::vector<std::string> deviceIds;
127 deviceIds.insert(deviceIds.end(), providerDeviceIds.begin(), providerDeviceIds.end());
130 std::sort(deviceIds.begin(), deviceIds.end(),
147 return deviceIds;
    [all...]
  /frameworks/av/services/camera/libcameraservice/
CameraService.cpp 172 std::vector<std::string> deviceIds;
201 deviceIds = mCameraProviderManager->getCameraDeviceIds();
205 for (auto& cameraId : deviceIds) {
    [all...]

Completed in 1167 milliseconds