/hardware/ti/wlan/wl1271/CUDK/os/linux/src/ |
D | os_trans.c | 125 TI_BOOL os_sockSend (THandle socket_id, PS8 buffer, U32 bufferSize) in os_sockSend() argument 130 result = send( (SOCKET) socket_id, buffer, (U32)bufferSize, 0); in os_sockSend() 150 S32 os_sockRecv (THandle socket_id, PU8 pBuffer, U32 bufferSize, TI_SIZE_T flags) in os_sockRecv() argument 156 result = recv((SOCKET)socket_id, pBuffer, bufferSize, flags); in os_sockRecv()
|
/hardware/ti/omap4xxx/camera/OMXCameraAdapter/ |
D | OMXCapabilities.cpp | 230 size_t bufferSize) { in encodePixelformatCap() argument 242 strncat(buffer, cap[i].param, bufferSize - 1); in encodePixelformatCap() 243 strncat(buffer, PARAM_SEP, bufferSize - 1); in encodePixelformatCap() 257 size_t bufferSize) { in encodeFramerateCap() argument 272 strncat(buffer, cap[i].param, bufferSize - 1); in encodeFramerateCap() 273 strncat(buffer, PARAM_SEP, bufferSize - 1); in encodeFramerateCap() 287 strncat(buffer, tmpBuffer, bufferSize - 1); in encodeFramerateCap() 288 strncat(buffer, PARAM_SEP, bufferSize - 1); in encodeFramerateCap() 294 strncat(buffer, tmpBuffer, bufferSize - 1); in encodeFramerateCap() 295 strncat(buffer, PARAM_SEP, bufferSize - 1); in encodeFramerateCap() [all …]
|
/hardware/ti/wlan/wl1271/CUDK/os/linux/inc/ |
D | os_trans.h | 36 TI_BOOL os_sockSend (THandle socket_id, PS8 buffer, U32 bufferSize); 38 S32 os_sockRecv (THandle socket_id, PU8 pBuffer, U32 bufferSize, TI_SIZE_T flags);
|
/hardware/libhardware/modules/gralloc/ |
D | gralloc.cpp | 122 const size_t bufferSize = m->finfo.line_length * m->info.yres; in gralloc_alloc_framebuffer_locked() local 128 return gralloc_alloc_buffer(dev, bufferSize, newUsage, pHandle); in gralloc_alloc_framebuffer_locked() 147 vaddr += bufferSize; in gralloc_alloc_framebuffer_locked() 257 const size_t bufferSize = m->finfo.line_length * m->info.yres; in gralloc_free() local 258 int index = (hnd->base - m->framebuffer->base) / bufferSize; in gralloc_free()
|
/hardware/msm7k/libgralloc-qsd8k/ |
D | gpu.cpp | 66 const size_t bufferSize = m->finfo.line_length * m->info.yres; in gralloc_alloc_framebuffer_locked() local 72 return gralloc_alloc_buffer(bufferSize, newUsage, pHandle); in gralloc_alloc_framebuffer_locked() 92 vaddr += bufferSize; in gralloc_alloc_framebuffer_locked() 279 const size_t bufferSize = m->finfo.line_length * m->info.yres; in free_impl() local 280 int index = (hnd->base - m->framebuffer->base) / bufferSize; in free_impl()
|
/hardware/msm7k/libaudio/ |
D | AudioHardware.h | 170 virtual size_t bufferSize() const { return 4800; } in bufferSize() function 173 …virtual uint32_t latency() const { return (1000*AUDIO_HW_NUM_OUT_BUF*(bufferSize()/frameSize())… in latency() 209 virtual size_t bufferSize() const { return mBufferSize; } in bufferSize() function
|
D | AudioHardware.cpp | 733 config.buffer_size = bufferSize(); in write() 802 snprintf(buffer, SIZE, "\tbuffer size: %d\n", bufferSize()); in dump() 931 config.buffer_size = bufferSize(); in set() 1072 snprintf(buffer, SIZE, "\tbuffer size: %d\n", bufferSize()); in dump()
|
/hardware/libhardware_legacy/audio/ |
D | A2dpAudioInterface.h | 87 virtual size_t bufferSize() const { return 512 * 20; } in bufferSize() function 90 …virtual uint32_t latency() const { return ((1000*bufferSize())/frameSize())/sampleRate() + 200;… in latency()
|
D | AudioHardwareStub.h | 34 virtual size_t bufferSize() const { return 4096; } in bufferSize() function 51 virtual size_t bufferSize() const { return 320; } in bufferSize() function
|
D | AudioHardwareGeneric.h | 51 virtual size_t bufferSize() const { return 4096; } in bufferSize() function 85 virtual size_t bufferSize() const { return 320; } in bufferSize() function
|
D | AudioDumpInterface.h | 47 virtual size_t bufferSize() const; 88 virtual size_t bufferSize() const;
|
D | AudioHardwareStub.cpp | 147 snprintf(buffer, SIZE, "\tbuffer size: %d\n", bufferSize()); in dump() 191 snprintf(buffer, SIZE, "\tbuffer size: %d\n", bufferSize()); in dump()
|
D | AudioDumpInterface.cpp | 318 size_t AudioStreamOutDump::bufferSize() const in bufferSize() function in android::AudioStreamOutDump 320 if (mFinalStream != 0 ) return mFinalStream->bufferSize(); in bufferSize() 521 size_t AudioStreamInDump::bufferSize() const in bufferSize() function in android::AudioStreamInDump 523 if (mFinalStream != 0 ) return mFinalStream->bufferSize(); in bufferSize()
|
D | AudioHardwareGeneric.cpp | 254 snprintf(buffer, SIZE, "\tbuffer size: %d\n", bufferSize()); in dump() 362 snprintf(buffer, SIZE, "\tbuffer size: %d\n", bufferSize()); in dump()
|
D | audio_hw_hal.cpp | 77 return out->legacy_out->bufferSize(); in out_get_buffer_size() 206 return in->legacy_in->bufferSize(); in in_get_buffer_size()
|
D | A2dpAudioInterface.cpp | 264 mBufferDurationUs = ((bufferSize() * 1000 )/ frameSize() / sampleRate()) * 1000; in set()
|
/hardware/msm7k/libaudio-qdsp5v2/ |
D | AudioHardware.h | 108 virtual size_t bufferSize() const { return mBufferSize; } in bufferSize() function 111 …virtual uint32_t latency() const { return (1000*AUDIO_HW_NUM_OUT_BUF*(bufferSize()/frameSize())… in latency()
|
/hardware/msm7k/libgralloc/ |
D | gralloc.cpp | 146 const size_t bufferSize = m->finfo.line_length * m->info.yres; in gralloc_alloc_framebuffer_locked() local 152 return gralloc_alloc_buffer(dev, bufferSize, newUsage, pHandle); in gralloc_alloc_framebuffer_locked() 172 vaddr += bufferSize; in gralloc_alloc_framebuffer_locked() 529 const size_t bufferSize = m->finfo.line_length * m->info.yres; in gralloc_free() local 530 int index = (hnd->base - m->framebuffer->base) / bufferSize; in gralloc_free()
|
/hardware/libhardware_legacy/include/hardware_legacy/ |
D | AudioHardwareInterface.h | 56 virtual size_t bufferSize() const = 0; 134 virtual size_t bufferSize() const = 0;
|
/hardware/msm7k/libaudio-qsd8k/ |
D | AudioHardware.h | 247 virtual size_t bufferSize() const { return mBufferSize; } in bufferSize() function 250 …virtual uint32_t latency() const { return (1000*AUDIO_HW_NUM_OUT_BUF*(bufferSize()/frameSize())… in latency() 283 virtual size_t bufferSize() const { return mBufferSize; } in bufferSize() function
|
/hardware/invensense/mlsdk/platform/include/ |
D | i2c.h | 113 int I2CSetBufferSize (unsigned short bufferSize);
|
/hardware/ti/wlan/wl1271/stad/src/Connection_Managment/ |
D | apConn.c | 705 reportStatus.dataBufLength = param.content.assocReqBuffer.bufferSize; in apConn_registerRoamMngrCallb() 1680 reportStatus.dataBufLength = param.content.assocReqBuffer.bufferSize; in apConn_smStartWaitingForTriggers() 1741 reportStatus.dataBufLength = param.content.assocReqBuffer.bufferSize; in apConn_smConnectedToNewAP() 1900 reportStatus.dataBufLength = param.content.assocReqBuffer.bufferSize; in apConn_smRetainAP() 2169 reportStatus.dataBufLength = param.content.assocReqBuffer.bufferSize; in apConn_smReportConnFail()
|
/hardware/libhardware/include/hardware/ |
D | gps.h | 466 size_t (*get_internal_state)(char* buffer, size_t bufferSize);
|
/hardware/ti/wlan/wl1271/stad/src/Sta_Management/ |
D | assocSM.c | 631 pParam->content.assocReqBuffer.bufferSize = pHandle->assocReqLen; in assoc_getParam() 637 pParam->content.assocReqBuffer.bufferSize = pHandle->assocRespLen; in assoc_getParam()
|
/hardware/ti/wlan/wl1271/stad/Export_Inc/ |
D | paramOut.h | 409 TI_UINT16 bufferSize; member
|