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

  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
HotspotController.java 32 void onHotspotChanged(boolean enabled, int numDevices);
  /tools/tradefederation/core/tests/src/com/android/tradefed/device/
MockDeviceManager.java 50 public MockDeviceManager(int numDevices) {
51 setNumDevices(numDevices);
54 public void setNumDevices(int numDevices) {
55 setNumDevicesInternal(numDevices, true);
58 public void setNumDevicesUnresponsive(int numDevices) {
59 setNumDevicesInternal(numDevices, false);
62 private void setNumDevicesInternal(int numDevices, boolean responsive) {
64 mTotalDevices = numDevices;
65 for (int i = 0; i < numDevices; i++) {
83 public void setNumDevicesCustomRealNoRecovery(int numDevices, Class<IDevice> idevicetype)
    [all...]
  /packages/apps/Settings/src/com/android/settings/sound/
HandsFreeProfileOutputPreferenceController.java 65 final int numDevices = mConnectedDevices.size();
66 if (numDevices == 0) {
78 CharSequence[] mediaOutputs = new CharSequence[numDevices + 1];
79 CharSequence[] mediaValues = new CharSequence[numDevices + 1];
MediaOutputPreferenceController.java 77 final int numDevices = mConnectedDevices.size();
78 if (numDevices == 0) {
90 CharSequence[] mediaOutputs = new CharSequence[numDevices + 1];
91 CharSequence[] mediaValues = new CharSequence[numDevices + 1];
  /packages/apps/DocumentsUI/src/com/android/documentsui/
ShortcutsUpdater.java 119 private int getNumDynSlots(ShortcutManager mgr, int numDevices) {
121 return numDevices >= slots ? slots : numDevices;
  /external/deqp/external/vulkancts/framework/vulkan/
vkQueryUtil.cpp 77 deUint32 numDevices = 0;
80 VK_CHECK(vk.enumeratePhysicalDevices(instance, &numDevices, DE_NULL));
82 if (numDevices > 0)
84 devices.resize(numDevices);
85 VK_CHECK(vk.enumeratePhysicalDevices(instance, &numDevices, &devices[0]));
87 if ((size_t)numDevices != devices.size())
  /cts/suite/cts/utils/
get_csv_report.py 156 numDevices = len(deviceResults)
159 for j in xrange(numDevices):
175 for j in xrange(numDevices):
  /frameworks/wilhelm/tests/sandbox/
outputmix.c 182 SLint32 numDevices = 1;
184 result = (*outputMixOutputMix)->GetDestinationOutputDeviceIDs(outputMixOutputMix, &numDevices,
187 assert(1 == numDevices);
  /frameworks/base/packages/SystemUI/src/com/android/systemui/qs/tiles/
HotspotTile.java 209 public void onHotspotChanged(boolean enabled, int numDevices) {
211 mCallbackInfo.numConnectedDevices = numDevices;
  /packages/apps/TvSettings/Settings/src/com/android/tv/settings/accessories/
AddAccessoryActivity.java 537 int numDevices = mBluetoothPairer.getAvailableDevices().size();
568 Log.d(TAG, "Update received, number of devices:" + numDevices + " state: " +
  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
AutoTileManager.java 134 public void onHotspotChanged(boolean enabled, int numDevices) {
PhoneStatusBarPolicy.java 696 public void onHotspotChanged(boolean enabled, int numDevices) {
    [all...]
  /frameworks/base/core/java/android/hardware/input/
InputManager.java 283 int numDevices = mInputDevices.size();
284 for (int i = 0; i < numDevices; i++) {
    [all...]
  /external/deqp/external/vulkancts/modules/vulkan/api/
vktApiDeviceInitializationTests.cpp 432 const int numDevices = 5;
463 vector<VkDevice> devices(numDevices, (VkDevice)DE_NULL);
467 for (int deviceNdx = 0; deviceNdx < numDevices; deviceNdx++)
    [all...]
  /frameworks/base/services/core/java/com/android/server/input/
InputManagerService.java 759 final int numDevices = mInputDevices.length;
760 deviceIdAndGeneration = new int[numDevices * 2];
761 for (int i = 0; i < numDevices; i++) {
    [all...]
  /external/mesa3d/include/GL/
wglext.h     [all...]
  /external/swiftshader/include/GL/
wglext.h     [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/GL/
wglext.h     [all...]
  /frameworks/native/services/inputflinger/
InputReader.cpp 725 size_t numDevices = mDevices.size();
726 for (size_t i = 0; i < numDevices; i++) {
767 size_t numDevices = mDevices.size();
768 for (size_t i = 0; i < numDevices; i++) {
821 size_t numDevices = mDevices.size();
822 for (size_t i = 0; i < numDevices; i++) {
    [all...]
  /frameworks/wilhelm/include/OMXAL/
OpenMAXAL.h     [all...]
  /frameworks/wilhelm/include/SLES/
OpenSLES.h 538 SLint32 numDevices
    [all...]

Completed in 294 milliseconds