Searched defs:buff (Results 1 - 25 of 58) sorted by relevance

123

/hardware/libhardware/include/hardware/
H A Dqemu_pipe.h58 char buff[256]; local
67 snprintf(buff, sizeof buff, "pipe:%s", pipeName);
78 buffLen = strlen(buff);
80 ret = TEMP_FAILURE_RETRY(write(fd, buff, buffLen+1));
H A Dqemud.h44 qemud_fd_write(int fd, const void* buff, int len) argument
48 len2 = write(fd, buff, len);
54 qemud_fd_read(int fd, void* buff, int len) argument
58 len2 = read(fd, buff, len);
/hardware/qcom/audio/hal/audio_extn/
H A Dhwdep_cal.c54 void *buff; member in struct:param_data
101 calib.buff = malloc(calib.buff_size);
106 free(calib.buff);
109 codec_buffer.buffer = calib.buff;
116 free(calib.buff);
/hardware/intel/img/hwcomposer/merrifield/common/base/
H A DHwcModule.cpp67 char *buff,
71 hwc->dump(buff, buff_len, 0);
66 hwc_dump(struct hwc_composer_device_1 *dev, char *buff, int buff_len) argument
H A DHwcomposer.cpp374 bool Hwcomposer::dump(char *buff, int buff_len, int *cur_len) argument
378 Dump d(buff, buff_len);
/hardware/intel/img/hwcomposer/moorefield_hdmi/common/base/
H A DHwcModule.cpp73 char *buff,
77 hwc->dump(buff, buff_len, 0);
72 hwc_dump(struct hwc_composer_device_1 *dev, char *buff, int buff_len) argument
H A DHwcomposer.cpp363 bool Hwcomposer::dump(char *buff, int buff_len, int * /* cur_len */) argument
367 Dump d(buff, buff_len);
/hardware/libhardware_legacy/qemu/
H A Dqemu.c65 qemu_fd_read( int fd, char* buff, int len ) argument
69 len2 = read(fd, buff, len);
/hardware/qcom/display/msm8960/libhwcomposer/
H A Dhwc.cpp569 void hwc_dump(struct hwc_composer_device_1* dev, char *buff, int buff_len) argument
586 strlcpy(buff, aBuf.string(), buff_len);
/hardware/qcom/display/msm8909/libhwcomposer/
H A Dhwc.cpp878 void hwc_dump(struct hwc_composer_device_1* dev, char *buff, int buff_len) argument
904 strlcpy(buff, aBuf.string(), buff_len);
/hardware/bsp/intel/peripheral/libupm/src/pn532/
H A Dpn532.cxx1459 @param buff Pointer to the buffer where data will be written
1463 void PN532::readData(uint8_t* buff, uint8_t n) argument
1489 buff[i] = buf[i+1];
1494 PrintHex(buff, n);
/hardware/intel/common/omx-components/videocodec/
H A DOMXVideoDecoderVP9Hybrid.cpp72 uint32_t buff[MAX_GRAPHIC_BUFFER_NUM]; local
103 buff[i] = (uint32_t)(buf_hdr->pBuffer);
149 bufferHeight, bufferCount, gralloc_mode, buff, (uint32_t)mAPMode);
155 uint32_t buff[MAX_GRAPHIC_BUFFER_NUM]; local
185 buff[i] = (uint32_t)(buf_hdr->pBuffer);
200 bufferHeight, bufferCount, gralloc_mode, buff, (uint32_t)mAPMode);
/hardware/qcom/display/msm8084/libhwcomposer/
H A Dhwc.cpp816 void hwc_dump(struct hwc_composer_device_1* dev, char *buff, int buff_len) argument
839 strlcpy(buff, aBuf.string(), buff_len);
/hardware/qcom/display/msm8226/libhwcomposer/
H A Dhwc.cpp853 void hwc_dump(struct hwc_composer_device_1* dev, char *buff, int buff_len) argument
878 strlcpy(buff, aBuf.string(), buff_len);
/hardware/qcom/display/msm8994/libhwcomposer/
H A Dhwc.cpp894 void hwc_dump(struct hwc_composer_device_1* dev, char *buff, int buff_len) argument
919 strlcpy(buff, aBuf.string(), buff_len);
/hardware/ril/reference-ril/
H A Datchannel.c55 void AT_DUMP(const char* prefix, const char* buff, int len) argument
58 len = strlen(buff);
59 RLOGD("%.*s", len, buff);
/hardware/ti/omap3/omx/audio/src/openmax_il/aac_dec/src/
H A DOMX_AacDecoder.c1513 OMX_PRBUFFER2(pComponentPrivate->dbg, "%d :: Component Sending Filled ip buff %p to Component Thread\n",__LINE__,pBuffer);
1561 OMX_PRBUFFER2(pComponentPrivate->dbg, "%d :: Component Sending Emptied op buff %p to Component Thread\n",__LINE__,pBuffer);
1947 OMX_U8* buff; local
1959 buff = (OMX_U8 *)pComponentPrivate->pInputBufferList->pBufHdr[i];
1960 if (buff == (OMX_U8 *)pBuffer) {
1962 OMX_PRBUFFER2(pComponentPrivate->dbg, "buff = %p\n",buff);
1969 OMX_PRBUFFER2(pComponentPrivate->dbg, "%d :: buff = %p\n",__LINE__,buff);
1975 buff
[all...]
/hardware/ti/omap3/omx/audio/src/openmax_il/g711_dec/src/
H A DOMX_G711Decoder.c1347 G711DEC_DPRINT ("%d :: Component Sending Filled ip buff %p \
1393 G711DEC_DPRINT ("%d :: Component Sending Emptied op buff %p \
1710 OMX_BUFFERHEADERTYPE* buff = NULL; local
1722 buff = pComponentPrivate->pInputBufferList->pBufHdr[i];
1723 if (buff == pBuffer) {
1725 G711DEC_DPRINT("buff = %p\n",buff);
1732 G711DEC_DPRINT("buff = %p\n",buff);
1738 buff
[all...]
/hardware/ti/omap3/omx/audio/src/openmax_il/g711_enc/src/
H A DOMX_G711Encoder.c1192 G711ENC_DPRINT("%d :: Comp Sending Filled ip buff = %p to CompThread\n",__LINE__,pBuffer);
1239 G711ENC_DPRINT("%d :: Comp Sending Emptied op buff = %p to CompThread\n",__LINE__,pBuffer);
1546 OMX_BUFFERHEADERTYPE* buff = NULL; local
1560 buff = pComponentPrivate->pInputBufferList->pBufHdr[i];
1561 if (buff == pBuffer) {
1563 G711ENC_DPRINT("%d :: buff = %p\n",__LINE__,buff);
1570 G711ENC_DPRINT("%d :: buff = %p\n",__LINE__,buff);
1576 buff
[all...]
/hardware/ti/omap3/omx/audio/src/openmax_il/g722_dec/src/
H A DOMX_G722Decoder.c1349 G722DEC_DPRINT (":: Component Sending Filled ip buff %p \
1403 G722DEC_DPRINT (" :: Component Sending Emptied op buff %p \
1788 OMX_U8* buff = NULL; local
1799 buff = (OMX_U8 *)pComponentPrivate->pInputBufferList->pBufHdr[i];
1800 if (buff == (OMX_U8 *)pBuffer) {
1802 G722DEC_DPRINT("buff = %p\n",buff);
1812 buff = (OMX_U8 *)pComponentPrivate->pOutputBufferList->pBufHdr[i];
1813 if (buff == (OMX_U8 *)pBuffer) {
1815 G722DEC_DPRINT("buff
[all...]
/hardware/ti/omap3/omx/audio/src/openmax_il/g722_enc/src/
H A DOMX_G722Encoder.c1425 G722ENC_DPRINT ("%d :: %s :: Component Sending Filled ip buff %p \
1508 G722ENC_DPRINT ("%d :: %s :: Component Sending Emptied op buff %p \
1798 OMX_BUFFERHEADERTYPE* buff = NULL; local
1810 buff = pComponentPrivate->pInputBufferList->pBufHdr[i];
1811 if (buff == pBuffer) {
1813 G722ENC_DPRINT("buff = %p\n",buff);
1820 G722ENC_DPRINT("buff = %p\n",buff);
1826 buff
[all...]
/hardware/ti/omap3/omx/audio/src/openmax_il/g726_dec/src/
H A DOMX_G726Decoder.c1369 G726DEC_DPRINT (":: Component Sending Filled ip buff %p \
1423 G726DEC_DPRINT (" :: Component Sending Emptied op buff %p \
1829 OMX_U8* buff = NULL; local
1842 buff = (OMX_U8 *)pComponentPrivate->pInputBufferList->pBufHdr[i];
1843 if (buff == (OMX_U8 *)pBuffer) {
1845 G726DEC_DPRINT("buff = %p\n",buff);
1855 buff = (OMX_U8 *)pComponentPrivate->pOutputBufferList->pBufHdr[i];
1856 if (buff == (OMX_U8 *)pBuffer) {
1858 G726DEC_DPRINT("buff
[all...]
/hardware/ti/omap3/omx/audio/src/openmax_il/g726_enc/src/
H A DOMX_G726Encoder.c1119 G726ENC_DPRINT("%d :: Comp Sending Filled ip buff = %p to CompThread\n",__LINE__,pBuffer);
1165 G726ENC_DPRINT("%d :: Comp Sending Emptied op buff = %p to CompThread\n",__LINE__,pBuffer);
1466 OMX_BUFFERHEADERTYPE* buff = NULL; local
1480 buff = pComponentPrivate->pInputBufferList->pBufHdr[i];
1481 if (buff == pBuffer) {
1483 G726ENC_DPRINT("%d :: buff = %p\n",__LINE__,buff);
1490 G726ENC_DPRINT("%d :: buff = %p\n",__LINE__,buff);
1496 buff
[all...]
/hardware/ti/omap3/omx/audio/src/openmax_il/g729_dec/src/
H A DOMX_G729Decoder.c1368 G729DEC_DPRINT ("%d :: Component Sending Filled ip buff %p \
1419 G729DEC_DPRINT ("%d :: Component Sending Emptied op buff %p \
1757 OMX_BUFFERHEADERTYPE* buff = NULL; local
1772 buff = pComponentPrivate->pInputBufferList->pBufHdr[i];
1773 if (buff == pBuffer)
1776 G729DEC_DPRINT("buff = %p\n", buff);
1784 G729DEC_DPRINT("buff = %p\n", buff);
1792 buff
[all...]
/hardware/ti/omap3/omx/audio/src/openmax_il/g729_enc/src/
H A DOMX_G729Encoder.c1348 G729ENC_DPRINT("Comp Sending Filled ip buff = %p to CompThread\n", pBuffer);
1405 G729ENC_DPRINT("Comp Sending Emptied op buff = %p to CompThread\n", pBuffer);
1752 OMX_BUFFERHEADERTYPE* buff = NULL; local
1767 buff = pComponentPrivate->pInputBufferList->pBufHdr[i];
1768 if (buff == pBuffer)
1771 G729ENC_DPRINT("buff = %p\n", buff);
1779 G729ENC_DPRINT("buff = %p\n", buff);
1787 buff
[all...]

Completed in 802 milliseconds

123