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

  /external/vulkan-validation-layers/libs/vkjson/
vkjson_info.cc 42 uint32_t device_index = unsignedNegOne; member in struct:Options
53 options->device_index = 0;
62 int result = sscanf(arg2.c_str(), "%u", &options->device_index);
64 options->device_index = -1;
78 if (options->instance && (options->device_index != unsignedNegOne ||
84 if (options->device_index != unsignedNegOne && !options->device_name.empty()) {
95 options->device_index == unsignedNegOne && options->device_name.empty()) {
106 if (options.device_index != unsignedNegOne) {
107 if (static_cast<uint32_t>(options.device_index) >=
109 std::cerr << "Error: device " << options.device_index
    [all...]
  /external/webrtc/webrtc/tools/e2e_quality/audio/
audio_e2e_harness.cc 75 int device_index; local
76 for (device_index = 0; device_index < num_devices; device_index++) {
77 ASSERT_EQ(0, hardware->GetPlayoutDeviceName(device_index, device_name,
85 ASSERT_EQ(0, hardware->SetPlayoutDevice(device_index));
  /system/connectivity/shill/shims/
netfilter_queue_processor.h 108 device_index(0),
120 device_index(device_index_in),
126 int device_index; member in struct:shill::shims::NetfilterQueueProcessor::ListenerEntry
148 // Return the netmask associated with |device_index|.
149 static uint32_t GetNetmaskForDevice(int device_index);
154 // Find a listener entry with port |port|, device index |device_index|
157 uint16_t port, int device_index, uint32_t address);
159 // Find a listener entry with port |port| and device index |device_index|
162 uint16_t port, int device_index, uint32_t destination);
netfilter_queue_processor.cc 289 uint32_t NetfilterQueueProcessor::GetNetmaskForDevice(int device_index) {
292 if (if_indextoname(device_index, ifr.ifr_name) != ifr.ifr_name) {
330 int device_index,
335 (*it)->device_index == device_index &&
345 int device_index,
350 (*it)->device_index == device_index &&
376 int device_index = packet.in_device(); local
381 entry_ptr = FindDestination(port, device_index, address)
412 int device_index = packet.out_device(); local
    [all...]
netfilter_queue_processor_unittest.cc 133 EXPECT_EQ(kDevice2, GetListener(0).device_index);
146 EXPECT_EQ(kDevice1, GetListener(0).device_index);
151 EXPECT_EQ(kDevice2, GetListener(1).device_index);
163 EXPECT_EQ(kDevice2, GetListener(0).device_index);
168 EXPECT_EQ(kDevice1, GetListener(1).device_index);
180 EXPECT_EQ(kDevice1, GetListener(0).device_index);
  /external/webrtc/webrtc/modules/desktop_capture/win/
screen_capture_utils.cc 22 for (int device_index = 0;; ++device_index) {
25 enum_result = EnumDisplayDevices(NULL, device_index, &device, 0);
36 screen.id = device_index;
  /prebuilts/misc/darwin-x86_64/sdl2/include/SDL2/
SDL_joystick.h 27 * The term "device_index" identifies currently plugged in joystick devices between 0 and SDL_NumJoysticks, with the exact joystick
28 * behind a device_index changing as joysticks are plugged and unplugged.
86 extern DECLSPEC const char *SDLCALL SDL_JoystickNameForIndex(int device_index);
96 extern DECLSPEC SDL_Joystick *SDLCALL SDL_JoystickOpen(int device_index);
107 extern DECLSPEC SDL_JoystickGUID SDLCALL SDL_JoystickGetDeviceGUID(int device_index);
SDL_haptic.h 814 * \param device_index Index of the device to get its name.
819 extern DECLSPEC const char *SDLCALL SDL_HapticName(int device_index);
831 * \param device_index Index of the device to open.
843 extern DECLSPEC SDL_Haptic *SDLCALL SDL_HapticOpen(int device_index);
848 * \param device_index Index to check to see if it has been opened.
854 extern DECLSPEC int SDLCALL SDL_HapticOpened(int device_index);
    [all...]
  /prebuilts/misc/windows/sdl2/i686-w64-mingw32/include/SDL2/
SDL_joystick.h 27 * The term "device_index" identifies currently plugged in joystick devices between 0 and SDL_NumJoysticks, with the exact joystick
28 * behind a device_index changing as joysticks are plugged and unplugged.
86 extern DECLSPEC const char *SDLCALL SDL_JoystickNameForIndex(int device_index);
96 extern DECLSPEC SDL_Joystick *SDLCALL SDL_JoystickOpen(int device_index);
107 extern DECLSPEC SDL_JoystickGUID SDLCALL SDL_JoystickGetDeviceGUID(int device_index);
SDL_haptic.h 814 * \param device_index Index of the device to get its name.
819 extern DECLSPEC const char *SDLCALL SDL_HapticName(int device_index);
831 * \param device_index Index of the device to open.
843 extern DECLSPEC SDL_Haptic *SDLCALL SDL_HapticOpen(int device_index);
848 * \param device_index Index to check to see if it has been opened.
854 extern DECLSPEC int SDLCALL SDL_HapticOpened(int device_index);
    [all...]
  /prebuilts/misc/windows/sdl2/include/
SDL_joystick.h 27 * The term "device_index" identifies currently plugged in joystick devices between 0 and SDL_NumJoysticks, with the exact joystick
28 * behind a device_index changing as joysticks are plugged and unplugged.
86 extern DECLSPEC const char *SDLCALL SDL_JoystickNameForIndex(int device_index);
96 extern DECLSPEC SDL_Joystick *SDLCALL SDL_JoystickOpen(int device_index);
107 extern DECLSPEC SDL_JoystickGUID SDLCALL SDL_JoystickGetDeviceGUID(int device_index);
SDL_haptic.h 814 * \param device_index Index of the device to get its name.
819 extern DECLSPEC const char *SDLCALL SDL_HapticName(int device_index);
831 * \param device_index Index of the device to open.
843 extern DECLSPEC SDL_Haptic *SDLCALL SDL_HapticOpen(int device_index);
848 * \param device_index Index to check to see if it has been opened.
854 extern DECLSPEC int SDLCALL SDL_HapticOpened(int device_index);
    [all...]
  /prebuilts/misc/windows/sdl2/x86_64-w64-mingw32/include/SDL2/
SDL_joystick.h 27 * The term "device_index" identifies currently plugged in joystick devices between 0 and SDL_NumJoysticks, with the exact joystick
28 * behind a device_index changing as joysticks are plugged and unplugged.
86 extern DECLSPEC const char *SDLCALL SDL_JoystickNameForIndex(int device_index);
96 extern DECLSPEC SDL_Joystick *SDLCALL SDL_JoystickOpen(int device_index);
107 extern DECLSPEC SDL_JoystickGUID SDLCALL SDL_JoystickGetDeviceGUID(int device_index);
SDL_haptic.h 814 * \param device_index Index of the device to get its name.
819 extern DECLSPEC const char *SDLCALL SDL_HapticName(int device_index);
831 * \param device_index Index of the device to open.
843 extern DECLSPEC SDL_Haptic *SDLCALL SDL_HapticOpen(int device_index);
848 * \param device_index Index to check to see if it has been opened.
854 extern DECLSPEC int SDLCALL SDL_HapticOpened(int device_index);
    [all...]
  /external/chromium-trace/catapult/third_party/gsutil/third_party/boto/boto/ec2/
networkinterface.py 36 :ivar device_index: The index of this device.
47 self.device_index = 0
64 self.device_index = int(value)
193 def attach(self, instance_id, device_index, dry_run=False):
201 :type device_index: int
202 :param device_index: The interface nunber, N, on the instance (eg. ethN)
210 device_index,
271 if spec.device_index is not None:
273 str(spec.device_index)
305 # * Only assignable on an device_index of ``0`
    [all...]
connection.py     [all...]
  /external/chromium-trace/catapult/third_party/gsutil/third_party/boto/tests/unit/ec2/
test_networkinterface.py 40 self.attachment.device_index = 100
114 device_index=1, subnet_id='subnet_id',
126 device_index=2, subnet_id='subnet_id2',
135 device_index=0, subnet_id='subnet_id2',
233 self.network_interfaces_spec3.device_index = 1
test_connection.py 724 self.assertEqual(5, parsed[0].attachment.device_index)
    [all...]
  /external/webrtc/webrtc/modules/audio_device/linux/
audio_mixer_manager_pulse_linux.h 89 bool GetSinkInfoByIndex(int device_index)const ;
90 bool GetSourceInfoByIndex(int device_index) const;
audio_mixer_manager_pulse_linux.cc 1131 int device_index) const {
    [all...]
  /bootable/recovery/mtdutils/
mtdutils.c 32 int device_index; member in struct:MtdPartition
102 p->device_index = -1;
144 p->device_index = mtdnum;
182 if (p->device_index >= 0 && p->name != NULL) {
200 sprintf(devname, "/dev/block/mtdblock%d", partition->device_index);
242 sprintf(mtddevname, "/dev/mtd/mtd%d", partition->device_index);
269 sprintf(mtddevname, "/dev/mtd/mtd%d", partition->device_index);
384 sprintf(mtddevname, "/dev/mtd/mtd%d", partition->device_index);
  /device/google/contexthub/util/nanotool/
nanotool.cpp 59 int device_index = 0; member in struct:ParsedArgs
361 args->device_index = atoi(optarg);
362 if (args->device_index < 0) {
364 args->device_index);
385 return std::unique_ptr<UsbContextHub>(new UsbContextHub(args->device_index));
  /external/chromium-trace/catapult/third_party/gsutil/third_party/boto/tests/integration/ec2/vpc/
test_connection.py 94 device_index=0, subnet_id=self.subnet.id,
  /external/webrtc/webrtc/sound/
pulseaudiosoundsystem.cc 318 uint32_t device_index = symbol_table()->pa_stream_get_device_index()( local
323 device_index,
343 device_index,
    [all...]

Completed in 804 milliseconds