Home
last modified time | relevance | path

Searched refs:code (Results 1 – 25 of 79) sorted by relevance

1234

/hardware/qcom/audio/libalsa-intf/
Dalsaucm_test.c66 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/
Dv4l2-subdev.h49 __u32 code; member
56 __u32 code; member
75 __u32 code; member
Dv4l2-mediabus.h94 __u32 code; member
/hardware/samsung_slsi/exynos5/original-kernel-headers/linux/
Dv4l2-subdev.h75 __u32 code; member
88 __u32 code; member
119 __u32 code; member
Dv4l2-mediabus.h110 __u32 code; member
/hardware/qcom/display/libqservice/
DIQService.cpp67 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()
DIQService.h53 virtual android::status_t onTransact( uint32_t code,
/hardware/ril/mock-ril/
DREADME.txt70 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/
DREADME.android19 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/
Dmp4_utils.cpp75 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/
DCOPYING30 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/
Domx_vdec_test.cpp2660 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 …]
Ddecoder_driver_test.c1070 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/
DCOPYING5 * Base on code from
15 * * Redistributions of source code must retain the above copyright
/hardware/ril/mock-ril/src/cpp/
Djs_support.h43 const char *fileName, const char *code);
/hardware/samsung_slsi/exynos5/mobicore/daemon/Daemon/
DMobiCoreDriverDaemon.h129 mcResult_t code
DMobiCoreDriverDaemon.cpp212 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/
DREADME1 wpan.git contains the Bluetooth, FM code by Texas Instruments for
/hardware/invensense/libsensors_iio/
DCompassSensor.IIO.9150.cpp204 switch (event->code) { in processCompassEvent()
272 type, event->code); in readSample()
/hardware/samsung_slsi/exynos5/libcamera/
DExynosJpegEncoderForCamera.cpp456 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/
DExynosJpegEncoderForCamera.cpp415 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/
Dloc_api.xdr16 � 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/
DNOTICE6 1. Redistributions of source code must retain the above copyright
/hardware/msm7k/dspcrashd/
DNOTICE7 ** * Redistributions of source code must retain the above copyright
/hardware/qcom/gps/loc_api/
DNOTICE7 � Redistributions of source code must retain the above copyright notice, this list of condi…

1234