HomeSort by relevance Sort by last modified time
    Searched refs:DeviceInfo (Results 126 - 150 of 191) sorted by null

1 2 3 4 56 7 8

  /system/connectivity/shill/
active_link_monitor.cc 56 DeviceInfo* device_info,
daemon_task_unittest.cc 141 DeviceInfo device_info_;
149 // DeviceInfo who is responsible for creating and starting devices).
manager.h 377 virtual DeviceInfo* device_info() { return &device_info_; }
    [all...]
  /system/connectivity/shill/pppoe/
pppoe_service.cc 228 DeviceInfo* device_info = manager()->device_info();
  /device/asus/fugu/libaudio/
AudioStreamIn.cpp 316 const AudioHotplugThread::DeviceInfo *deviceInfo = mOwnerHAL.getBestDevice(mInputSource);
317 if (deviceInfo == NULL) {
326 if (requestedChannelCount < deviceInfo->minChannelCount ) {
327 mPcmConfig.channels = deviceInfo->minChannelCount;
328 } else if (requestedChannelCount > deviceInfo->maxChannelCount ) {
329 mPcmConfig.channels = deviceInfo->maxChannelCount;
339 if (chosenSampleRate < deviceInfo->minSampleRate) {
340 chosenSampleRate = deviceInfo->minSampleRate;
341 } else if (chosenSampleRate > deviceInfo->maxSampleRate)
    [all...]
  /frameworks/base/libs/hwui/renderthread/
EglManager.cpp 20 #include "DeviceInfo.h"
129 DeviceInfo::initialize();
  /hardware/ti/omap3/omx/audio/src/openmax_il/g711_enc/src/
OMX_G711Enc_Utils.c 157 plcml_Init->DeviceInfo.TypeofDevice = 0;
168 plcml_Init->DeviceInfo.TypeofDevice = 1;
170 plcml_Init->DeviceInfo.TypeofRender = 1;
174 plcml_Init->DeviceInfo.AllUUIDs[0].uuid = &ACDN_TI_UUID;
178 plcml_Init->DeviceInfo.AllUUIDs[0].uuid = &DCTN_TI_UUID;
180 plcml_Init->DeviceInfo.DspStream = pComponentPrivate->strmAttr;
    [all...]
  /hardware/ti/omap3/omx/audio/src/openmax_il/g722_dec/src/
OMX_G722Dec_Utils.c 276 sizeof(plcml_Init->DeviceInfo.AllUUIDs[1].DllName));
316 plcml_Init->DeviceInfo.TypeofDevice = 1;
317 plcml_Init->DeviceInfo.TypeofRender = 0;
318 plcml_Init->DeviceInfo.AllUUIDs[0].uuid = &DCTN_TI_UUID;
319 plcml_Init->DeviceInfo.DspStream = strmAttr;
322 plcml_Init->DeviceInfo.TypeofDevice = 0;
    [all...]
  /hardware/ti/omap3/omx/audio/src/openmax_il/g722_enc/src/
OMX_G722Enc_Utils.c 289 plcml_Init->DeviceInfo.TypeofDevice = 0;
323 plcml_Init->DeviceInfo.TypeofDevice = 1;
324 plcml_Init->DeviceInfo.TypeofRender = 1; /* set for record */
327 plcml_Init->DeviceInfo.AllUUIDs[0].uuid = &TEEDN_TI_UUID;
330 plcml_Init->DeviceInfo.AllUUIDs[0].uuid = &DCTN_TI_UUID;
332 plcml_Init->DeviceInfo.DspStream = strmAttr;
    [all...]
  /hardware/ti/omap3/omx/audio/src/openmax_il/g726_dec/src/
OMX_G726Dec_Utils.c 175 sizeof(plcml_Init->DeviceInfo.AllUUIDs[1].DllName));
215 plcml_Init->DeviceInfo.TypeofDevice = 1;
216 plcml_Init->DeviceInfo.TypeofRender = 0;
217 plcml_Init->DeviceInfo.AllUUIDs[0].uuid = &DCTN_TI_UUID;
218 plcml_Init->DeviceInfo.DspStream = strmAttr;
221 plcml_Init->DeviceInfo.TypeofDevice = 0;
    [all...]
  /hardware/ti/omap3/omx/audio/src/openmax_il/g726_enc/src/
OMX_G726Enc_Utils.c 218 plcml_Init->DeviceInfo.TypeofDevice = 0;
238 plcml_Init->DeviceInfo.TypeofDevice = 1;
240 plcml_Init->DeviceInfo.TypeofRender = 1;
244 plcml_Init->DeviceInfo.AllUUIDs[0].uuid = &ACDN_TI_UUID;
248 plcml_Init->DeviceInfo.AllUUIDs[0].uuid = &DCTN_TI_UUID;
250 plcml_Init->DeviceInfo.DspStream = pComponentPrivate->strmAttr;
    [all...]
  /hardware/ti/omap3/omx/audio/src/openmax_il/g729_enc/src/
