HomeSort by relevance Sort by last modified time
    Searched refs:DeviceInfo (Results 1 - 25 of 37) sorted by null

1 2

  /device/asus/fugu/libaudio/
AudioHotplugThread.h 27 struct DeviceInfo {
40 virtual void onDeviceFound(const DeviceInfo& devInfo) = 0;
57 DeviceInfo* info);
AudioHardwareInput.h 52 virtual void onDeviceFound(const AudioHotplugThread::DeviceInfo& devInfo);
64 const AudioHotplugThread::DeviceInfo* getBestDevice(int inputSource);
69 // Place all input streams using the specified device into standby. If deviceInfo is NULL,
71 void standbyAllInputStreams(const AudioHotplugThread::DeviceInfo* deviceInfo);
78 AudioHotplugThread::DeviceInfo mDeviceInfos[kMaxDevices];
AudioStreamIn.h 59 const AudioHotplugThread::DeviceInfo* getDeviceInfo() { return mCurrentDeviceInfo; };
96 const AudioHotplugThread::DeviceInfo* mCurrentDeviceInfo;
AudioHardwareInput.cpp 153 void AudioHardwareInput::standbyAllInputStreams(const AudioHotplugThread::DeviceInfo* deviceInfo)
156 if (deviceInfo == NULL || deviceInfo == mInputStreams[i]->getDeviceInfo()) {
201 const AudioHotplugThread::DeviceInfo& devInfo)
243 // Find matching DeviceInfo.
257 const AudioHotplugThread::DeviceInfo* AudioHardwareInput::getBestDevice(int inputSource)
AudioHotplugThread.cpp 197 DeviceInfo* info)
256 DeviceInfo deviceInfo;
269 if (getDeviceInfo(pcmCard, pcmDevice, &deviceInfo)) {
270 mCallback.onDeviceFound(deviceInfo);
370 DeviceInfo deviceInfo;
371 if (getDeviceInfo(pcmCard, pcmDevice, &deviceInfo)) {
372 mCallback.onDeviceFound(deviceInfo);
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/services/core/java/com/android/server/hdmi/
DeviceDiscoveryAction.java 69 private static final class DeviceInfo {
78 private DeviceInfo(int logicalAddress) {
88 private final ArrayList<DeviceInfo> mDevices = new ArrayList<>();
128 DeviceInfo info = new DeviceInfo(i);
249 DeviceInfo current = mDevices.get(mProcessedDeviceCount);
275 DeviceInfo current = mDevices.get(mProcessedDeviceCount);
298 DeviceInfo current = mDevices.get(mProcessedDeviceCount);
324 for (DeviceInfo info : mDevices) {
326 Slog.v(TAG, " DeviceInfo: " + cecDeviceInfo)
    [all...]
  /hardware/ti/omap3/omx/system/src/openmax_il/lcml/inc/
LCML_Types.h 275 LCML_DEVICERENDERING DeviceInfo;
  /hardware/ti/omap3/omx/system/src/openmax_il/lcml/src/
LCML_DspCodec.c 356 if (phandle->dspCodec->DeviceInfo.TypeofDevice == 1)
360 (struct DSP_UUID *)phandle->dspCodec->DeviceInfo.AllUUIDs[0].uuid,
368 if(phandle->dspCodec->DeviceInfo.DspStream != NULL)
370 if(phandle->dspCodec->DeviceInfo.TypeofRender == 0)
378 (struct DSP_STRMATTR *)phandle->dspCodec->DeviceInfo.DspStream,
382 else if(phandle->dspCodec->DeviceInfo.TypeofRender == 1)
390 (struct DSP_STRMATTR *)phandle->dspCodec->DeviceInfo.DspStream,
667 if(phandle->dspCodec->DeviceInfo.TypeofDevice == 1)
671 (struct DSP_UUID *)phandle->dspCodec->DeviceInfo.AllUUIDs[0].uuid,
678 if(phandle->dspCodec->DeviceInfo.DspStream !=NULL
    [all...]
  /frameworks/av/services/camera/libcameraservice/api1/client2/
Parameters.h 207 struct DeviceInfo {
  /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...]
  /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...]
  /hardware/ti/omap3/omx/audio/src/openmax_il/mp3_dec/src/
OMX_Mp3Dec_Utils.c 170 memset(plcml_Init->NodeInfo.AllUUIDs[0].DllName,0, sizeof(plcml_Init->DeviceInfo.AllUUIDs[1].DllName));
211 plcml_Init->DeviceInfo.TypeofDevice = 1;
212 plcml_Init->DeviceInfo.TypeofRender = 0;
214 plcml_Init->DeviceInfo.AllUUIDs[0].uuid = &DCTN_TI_UUID;
215 plcml_Init->DeviceInfo.DspStream = strmAttr;
218 plcml_Init->DeviceInfo.TypeofDevice = 0;
    [all...]
  /hardware/ti/omap3/omx/audio/src/openmax_il/wbamr_dec/src/
OMX_WbAmrDec_Utils.c 178 plcml_Init->DeviceInfo.TypeofDevice = 0; /*Initialisation for F2F mode*/
193 plcml_Init->DeviceInfo.TypeofDevice =1;
194 plcml_Init->DeviceInfo.TypeofRender =0;
198 plcml_Init->DeviceInfo.AllUUIDs[0].uuid = &ACDN_TI_UUID;
203 plcml_Init->DeviceInfo.AllUUIDs[0].uuid = &MMMDN_TI_UUID;
205 plcml_Init->DeviceInfo.DspStream = strmAttr;
    [all...]
  /hardware/ti/omap3/omx/audio/src/openmax_il/wbamr_enc/src/
OMX_WbAmrEnc_Utils.c 164 plcml_Init->DeviceInfo.TypeofDevice = 0;
177 plcml_Init->DeviceInfo.TypeofDevice = 1;
179 plcml_Init->DeviceInfo.TypeofRender = 1;
183 plcml_Init->DeviceInfo.AllUUIDs[0].uuid = &ACDN_TI_UUID;
186 plcml_Init->DeviceInfo.AllUUIDs[0].uuid = &DCTN_TI_UUID;
189 plcml_Init->DeviceInfo.DspStream = pComponentPrivate->strmAttr;
    [all...]
  /hardware/ti/omap3/omx/audio/src/openmax_il/aac_enc/src/
OMX_AacEnc_Utils.c 174 plcml_Init->DeviceInfo.TypeofDevice = 0;
190 plcml_Init->DeviceInfo.TypeofDevice = 1;
191 plcml_Init->DeviceInfo.TypeofRender = 1;
192 plcml_Init->DeviceInfo.AllUUIDs[0].uuid = &DCTN_TI_UUID;
193 plcml_Init->DeviceInfo.DspStream = strmAttr;
    [all...]

Completed in 549 milliseconds

1 2