/hardware/qcom/display/msm8226/libqservice/ |
D | IQService.cpp | 76 uint32_t code, const Parcel& data, Parcel* reply, uint32_t flags) in onTransact() argument 78 ALOGD_IF(QSERVICE_DEBUG, "%s: code: %d", __FUNCTION__, code); in onTransact() 93 if (code == CONNECT) { in onTransact() 105 } else if (code > COMMAND_LIST_START && code < COMMAND_LIST_END) { in onTransact() 108 pid=%d uid=%d process=%s", code, callerPid, in onTransact() 113 dispatch(code, &data, reply); in onTransact() 116 return BBinder::onTransact(code, data, reply, flags); in onTransact()
|
D | IQClient.cpp | 67 uint32_t code, const Parcel& data, Parcel* reply, uint32_t flags) in onTransact() argument 69 switch(code) { in onTransact() 77 return BBinder::onTransact(code, data, reply, flags); in onTransact()
|
/hardware/qcom/display/msm8084/libqservice/ |
D | IQService.cpp | 85 uint32_t code, const Parcel& data, Parcel* reply, uint32_t flags) in onTransact() argument 87 ALOGD_IF(QSERVICE_DEBUG, "%s: code: %d", __FUNCTION__, code); in onTransact() 102 if (code == CONNECT_HWC_CLIENT) { in onTransact() 114 } else if(code == CONNECT_HDMI_CLIENT) { in onTransact() 126 } else if (code > COMMAND_LIST_START && code < COMMAND_LIST_END) { in onTransact() 129 pid=%d uid=%d process=%s", code, callerPid, in onTransact() 134 dispatch(code, &data, reply); in onTransact() 137 return BBinder::onTransact(code, data, reply, flags); in onTransact()
|
D | IQClient.cpp | 67 uint32_t code, const Parcel& data, Parcel* reply, uint32_t flags) in onTransact() argument 69 switch(code) { in onTransact() 77 return BBinder::onTransact(code, data, reply, flags); in onTransact()
|
D | IQHDMIClient.cpp | 72 status_t BnQHDMIClient::onTransact(uint32_t code, const Parcel& data, in onTransact() argument 75 switch(code) { in onTransact() 96 return BBinder::onTransact(code, data, reply, flags); in onTransact()
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/ |
D | usage_cx.dox | 5 compressed data. The <code>deadline</code> parameter controls the amount 7 more information on the <code>deadline</code> parameter, see
|
D | usage.dox | 5 easily support multiple video formats with minimal code duplication or 48 as an <code>extern</code> reference to a structure of the incomplete type 103 retrieved from the <code>err</code> member of the decoder context as well. 116 Both the encoding and decoding functions have a <code>deadline</code> 121 example, an application sets a <code>deadline</code> of 1000us, and the 125 a <code>deadline</code> of 5000us, the decoder will see that it has 3000us 131 The special value <code>0</code> is reserved to represent an infinite 135 By convention, the value <code>1</code> is used to mean "return as fast as 203 address is set in the <code>base</code> member of the #vpx_codec_mmap 206 associated file descriptor) the <code>dtor</code> and <code>priv</code>
|
D | usage_dx.dox | 8 <code>user_priv</code> member may be set. The <code>deadline</code> 12 information on the <code>deadline</code> parameter, see \ref usage_deadline.
|
/hardware/qcom/display/msm8960/libqservice/ |
D | IQClient.cpp | 60 uint32_t code, const Parcel& data, Parcel* reply, uint32_t flags) in onTransact() argument 62 switch(code) { in onTransact() 71 return BBinder::onTransact(code, data, reply, flags); in onTransact()
|
D | IQService.cpp | 83 uint32_t code, const Parcel& data, Parcel* reply, uint32_t flags) in onTransact() argument 96 switch(code) { in onTransact() 145 return BBinder::onTransact(code, data, reply, flags); in onTransact()
|
/hardware/qcom/display/msm8974/libqservice/ |
D | IQClient.cpp | 60 uint32_t code, const Parcel& data, Parcel* reply, uint32_t flags) in onTransact() argument 62 switch(code) { in onTransact() 71 return BBinder::onTransact(code, data, reply, flags); in onTransact()
|
D | IQService.cpp | 83 uint32_t code, const Parcel& data, Parcel* reply, uint32_t flags) in onTransact() argument 96 switch(code) { in onTransact() 145 return BBinder::onTransact(code, data, reply, flags); in onTransact()
|
/hardware/qcom/audio/legacy/libalsa-intf/ |
D | alsaucm_test.c | 66 enum ucm_cmd_id code; member 187 if ((identifier == NULL) && ((cmd->code != UCM_HELP) && in process_cmd() 188 (cmd->code != UCM_LISTCARDS) && (cmd->code != UCM_RESET) && in process_cmd() 189 (cmd->code != UCM_RELOAD))) in process_cmd() 195 switch (cmd->code) { in process_cmd()
|
/hardware/samsung_slsi/exynos5/original-kernel-headers/linux/ |
D | v4l2-subdev.h | 75 __u32 code; member 88 __u32 code; member 119 __u32 code; member
|
/hardware/samsung_slsi/exynos5/include/ |
D | v4l2-subdev.h | 49 __u32 code; member 56 __u32 code; member 75 __u32 code; member
|
/hardware/akm/AK8975_FS/libsensors/ |
D | KionixSensor.cpp | 179 if (event->code == EVENT_TYPE_ACCEL_X) { in readEvents() 181 } else if (event->code == EVENT_TYPE_ACCEL_Y) { in readEvents() 183 } else if (event->code == EVENT_TYPE_ACCEL_Z) { in readEvents() 195 type, event->code); in readEvents()
|
D | AdxlSensor.cpp | 201 if (event->code == EVENT_TYPE_ACCEL_X) { in readEvents() 203 } else if (event->code == EVENT_TYPE_ACCEL_Y) { in readEvents() 205 } else if (event->code == EVENT_TYPE_ACCEL_Z) { in readEvents() 217 type, event->code); in readEvents()
|
D | AkmSensor.cpp | 209 processEvent(event->code, event->value); in readEvents() 233 type, event->code); in readEvents() 273 void AkmSensor::processEvent(int code, int value) in processEvent() argument 275 switch (code) { in processEvent()
|
/hardware/intel/img/psb_video/src/ |
D | tng_jpegdec.c | 95 uint16_t code; // VLC code with valid data in top-most bits member 146 #define JPG_MAKE_OFFSET(code,width,leading) \ argument 147 (((code<<leading) & JPG_MAKE_MASK(JPG_VLC_MAX_CODE_LEN)) >> (JPG_VLC_MAX_CODE_LEN-width)) 407 offset = symbol_code->code << leading; in jpg_vlc_get_offset() 425 offset = symbol_code->code << leading; in jpg_vlc_decode_direct_symbols() 472 if ((((uint32_t)symbol_codes[i].code) & leading_mask) == leading_pattern) { in jpg_vlc_decode_direct() 481 if ((((uint32_t)symbol_codes[i].code) & leading_mask) == leading_pattern) { in jpg_vlc_decode_direct() 491 if ((((uint32_t)symbol_codes[i].code) & leading_mask) == leading_pattern) { in jpg_vlc_decode_direct() 500 next_leading_pattern = (uint32_t)symbol_codes[i].code & next_leading_mask; in jpg_vlc_decode_direct() 751 uint16_t code = 0; in tng__JPEG_process_huffman_tables() local [all …]
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/third_party/libyuv/ |
D | README.webm | 2 URL: http://code.google.com/p/libyuv/ 16 Modified the original scaler code from C++ to C to fit in our current build
|
/hardware/qcom/media/mm-video-v4l2/vidc/vdec/src/ |
D | mp4_utils.cpp | 71 uint32 code = 0xFFFFFFFF; in find_code() local 74 code <<= 8; in find_code() 75 code |= *bytePtr++; in find_code() 77 if ((code & codeMask) == referenceCode) { in find_code()
|
/hardware/libhardware/modules/ |
D | README.android | 19 The source code for the "board" variant, usually lives under partners/... 21 The source code for "default" and "arch" would usually
|
/hardware/qcom/media/mm-video-legacy/vidc/vdec/src/ |
D | mp4_utils.cpp | 75 uint32 code = 0xFFFFFFFF; in find_code() local 77 code <<= 8; in find_code() 78 code |= *bytePtr++; in find_code() 80 if ((code & codeMask) == referenceCode) { in find_code()
|
/hardware/qcom/media/mm-video-v4l2/vidc/vdec/test/ |
D | omx_vdec_test.cpp | 2877 unsigned int code = 0; in Read_Buffer_From_H264_Start_Code_File() local 2889 code <<= 8; in Read_Buffer_From_H264_Start_Code_File() 2890 code |= (0x000000FF & dataptr[cnt]); in Read_Buffer_From_H264_Start_Code_File() 2892 if ((cnt == 4) && (code != H264_START_CODE)) { in Read_Buffer_From_H264_Start_Code_File() 2893 DEBUG_PRINT_ERROR("\n%s: ERROR: Invalid start code found 0x%x", __FUNCTION__, code); in Read_Buffer_From_H264_Start_Code_File() 2897 if ((cnt > 4) && (code == H264_START_CODE)) { in Read_Buffer_From_H264_Start_Code_File() 2974 unsigned int code = 0; in Read_Buffer_From_Vop_Start_Code_File() local 2987 code <<= 8; in Read_Buffer_From_Vop_Start_Code_File() 2988 code |= (0x000000FF & pBufHdr->pBuffer[readOffset]); in Read_Buffer_From_Vop_Start_Code_File() 2992 if ( VOP_START_CODE == code) { in Read_Buffer_From_Vop_Start_Code_File() [all …]
|
/hardware/ti/omap3/dspbridge/libbridge/ |
D | COPYING | 30 for this service if you wish); that you receive source code or can get 43 code. If you link other code with the library, you must provide 78 Public License permits more lax criteria for linking other code with 112 former contains code derived from the library, whereas the latter must 136 "Source code" for a work means the preferred form of the work for 137 making modifications to it. For a library, complete source code means 138 all the source code for all modules it contains, plus any associated 151 complete source code as you receive it, in any medium, provided that 224 This option is useful when you wish to copy part of the code of 228 derivative of it, under Section 2) in object code or executable form [all …]
|