/hardware/qcom/audio/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/include/ |
D | v4l2-subdev.h | 49 __u32 code; member 56 __u32 code; member 75 __u32 code; member
|
D | v4l2-mediabus.h | 94 __u32 code; member
|
/hardware/samsung_slsi/exynos5/original-kernel-headers/linux/ |
D | v4l2-subdev.h | 75 __u32 code; member 88 __u32 code; member 119 __u32 code; member
|
D | v4l2-mediabus.h | 110 __u32 code; member
|
/hardware/qcom/display/libqservice/ |
D | IQService.cpp | 67 uint32_t code, const Parcel& data, Parcel* reply, uint32_t flags) in onTransact() argument 80 switch(code) { in onTransact() 104 return BBinder::onTransact(code, data, reply, flags); in onTransact()
|
D | IQService.h | 53 virtual android::status_t onTransact( uint32_t code,
|
/hardware/ril/mock-ril/ |
D | README.txt | 70 mock_ril.[cpp|h] Main module inteface code. 75 c++ code to js. Ported from nodejs.org. 77 protobuf_v8.* Protobuf code for javascript ported from 78 http://code.google.com/p/protobuf-for-node/. 79 requests.* Interface code for handling framework requests. 80 responses* Interface code for handling framework responses.
|
/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/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/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 …]
|
/hardware/qcom/media/mm-video/vidc/vdec/test/ |
D | omx_vdec_test.cpp | 2660 unsigned int code = 0; in Read_Buffer_From_Vop_Start_Code_File() local 2675 code <<= 8; in Read_Buffer_From_Vop_Start_Code_File() 2676 code |= (0x000000FF & pBufHdr->pBuffer[readOffset]); in Read_Buffer_From_Vop_Start_Code_File() 2681 if( VOP_START_CODE == code) in Read_Buffer_From_Vop_Start_Code_File() 2685 else if ( (0xFFFFFC00 & code) == SHORT_HEADER_START_CODE ) in Read_Buffer_From_Vop_Start_Code_File() 2690 if ((header_code == VOP_START_CODE) && (code == VOP_START_CODE)) in Read_Buffer_From_Vop_Start_Code_File() 2697 …else if (( header_code == SHORT_HEADER_START_CODE ) && ( SHORT_HEADER_START_CODE == (code & 0xFFFF… in Read_Buffer_From_Vop_Start_Code_File() 2715 unsigned int code = 0; in Read_Buffer_From_Mpeg2_Start_Code() local 2736 code <<= 8; in Read_Buffer_From_Mpeg2_Start_Code() 2737 code |= (0x000000FF & pBufHdr->pBuffer[readOffset]); in Read_Buffer_From_Mpeg2_Start_Code() [all …]
|
D | decoder_driver_test.c | 1070 unsigned int code = 0; in read_frame() local 1094 code <<= 8; in read_frame() 1095 code |= (0x000000FF & dataptr[readOffset]); in read_frame() 1101 if( VOP_START_CODE == code) in read_frame() 1106 else if ( (0xFFFFFC00 & code) == SHORT_HEADER_START_CODE ) in read_frame() 1111 if ((header_code == VOP_START_CODE) && (code == VOP_START_CODE)) in read_frame() 1121 ( SHORT_HEADER_START_CODE == (code & 0xFFFFFC00))) in read_frame()
|
/hardware/ti/wlan/mac80211/ti-utils/ |
D | COPYING | 5 * Base on code from 15 * * Redistributions of source code must retain the above copyright
|
/hardware/ril/mock-ril/src/cpp/ |
D | js_support.h | 43 const char *fileName, const char *code);
|
/hardware/samsung_slsi/exynos5/mobicore/daemon/Daemon/ |
D | MobiCoreDriverDaemon.h | 129 mcResult_t code
|
D | MobiCoreDriverDaemon.cpp | 212 mcResult_t code in writeResult() argument 215 if (0 != code) { in writeResult() 216 LOG_V(" sending error code %d", code); in writeResult() 218 return connection->writeData(&code, sizeof(mcResult_t)); in writeResult()
|
/hardware/ti/wpan/ |
D | README | 1 wpan.git contains the Bluetooth, FM code by Texas Instruments for
|
/hardware/invensense/libsensors_iio/ |
D | CompassSensor.IIO.9150.cpp | 204 switch (event->code) { in processCompassEvent() 272 type, event->code); in readSample()
|
/hardware/samsung_slsi/exynos5/libcamera/ |
D | ExynosJpegEncoderForCamera.cpp | 456 char code[8] = { 0x00, 0x00, 0x00, 0x49, 0x49, 0x43, 0x53, 0x41 }; in makeExif() local 458 memmove(exifInfo->user_comment + sizeof(code), exifInfo->user_comment, commentsLen); in makeExif() 459 memcpy(exifInfo->user_comment, code, sizeof(code)); in makeExif() 461 commentsLen + sizeof(code), exifInfo->user_comment, &LongerTagOffest, pIfdStart); in makeExif()
|
/hardware/samsung_slsi/exynos5/libcamera2/ |
D | ExynosJpegEncoderForCamera.cpp | 415 char code[8] = { 0x00, 0x00, 0x00, 0x49, 0x49, 0x43, 0x53, 0x41 }; in makeExif() local 417 memmove(exifInfo->user_comment + sizeof(code), exifInfo->user_comment, commentsLen); in makeExif() 418 memcpy(exifInfo->user_comment, code, sizeof(code)); in makeExif() 420 commentsLen + sizeof(code), exifInfo->user_comment, &LongerTagOffest, pIfdStart); in makeExif()
|
/hardware/qcom/gps/loc_api/libloc_api-rpc/gen-3200/ |
D | loc_api.xdr | 16 � Redistributions of source code must retain the above copyright notice, this list of condi… 97 rpc_uint32 features; /* Features turned on in the code.
|
/hardware/samsung_slsi/exynos5/mobicore/ |
D | NOTICE | 6 1. Redistributions of source code must retain the above copyright
|
/hardware/msm7k/dspcrashd/ |
D | NOTICE | 7 ** * Redistributions of source code must retain the above copyright
|
/hardware/qcom/gps/loc_api/ |
D | NOTICE | 7 � Redistributions of source code must retain the above copyright notice, this list of condi…
|