/hardware/qcom/gps/msm8996/loc_api/libloc_api_50001/ |
D | loc_eng_nmea.h | 39 int loc_eng_nmea_put_checksum(char *pNmea, int maxSize);
|
D | loc_eng_nmea.cpp | 84 int loc_eng_nmea_put_checksum(char *pNmea, int maxSize) in loc_eng_nmea_put_checksum() argument 96 int checksumLength = snprintf(pNmea,(maxSize-length-1),"*%02X\r\n", checksum); in loc_eng_nmea_put_checksum()
|
/hardware/qcom/gps/loc_api/libloc_api_50001/ |
D | loc_eng_nmea.h | 38 int loc_eng_nmea_put_checksum(char *pNmea, int maxSize);
|
D | loc_eng_nmea.cpp | 84 int loc_eng_nmea_put_checksum(char *pNmea, int maxSize) in loc_eng_nmea_put_checksum() argument 96 int checksumLength = snprintf(pNmea,(maxSize-length-1),"*%02X\r\n", checksum); in loc_eng_nmea_put_checksum()
|
/hardware/qcom/gps/msm8960/loc_api/libloc_api_50001/ |
D | loc_eng_nmea.h | 38 int loc_eng_nmea_put_checksum(char *pNmea, int maxSize);
|
D | loc_eng_nmea.cpp | 80 int loc_eng_nmea_put_checksum(char *pNmea, int maxSize) in loc_eng_nmea_put_checksum() argument 92 int checksumLength = snprintf(pNmea,(maxSize-length-1),"*%02X\r\n", checksum); in loc_eng_nmea_put_checksum()
|
/hardware/qcom/gps/msm8994/loc_api/libloc_api_50001/ |
D | loc_eng_nmea.h | 38 int loc_eng_nmea_put_checksum(char *pNmea, int maxSize);
|
D | loc_eng_nmea.cpp | 84 int loc_eng_nmea_put_checksum(char *pNmea, int maxSize) in loc_eng_nmea_put_checksum() argument 96 int checksumLength = snprintf(pNmea,(maxSize-length-1),"*%02X\r\n", checksum); in loc_eng_nmea_put_checksum()
|
/hardware/qcom/gps/msm8084/loc_api/libloc_api_50001/ |
D | loc_eng_nmea.h | 38 int loc_eng_nmea_put_checksum(char *pNmea, int maxSize);
|
D | loc_eng_nmea.cpp | 84 int loc_eng_nmea_put_checksum(char *pNmea, int maxSize) in loc_eng_nmea_put_checksum() argument 96 int checksumLength = snprintf(pNmea,(maxSize-length-1),"*%02X\r\n", checksum); in loc_eng_nmea_put_checksum()
|
/hardware/qcom/gps/msm8909/loc_api/libloc_api_50001/ |
D | loc_eng_nmea.h | 39 int loc_eng_nmea_put_checksum(char *pNmea, int maxSize);
|
D | loc_eng_nmea.cpp | 84 int loc_eng_nmea_put_checksum(char *pNmea, int maxSize) in loc_eng_nmea_put_checksum() argument 96 int checksumLength = snprintf(pNmea,(maxSize-length-1),"*%02X\r\n", checksum); in loc_eng_nmea_put_checksum()
|
/hardware/qcom/msm8996/kernel-headers/linux/ |
D | msm_audio_alac.h | 35 uint32_t maxSize; member
|
/hardware/qcom/msm8996/original-kernel-headers/linux/ |
D | msm_audio_alac.h | 18 uint32_t maxSize; member
|
/hardware/intel/common/libmix/videoencoder/ |
D | VideoEncoderInterface.h | 34 virtual Encode_Status getMaxOutSize(uint32_t *maxSize) = 0;
|
D | PVSoftMPEG4Encoder.h | 48 virtual Encode_Status getMaxOutSize(uint32_t *maxSize) {return ENCODE_SUCCESS;} in getMaxOutSize() argument
|
D | VideoEncoderBase.h | 75 virtual Encode_Status getMaxOutSize(uint32_t *maxSize);
|
D | VideoEncoderBase.cpp | 299 uint32_t maxSize = 0; in start() local 300 ret = getMaxOutSize(&maxSize); in start() 1440 Encode_Status VideoEncoderBase::getMaxOutSize (uint32_t *maxSize) { in getMaxOutSize() argument 1444 if (maxSize == NULL) { in getMaxOutSize() 1452 *maxSize = mCodedBufSize; in getMaxOutSize() 1488 *maxSize = mCodedBufSize; in getMaxOutSize()
|
/hardware/libhardware/tests/camera2/ |
D | CameraMultiStreamTests.cpp | 145 int32_t maxSize = INT_MIN, tempSize; in GetMaxSize() local 148 if (maxSize < tempSize) { in GetMaxSize() 149 maxSize = tempSize; in GetMaxSize()
|
/hardware/ti/omap4-aah/camera/OMXCameraAdapter/ |
D | OMXCapabilities.cpp | 2164 const int maxSize = CAMHAL_SIZE_OF_ARRAY(caps.arrayVar); \ in _checkOmxTiCap() 2165 if ( count < 0 || count > maxSize ) \ in _checkOmxTiCap() 2170 count, maxSize); \ in _checkOmxTiCap()
|