/hardware/nxp/secure_element/libese-spi/p73/lib/ |
D | phNxpEse_Internal.h | 49 #define SECOND_TO_MILLISECOND(X) X * 1000 argument 50 #define CONVERT_TO_PERCENTAGE(X, Y) X* Y / 100 argument
|
/hardware/qcom/audio/hal/msm8960/ |
D | platform.h | 151 #define AUDIO_MAKE_STRING_FROM_ENUM(X) { #X, X } argument
|
/hardware/nxp/nfc/halimpl/common/ |
D | phNfcTypes.h | 126 #define UNUSED(X) (void)(X); argument
|
/hardware/qcom/sdm845/data/ipacfg-mgr/ipacm/inc/ |
D | IPACM_ConntrackClient.h | 102 #define iptodot(X,Y) \ argument 103 …IPACMLOG(" %s(0x%x): %d.%d.%d.%d\n", X, Y, ((Y>>24) & 0xFF), ((Y>>16) & 0xFF), ((Y>>8) & 0xFF), (Y…
|
/hardware/qcom/sm8150/data/ipacfg-mgr/ipacm/inc/ |
D | IPACM_ConntrackClient.h | 102 #define iptodot(X,Y) \ argument 103 …IPACMLOG(" %s(0x%x): %d.%d.%d.%d\n", X, Y, ((Y>>24) & 0xFF), ((Y>>16) & 0xFF), ((Y>>8) & 0xFF), (Y…
|
/hardware/qcom/data/ipacfg-mgr/msm8998/ipacm/inc/ |
D | IPACM_ConntrackClient.h | 102 #define iptodot(X,Y) \ argument 103 …IPACMLOG(" %s(0x%x): %d.%d.%d.%d\n", X, Y, ((Y>>24) & 0xFF), ((Y>>16) & 0xFF), ((Y>>8) & 0xFF), (Y…
|
/hardware/qcom/audio/hal/msm8916/ |
D | platform.h | 251 #define AUDIO_MAKE_STRING_FROM_ENUM(X) { #X, X } argument
|
/hardware/qcom/display/msm8960/liboverlay/ |
D | overlay.cpp | 224 for(int X = 0; X < (int)OV_MDP_PIPE_ANY; X++) { //iterate over types in initOverlay() local 225 for(int j = 0; j < numPipesXType[X]; j++) { //iterate over num in initOverlay() 226 PipeBook::pipeTypeLUT[index] = (utils::eMdpPipeType)X; in initOverlay()
|
/hardware/qcom/camera/msm8998/ |
D | QCamera_Intf.h | 42 #define CEILING32(X) (((X) + 0x0001F) & 0xFFFFFFE0) argument 43 #define CEILING16(X) (((X) + 0x000F) & 0xFFF0) argument 44 #define CEILING4(X) (((X) + 0x0003) & 0xFFFC) argument 45 #define CEILING2(X) (((X) + 0x0001) & 0xFFFE) argument
|
/hardware/qcom/audio/hal/msm8974/ |
D | platform.h | 366 #define AUDIO_MAKE_STRING_FROM_ENUM(X) { #X, X } argument
|
/hardware/qcom/sm8150/gps/utils/ |
D | loc_nmea.h | 70 double X; member
|
D | loc_nmea.cpp | 164 pecef.X = (r + plla.alt) * cos(plla.lat) * cos(plla.lon); in convert_Lla_to_Ecef() 195 pPZ90.X = deltaX + deltaScale * (pWGS84.X + rotZ * pWGS84.Y - rotY * pWGS84.Z); in convert_WGS84_to_PZ90() 196 pPZ90.Y = deltaY + deltaScale * (pWGS84.Y - rotZ * pWGS84.X + rotX * pWGS84.Z); in convert_WGS84_to_PZ90() 197 pPZ90.Z = deltaZ + deltaScale * (pWGS84.Z + rotY * pWGS84.X - rotX * pWGS84.Y); in convert_WGS84_to_PZ90() 230 p = sqrt(pecef.X * pecef.X + pecef.Y * pecef.Y); in convert_Ecef_to_Lla() 257 plla.lon = atan2(pecef.Y, pecef.X); in convert_Ecef_to_Lla()
|
/hardware/qcom/display/msm8084/liboverlay/ |
D | overlay.cpp | 394 for(int X = 0; X < (int)OV_MDP_PIPE_ANY; X++) { //iterate over types in initOverlay() local 395 for(int j = 0; j < numPipesXType[X]; j++) { //iterate over num in initOverlay() 396 PipeBook::pipeTypeLUT[index] = (utils::eMdpPipeType)X; in initOverlay()
|
/hardware/qcom/display/msm8994/liboverlay/ |
D | overlay.cpp | 433 for(int X = 0; X < (int)OV_MDP_PIPE_ANY; X++) { //iterate over types in initOverlay() local 434 for(int j = 0; j < numPipesXType[X]; j++) { //iterate over num in initOverlay() 435 PipeBook::pipeTypeLUT[index] = (utils::eMdpPipeType)X; in initOverlay()
|
/hardware/qcom/display/msm8226/liboverlay/ |
D | overlay.cpp | 402 for(int X = 0; X < (int)OV_MDP_PIPE_ANY; X++) { //iterate over types in initOverlay() local 403 for(int j = 0; j < numPipesXType[X]; j++) { //iterate over num in initOverlay() 404 PipeBook::pipeTypeLUT[index] = (utils::eMdpPipeType)X; in initOverlay()
|
/hardware/qcom/camera/msm8998/QCamera2/stack/common/ |
D | cam_types.h | 58 #define CEILING64(X) (((X) + 0x0003F) & 0xFFFFFFC0) argument 59 #define CEILING32(X) (((X) + 0x0001F) & 0xFFFFFFE0) argument 60 #define CEILING16(X) (((X) + 0x000F) & 0xFFF0) argument 61 #define CEILING4(X) (((X) + 0x0003) & 0xFFFC) argument 62 #define CEILING2(X) (((X) + 0x0001) & 0xFFFE) argument
|
/hardware/qcom/msm8998/json-c/ |
D | RELEASE_CHECKLIST.txt | 55 tar -czf json-c-${release}.tar.gz -X excludes json-c-${release} 58 tar -czf json-c-${release}-nodoc.tar.gz -X excludes json-c-${release}
|
/hardware/interfaces/renderscript/1.0/ |
D | IContext.hal | 226 * @param x X position of the first element in the Allocation to be updated 249 * @param xoff X offset of the region to update in this Allocation 258 * must be the stride in X dimension measuring in bytes. 274 * @param xoff X offset of the region to update in this Allocation 284 * must be the stride in X dimension measuring in bytes. 335 * @param xoff X offset of the first element to be copied 352 * @param x X position of the first element in the Allocation to be read 377 * @param xoff X offset of the region to copy in this array 387 * must be the stride in X dimension measuring in bytes. 406 * @param xoff X offset of the region to copy in this array [all …]
|
/hardware/interfaces/input/common/1.0/ |
D | types.hal | 25 * Axis constant: X axis of a motion event. 27 * - For a touch screen, reports the absolute X screen position of the center of 29 * - For a touch pad, reports the absolute X surface position of the center of the touch 31 * - For a mouse, reports the absolute X screen position of the mouse pointer. 35 * - For a joystick, reports the absolute X position of the joystick. 38 X = 0, 174 * to report the absolute X position of the second joystick instead.</em> 178 * Axis constant: X Rotation axis of a motion event. 180 * - For a joystick, reports the absolute rotation angle about the X axis. 201 * Axis constant: Hat X axis of a motion event. [all …]
|
/hardware/qcom/gps/msm8994/loc_api/libloc_api-rpc/gen-1240/ |
D | loc_api_cb.xdr | 3 L O C _ A P I _ C B . X D R
|
/hardware/qcom/gps/msm8084/loc_api/libloc_api-rpc/gen-1240/ |
D | loc_api_cb.xdr | 3 L O C _ A P I _ C B . X D R
|
/hardware/qcom/sdm845/gps/msm8994/loc_api/libloc_api-rpc/gen-1240/ |
D | loc_api_cb.xdr | 3 L O C _ A P I _ C B . X D R
|
/hardware/qcom/sdm845/gps/msm8084/loc_api/libloc_api-rpc/gen-1240/ |
D | loc_api_cb.xdr | 3 L O C _ A P I _ C B . X D R
|
/hardware/qcom/gps/loc_api/libloc_api-rpc/gen-1240/ |
D | loc_api_cb.xdr | 3 L O C _ A P I _ C B . X D R
|
/hardware/qcom/sdm845/gps/loc_api/libloc_api-rpc/gen-1240/ |
D | loc_api_cb.xdr | 3 L O C _ A P I _ C B . X D R
|