HomeSort by relevance Sort by last modified time
    Searched defs:vc (Results 1 - 25 of 31) sorted by null

1 2

  /cts/tests/tests/view/src/android/view/cts/
ViewConfigurationTest.java 194 ViewConfiguration vc = ViewConfiguration.get(getInstrumentation().getTargetContext()); local
195 assertNotNull(vc);
196 vc.getScaledDoubleTapSlop();
197 vc.getScaledEdgeSlop();
198 vc.getScaledFadingEdgeLength();
199 vc.getScaledMaximumDrawingCacheSize();
200 vc.getScaledMinimumFlingVelocity();
201 vc.getScaledScrollBarSize();
202 vc.getScaledTouchSlop();
203 vc.getScaledWindowTouchSlop()
    [all...]
  /external/tremolo/Tremolo/
ivorbisfile.h 81 vorbis_comment vc; member in struct:OggVorbis_File
  /libcore/luni/src/test/java/tests/java/sql/
StressTest.java 42 Vector<Connection> vc = new Vector<Connection>(); field in class:StressTest
54 vc.clear();
97 // vc.clear();
125 maxConnections, vc.size());
153 assertEquals("Unable to create a connection", numTasks, vc.size());
191 for (int i = 0; i < vc.size(); ++i) {
194 Connection c = vc.elementAt(i);
238 assertEquals("Unable to create a connection", numConnections, vc.size());
283 vc.add(c);
294 for (; i < vc.size(); ++i)
    [all...]
  /frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/functional/
MediaBassBoostTest.java 191 AudioEffect vc = null; local
203 vc = new AudioEffect(
208 vc.setEnabled(true);
249 if (vc != null) {
250 vc.release();
MediaEqualizerTest.java 258 AudioEffect vc = null; local
269 vc = new AudioEffect(
274 vc.setEnabled(true);
311 if (vc != null) {
312 vc.release();
MediaPresetReverbTest.java 189 AudioEffect vc = null; local
201 vc = new AudioEffect(
206 vc.setEnabled(true);
241 if (vc != null) {
242 vc.release();
258 AudioEffect vc = null; local
269 vc = new AudioEffect(
274 vc.setEnabled(true);
324 if (vc != null) {
325 vc.release()
    [all...]
MediaVirtualizerTest.java 192 AudioEffect vc = null; local
204 vc = new AudioEffect(
209 vc.setEnabled(true);
254 if (vc != null) {
255 vc.release();
MediaEnvReverbTest.java 344 AudioEffect vc = null; local
356 vc = new AudioEffect(
361 vc.setEnabled(true);
398 if (vc != null) {
399 vc.release();
415 AudioEffect vc = null; local
426 vc = new AudioEffect(
431 vc.setEnabled(true);
479 if (vc != null) {
480 vc.release()
    [all...]
MediaVisualizerTest.java 196 AudioEffect vc = null; local
207 vc = new AudioEffect(
212 vc.setEnabled(true);
259 if (vc != null) {
260 vc.release();
272 AudioEffect vc = null; local
283 vc = new AudioEffect(
288 vc.setEnabled(true);
388 if (vc != null) {
389 vc.release()
    [all...]
  /packages/apps/VoiceDialer/src/com/android/voicedialer/
RecognizerLogger.java 154 for (VoiceContact vc : contacts) logLine(vc.toString());
  /device/samsung/crespo/liboverlay/
v4l2_utils.c 85 struct v4l2_control vc; local
90 vc.id = V4L2_CID_FIMC_VERSION;
91 vc.value = 0;
95 ret = ioctl(s5p_fimc->dev_fd, VIDIOC_G_CTRL, &vc);
99 vc.value = 0x43;
101 s5p_fimc->hw_ver = vc.value;
  /bionic/libc/kernel/common/linux/
console_struct.h 104 struct vc { struct
  /development/ndk/platforms/android-3/include/linux/
console_struct.h 104 struct vc { struct
  /external/bluetooth/bluez/audio/
telephony-ofono.c 116 struct voice_call *vc = l->data; local
118 if (g_str_equal(vc->obj_path, path))
119 return vc;
130 struct voice_call *vc = l->data; local
132 if (vc->status == status)
133 return vc;
222 struct voice_call *vc; local
225 if ((vc = find_vc_with_status(CALL_STATUS_ACTIVE))) {
226 } else if ((vc = find_vc_with_status(CALL_STATUS_DIALING))) {
227 } else if ((vc = find_vc_with_status(CALL_STATUS_ALERTING)))
254 struct voice_call *vc = find_vc_with_status(CALL_STATUS_INCOMING); local
360 struct voice_call *vc = l->data; local
647 struct voice_call *vc; local
769 struct voice_call *vc = data; local
837 struct voice_call *vc, *vc_new = NULL; local
    [all...]
  /external/kernel-headers/original/linux/
console_struct.h 49 struct console_font vc_font; /* Current VC font set */
104 struct vc { struct
112 extern struct vc vc_cons [MAX_NR_CONSOLES];
  /external/qemu/hw/
smc91c111.c 21 VLANClientState *vc; member in struct:__anon6494
210 qemu_send_packet(s->vc, p, len);
594 static int smc91c111_can_receive(VLANClientState *vc)
596 smc91c111_state *s = vc->opaque;
605 static ssize_t smc91c111_receive(VLANClientState *vc, const uint8_t *buf, size_t size)
607 smc91c111_state *s = vc->opaque;
695 static void smc91c111_cleanup(VLANClientState *vc)
697 smc91c111_state *s = vc->opaque;
715 s->vc = qdev_get_vlan_client(&dev->qdev,
718 qemu_format_nic_info_str(s->vc, s->macaddr)
    [all...]
  /external/qemu/
tap-win32.c 637 VLANClientState *vc; member in struct:TAPState
641 static void tap_cleanup(VLANClientState *vc)
643 TAPState *s = vc->opaque;
653 static ssize_t tap_receive(VLANClientState *vc, const uint8_t *buf, size_t size)
655 TAPState *s = vc->opaque;
669 qemu_send_packet(s->vc, buf, size);
687 s->vc = qemu_new_vlan_client(vlan, model, name, NULL, tap_receive,
690 snprintf(s->vc->info_str, sizeof(s->vc->info_str),
savevm.c 124 VLANClientState *vc; local
134 for(vc = vlan->first_client; vc != NULL; vc = vc->next) {
135 vc->receive(vc, buf, len);
    [all...]
  /prebuilt/ndk/android-ndk-r4/platforms/android-3/arch-arm/usr/include/linux/
console_struct.h 104 struct vc { struct
  /prebuilt/ndk/android-ndk-r4/platforms/android-4/arch-arm/usr/include/linux/
console_struct.h 104 struct vc { struct
  /prebuilt/ndk/android-ndk-r4/platforms/android-5/arch-arm/usr/include/linux/
console_struct.h 104 struct vc { struct
  /prebuilt/ndk/android-ndk-r4/platforms/android-5/arch-x86/usr/include/linux/
console_struct.h 104 struct vc { struct
  /prebuilt/ndk/android-ndk-r4/platforms/android-8/arch-arm/usr/include/linux/
console_struct.h 104 struct vc { struct
  /prebuilt/ndk/android-ndk-r4/platforms/android-8/arch-x86/usr/include/linux/
console_struct.h 104 struct vc { struct
  /external/skia/src/core/
SkPath.cpp 241 int vc = fVerbs.count(); local
244 if (vc > 0 && fVerbs[vc - 1] == kMove_Verb) {
    [all...]

Completed in 517 milliseconds

1 2