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

1 2 3

  /external/sl4a/Common/src/com/googlecode/android_scripting/facade/bluetooth/
BluetoothHealthFacade.java 96 @RpcParameter(name = "configIndex") Integer configIndex,
100 if (mConfigList.get(configIndex) != null) {
101 return sHealthProfile.connectChannelToSource(mDevice, mConfigList.get(configIndex));
103 throw new Exception("Invalid configIndex input:" + Integer.toString(configIndex));
109 @RpcParameter(name = "configIndex") Integer configIndex,
114 if (mConfigList.get(configIndex) != null) {
115 return sHealthProfile.connectChannelToSink(mDevice, mConfigList.get(configIndex), channelType)
    [all...]
  /hardware/qcom/display/msm8996/libqdutils/
display_config.h 137 int setActiveConfig(int configIndex, int dpy);
142 DisplayAttributes getDisplayAttributes(int configIndex, int dpy);
display_config.cpp 202 int configIndex = -1;
210 configIndex = outParcel.readInt32();
212 configIndex);
217 return configIndex;
220 int setActiveConfig(int configIndex, int /*dpy*/) {
225 inParcel.writeInt32(configIndex);
231 configIndex);
239 DisplayAttributes getDisplayAttributes(int configIndex, int /*dpy*/) {
244 inParcel.writeInt32(configIndex);
258 __FUNCTION__, configIndex, dpyattr.xres, dpyattr.yres)
    [all...]
  /hardware/qcom/display/msm8998/libqdutils/
display_config.h 145 int setActiveConfig(int configIndex, int dpy);
150 DisplayAttributes getDisplayAttributes(int configIndex, int dpy);
display_config.cpp 202 int configIndex = -1;
210 configIndex = outParcel.readInt32();
212 configIndex);
217 return configIndex;
220 int setActiveConfig(int configIndex, int /*dpy*/) {
225 inParcel.writeInt32(configIndex);
231 configIndex);
239 DisplayAttributes getDisplayAttributes(int configIndex, int dpy) {
244 inParcel.writeInt32(configIndex);
258 __FUNCTION__, configIndex, dpyattr.xres, dpyattr.yres)
    [all...]
  /hardware/qcom/media/msm8974/mm-video-legacy/vidc/venc/inc/
omx_video_encoder.h 54 OMX_INDEXTYPE configIndex,
omx_video_base.h 270 OMX_INDEXTYPE configIndex,
300 OMX_INDEXTYPE configIndex,
  /hardware/qcom/media/msm8974/mm-video-v4l2/vidc/venc/inc/
omx_video_encoder.h 55 OMX_INDEXTYPE configIndex,
omx_video_base.h 296 OMX_INDEXTYPE configIndex,
326 OMX_INDEXTYPE configIndex,
  /hardware/qcom/media/msm8974/mm-core/omxcore/src/common/
omx_core_cmp.h 81 OMX_IN OMX_INDEXTYPE configIndex,
86 OMX_IN OMX_INDEXTYPE configIndex,
omx_core_cmp.cpp 174 OMX_IN OMX_INDEXTYPE configIndex,
184 configIndex,
192 OMX_IN OMX_INDEXTYPE configIndex,
202 configIndex,
  /hardware/qcom/media/msm8974/mm-core/src/common/
omx_core_cmp.h 81 OMX_IN OMX_INDEXTYPE configIndex,
86 OMX_IN OMX_INDEXTYPE configIndex,
omx_core_cmp.cpp 174 OMX_IN OMX_INDEXTYPE configIndex,
184 configIndex,
192 OMX_IN OMX_INDEXTYPE configIndex,
202 configIndex,
  /hardware/qcom/media/msm8996/mm-core/src/common/
omx_core_cmp.h 81 OMX_IN OMX_INDEXTYPE configIndex,
86 OMX_IN OMX_INDEXTYPE configIndex,
omx_core_cmp.cpp 174 OMX_IN OMX_INDEXTYPE configIndex,
184 configIndex,
192 OMX_IN OMX_INDEXTYPE configIndex,
202 configIndex,
  /hardware/qcom/media/msm8998/mm-core/src/common/
omx_core_cmp.h 81 OMX_IN OMX_INDEXTYPE configIndex,
86 OMX_IN OMX_INDEXTYPE configIndex,
omx_core_cmp.cpp 174 OMX_IN OMX_INDEXTYPE configIndex,
184 configIndex,
192 OMX_IN OMX_INDEXTYPE configIndex,
202 configIndex,
  /hardware/qcom/media/msm8996/mm-video-v4l2/vidc/venc/inc/
omx_swvenc_hevc.h 53 OMX_INDEXTYPE configIndex,
omx_video_encoder.h 55 OMX_INDEXTYPE configIndex,
omx_swvenc_mpeg4.h 65 OMX_INDEXTYPE configIndex,
  /hardware/qcom/media/msm8998/mm-video-v4l2/vidc/venc/inc/
omx_swvenc_hevc.h 53 OMX_INDEXTYPE configIndex,
omx_video_encoder.h 51 OMX_INDEXTYPE configIndex,
omx_swvenc_mpeg4.h 65 OMX_INDEXTYPE configIndex,
  /hardware/qcom/display/msm8994/libhdmi/
hdmi.cpp 790 for (int configIndex = 0; configIndex < mModeCount; configIndex++) {
791 configs[configIndex] = (uint32_t)configIndex;
  /hardware/qcom/media/msm8974/mm-video-legacy/vidc/vdec/inc/
omx_vdec.h 324 OMX_INDEXTYPE configIndex,
354 OMX_INDEXTYPE configIndex,
    [all...]

Completed in 1158 milliseconds

1 2 3