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

  /external/chromium_org/third_party/webrtc/video_engine/test/libvietest/testbed/
tb_capture_device.cc 30 webrtc::VideoCaptureModule::DeviceInfo* devInfo =
33 captureIdx < devInfo->NumberOfDevices();
36 EXPECT_EQ(0, devInfo->GetDeviceName(captureIdx, deviceName,
55 delete devInfo;
  /device/asus/fugu/libaudio/
AudioHotplugThread.h 40 virtual void onDeviceFound(const DeviceInfo& devInfo) = 0;
AudioHardwareInput.cpp 201 const AudioHotplugThread::DeviceInfo& devInfo)
206 ALOGD("AudioHardwareInput::onDeviceFound pcmCard = %d", devInfo.pcmCard);
210 if ((mDeviceInfos[i].pcmCard == devInfo.pcmCard)
211 && (mDeviceInfos[i].pcmDevice == devInfo.pcmDevice)) {
213 devInfo.pcmCard, devInfo.pcmDevice);
223 mDeviceInfos[i] = devInfo;
AudioHardwareInput.h 52 virtual void onDeviceFound(const AudioHotplugThread::DeviceInfo& devInfo);
  /hardware/samsung_slsi/exynos5/include/
ExynosCamera.h 695 struct devInfo {
715 devInfo m_sensorDev;
716 devInfo m_mipiDev;
717 devInfo m_fliteDev;
718 devInfo m_gscPreviewDev;
719 devInfo m_gscVideoDev;
720 devInfo m_gscPictureDev;
723 devInfo m_gscBayerDev;
724 devInfo *m_bayerDev;
727 devInfo *m_previewDev
    [all...]
  /frameworks/base/wifi/java/android/net/wifi/p2p/
WifiP2pWfdInfo.java 59 public WifiP2pWfdInfo(int devInfo, int ctrlPort, int maxTput) {
61 mDeviceInfo = devInfo;
  /external/skia/src/gpu/effects/
GrDashingEffect.cpp 338 SkPathEffect::DashInfo devInfo;
339 devInfo.fPhase = devPhase;
340 devInfo.fCount = 2;
341 devInfo.fIntervals = devIntervals;
345 GrDashingEffect::Create(edgeType, devInfo, strokeWidth), 1)->unref();
  /external/chromium_org/third_party/skia/src/gpu/effects/
GrDashingEffect.cpp 343 SkPathEffect::DashInfo devInfo;
344 devInfo.fPhase = devPhase;
345 devInfo.fCount = 2;
346 devInfo.fIntervals = devIntervals;
353 GrDashingEffect::Create(edgeType, devInfo, strokeWidth, capType))->unref();
    [all...]
  /hardware/samsung_slsi/exynos5/libcamera/
ExynosCamera.cpp 639 memset(&m_sensorDev, 0, sizeof(struct devInfo));
640 memset(&m_mipiDev, 0, sizeof(struct devInfo));
641 memset(&m_fliteDev, 0, sizeof(struct devInfo));
642 memset(&m_gscPreviewDev, 0, sizeof(struct devInfo));
643 memset(&m_gscVideoDev, 0, sizeof(struct devInfo));
644 memset(&m_gscPictureDev, 0, sizeof(struct devInfo));
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.pde.build_3.6.1.R36x_v20100823/
pdebuild.jar 

Completed in 251 milliseconds