OMX_G729Enc_Utils.c 168 plcml_Init->DeviceInfo.TypeofDevice = 0;
181 plcml_Init->DeviceInfo.TypeofDevice = 1;
183 plcml_Init->DeviceInfo.TypeofRender = 1;
188 plcml_Init->DeviceInfo.AllUUIDs[0].uuid = &ACDN_TI_UUID;
193 plcml_Init->DeviceInfo.AllUUIDs[0].uuid = &DCTN_TI_UUID;
195 plcml_Init->DeviceInfo.DspStream = pComponentPrivate->strmAttr;
    [all...]
  /external/opencv3/modules/core/src/
cuda_stream.cpp 554 DeviceInfo devInfo(deviceId);
  /external/opencv3/samples/gpu/
stereo_multi.cpp 373 DeviceInfo devInfo(i);
  /system/connectivity/apmanager/
device_info_unittest.cc 162 DeviceInfo device_info_;
  /system/connectivity/shill/vpn/
l2tp_ipsec_driver.cc 126 DeviceInfo* device_info,
openvpn_driver.cc 167 DeviceInfo* device_info,
354 void OpenVPNDriver::OnOpenVPNExited(const WeakPtr<DeviceInfo>& device_info,
    [all...]
  /cts/tools/cts-device-info/src/com/android/cts/deviceinfo/
CameraDeviceInfo.java 16 package com.android.cts.deviceinfo;
35 import com.android.compatibility.common.deviceinfo.DeviceInfo;
50 public final class CameraDeviceInfo extends DeviceInfo {
VulkanDeviceInfo.java 17 package com.android.cts.deviceinfo;
19 import com.android.compatibility.common.deviceinfo.DeviceInfo;
31 * VkJSON as possible, so that the DeviceInfo can later be turned back into VkJSON without loss,
32 * while still allow complex queries against the DeviceInfo database.
69 * - VkJSON uses the original Vulkan field names, while VulkanDeviceInfo follows the DeviceInfo
73 public final class VulkanDeviceInfo extends DeviceInfo {
    [all...]
  /frameworks/base/libs/hwui/
Android.mk 55 DeviceInfo.cpp \
  /hardware/ti/omap3/omx/audio/src/openmax_il/g711_dec/src/
OMX_G711Dec_Utils.c 184 plcml_Init->DeviceInfo.TypeofDevice =1;
185 plcml_Init->DeviceInfo.TypeofRender =0;
190 plcml_Init->DeviceInfo.AllUUIDs[0].uuid = &ACDN_TI_UUID;
195 plcml_Init->DeviceInfo.AllUUIDs[0].uuid = &DCTN_TI_UUID;
198 plcml_Init->DeviceInfo.DspStream = strmAttr;
    [all...]
  /hardware/ti/omap3/omx/audio/src/openmax_il/g729_dec/src/
OMX_G729Dec_Utils.c 200 plcml_Init->DeviceInfo.TypeofDevice =1;
201 plcml_Init->DeviceInfo.TypeofRender =0;
205 plcml_Init->DeviceInfo.AllUUIDs[0].uuid = &ACDN_TI_UUID;
210 plcml_Init->DeviceInfo.AllUUIDs[0].uuid = &DCTN_TI_UUID;
212 plcml_Init->DeviceInfo.DspStream = strmAttr;
    [all...]
  /external/mdnsresponder/mDNSShared/
uds_daemon.c     [all...]
  /hardware/ti/omap3/omx/audio/src/openmax_il/aac_dec/src/
OMX_AacDec_Utils.c 161 memset(plcml_Init->NodeInfo.AllUUIDs[0].DllName,0, sizeof(plcml_Init->DeviceInfo.AllUUIDs[1].DllName));
185 plcml_Init->DeviceInfo.TypeofDevice = 0; /*Initialisation for F2F mode*/
186 plcml_Init->DeviceInfo.TypeofRender = 0;
206 plcml_Init->DeviceInfo.TypeofDevice = 1;
207 plcml_Init->DeviceInfo.TypeofRender = 0;
208 plcml_Init->DeviceInfo.AllUUIDs[0].uuid = &DCTN_TI_UUID;
209 plcml_Init->DeviceInfo.DspStream = strmAttr;
    [all...]
  /hardware/ti/omap3/omx/audio/src/openmax_il/nbamr_enc/src/
OMX_AmrEnc_Utils.c 162 plcml_Init->DeviceInfo.TypeofDevice = 0;
174 plcml_Init->DeviceInfo.TypeofDevice = 1;
176 plcml_Init->DeviceInfo.TypeofRender = 1;
180 plcml_Init->DeviceInfo.AllUUIDs[0].uuid = &ACDN_TI_UUID;
185 plcml_Init->DeviceInfo.AllUUIDs[0].uuid = &TEEDN_TI_UUID;
188 plcml_Init->DeviceInfo.AllUUIDs[0].uuid = &DCTN_TI_UUID;
191 plcml_Init->DeviceInfo.DspStream = pComponentPrivate->strmAttr;
    [all...]

Completed in 1145 milliseconds

1 2 3 4 56 7 8