Searched defs:hardware (Results 1 - 21 of 21) sorted by relevance

/external/robolectric/v1/src/main/java/android/hardware/
H A DTestSensorManager.java1 package android.hardware;
/external/chromium-trace/catapult/firefighter/update/common/buildbot/
H A Dslave.py73 def hardware(self): member in class:Slave
74 """Returns the model of the hardware.
/external/webrtc/webrtc/tools/e2e_quality/audio/
H A Daudio_e2e_harness.cc42 VoEHardware* hardware = VoEHardware::GetInterface(voe); local
43 ASSERT_TRUE(hardware != NULL);
71 ASSERT_EQ(0, hardware->GetNumOfPlayoutDevices(num_devices));
77 ASSERT_EQ(0, hardware->GetPlayoutDeviceName(device_index, device_name,
85 ASSERT_EQ(0, hardware->SetPlayoutDevice(device_index));
/external/avahi/avahi-core/
H A Diface.h75 AVAHI_LLIST_FIELDS(AvahiHwInterface, hardware);
97 AvahiHwInterface *hardware; member in struct:AvahiInterface
/external/mdnsresponder/mDNSPosix/
H A DIdentify.c69 static char hostname[MAX_ESCAPED_DOMAIN_NAME], hardware[256], software[256]; variable
150 strncpy(hardware, (char*)(p+1), p[0]);
151 hardware[p[0]] = 0;
304 hostname[0] = hardware[0] = software[0] = 0;
350 if (hardware[0] || software[0])
352 printf("HINFO Hardware: %s\n", hardware);
/external/webrtc/webrtc/voice_engine/test/cmd_test/
H A Dvoe_cmd_test.cc66 VoEHardware* hardware = NULL; variable
139 hardware = VoEHardware::GetInterface(m_voe);
211 if (hardware)
212 hardware->Release();
337 res = hardware->GetNumOfRecordingDevices(rd);
339 res = hardware->GetNumOfPlayoutDevices(pd);
346 res = hardware->GetPlayoutDeviceName(j, dn, guid);
353 res = hardware->GetRecordingDeviceName(j, dn, guid);
360 res = hardware->SetPlayoutDevice(pd);
365 res = hardware
[all...]
/external/webrtc/webrtc/voice_engine/test/android/android_test/jni/
H A Dandroid_test.cc78 if (!veData1.hardware) \
127 VoEHardware* hardware; member in struct:__anon21297
1183 veData.hardware = VoEHardware::GetInterface(veData.ve);
1184 if (!veData.hardware)
1187 "Get hardware sub-API failed");
1301 if (veData.hardware)
1303 if (0 != veData.hardware->Release())
1306 "Release hardware sub-API failed");
1311 veData.hardware = NULL;
/external/skia/platform_tools/android/third_party/cpufeatures/
H A Dcpu-features.c42 * of /proc/cpuinfo to deal with newer hardware.
941 char* hardware = extract_cpuinfo_field(cpuinfo, local
944 if (hardware) {
945 if (!strcmp(hardware, "Goldfish") &&
950 free(hardware);
/external/robolectric/v3/runtime/
H A Dandroid-all-4.4_r1-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...
H A Dandroid-all-5.1.1_r9-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...
H A Dandroid-all-5.0.0_r2-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...
H A Dandroid-all-4.3_r2-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-4.2.2_r1.2-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-4.1.2_r1-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dshadows-core-3.1-SNAPSHOT-16.jar ... -x86_64/ linux-x86_64/META-INF/ android/ android/hardware/ android/hardware/display/ android/webkit/ android/app/ META-INF ...
H A Dshadows-core-3.1-SNAPSHOT-17.jar ... -x86_64/ linux-x86_64/META-INF/ android/ android/hardware/ android/hardware/display/ android/webkit/ android/app/ META-INF ...
H A Dshadows-core-3.1-SNAPSHOT-18.jar ... -x86_64/ linux-x86_64/META-INF/ android/ android/hardware/ android/hardware/display/ android/webkit/ android/app/ META-INF ...
H A Dshadows-core-3.1-SNAPSHOT-19.jar ... -x86_64/ linux-x86_64/META-INF/ android/ android/hardware/ android/hardware/display/ android/webkit/ android/app/ META-INF ...
H A Dshadows-core-3.1-SNAPSHOT-21.jar ... -x86_64/ linux-x86_64/META-INF/ android/ android/hardware/ android/hardware/display/ android/webkit/ android/app/ META-INF ...
H A Dshadows-core-3.1-SNAPSHOT-22.jar ... -x86_64/ linux-x86_64/META-INF/ android/ android/hardware/ android/hardware/display/ android/webkit/ android/app/ META-INF ...
/external/robolectric/v1/lib/main/
H A Dandroid.jar ... 7.0.0_r1/s?defs= " (android.hardware.usb.UsbDevice) android.hardware.usb. ...

Completed in 467 milliseconds