Home
last modified time | relevance | path

Searched defs:bytes (Results 1 – 25 of 108) sorted by relevance

12345

/hardware/broadcom/wlan/bcmdhd/dhdutil/include/
Dbcmendian.h125 #define htol16_ua_store(val, bytes) ({ \ argument
132 #define htol32_ua_store(val, bytes) ({ \ argument
141 #define hton16_ua_store(val, bytes) ({ \ argument
148 #define hton32_ua_store(val, bytes) ({ \ argument
157 #define ltoh16_ua(bytes) ({ \ argument
162 #define ltoh32_ua(bytes) ({ \ argument
167 #define ntoh16_ua(bytes) ({ \ argument
172 #define ntoh32_ua(bytes) ({ \ argument
216 htol16_ua_store(uint16 val, uint8 *bytes) in htol16_ua_store()
226 htol32_ua_store(uint32 val, uint8 *bytes) in htol32_ua_store()
[all …]
/hardware/interfaces/bluetooth/audio/utils/session/
DBluetoothAudioSessionControl_2_1.h137 const void* buffer, size_t bytes) { in OutWritePcmData()
148 size_t bytes) { in InReadPcmData()
DBluetoothAudioSessionControl.h131 const void* buffer, size_t bytes) { in OutWritePcmData()
DBluetoothAudioSession.cpp376 size_t bytes) { in OutWritePcmData()
409 size_t BluetoothAudioSession::InReadPcmData(void* buffer, size_t bytes) { in InReadPcmData()
/hardware/interfaces/automotive/vehicle/2.0/default/impl/vhal_v2_0/
DJsonFakeValueGenerator.cpp200 hidl_vec<uint8_t> bytes(byteSize % 8 == 0 ? byteSize / 8 : byteSize / 8 + 1); in generateDiagnosticBytes() local
218 void JsonFakeValueGenerator::setBit(hidl_vec<uint8_t>& bytes, size_t idx) { in setBit()
/hardware/libhardware_legacy/audio/
DAudioHardwareStub.cpp128 ssize_t AudioStreamOutStub::write(const void* buffer, size_t bytes) in write()
175 ssize_t AudioStreamInStub::read(void* buffer, ssize_t bytes) in read()
DAudioHardwareGeneric.cpp233 ssize_t AudioStreamOutGeneric::write(const void* buffer, size_t bytes) in write()
343 ssize_t AudioStreamInGeneric::read(void* buffer, ssize_t bytes) in read()
DAudioDumpInterface.cpp279 ssize_t AudioStreamOutDump::write(const void* buffer, size_t bytes) in write()
439 ssize_t AudioStreamInDump::read(void* buffer, ssize_t bytes) in read()
/hardware/qcom/sdm845/display/liblight/
Dlights.c135 size_t bytes = snprintf(buffer, sizeof(buffer), "%d\n", value); in write_int() local
163 size_t bytes = snprintf(buffer, sizeof(buffer), "%d %d\n", value1, value2); in write_double_int() local
/hardware/qcom/media/msm8974/mm-video-legacy/vidc/venc/src/
Domx_video_base.cpp2055 OMX_IN OMX_U32 bytes, in use_input_buffer()
2230 OMX_IN OMX_U32 bytes, in use_output_buffer()
2428 OMX_IN OMX_U32 bytes, in use_buffer()
2618 OMX_U32 bytes) in allocate_input_meta_buffer()
2682 OMX_IN OMX_U32 bytes) in allocate_input_buffer()
2830 OMX_IN OMX_U32 bytes) in allocate_output_buffer()
2995 OMX_IN OMX_U32 bytes) in allocate_buffer()
/hardware/qcom/sm7250/media/mm-video-v4l2/vidc/venc/src/
Domx_video_base.cpp2520 OMX_IN OMX_U32 bytes, in use_input_buffer()
2671 OMX_IN OMX_U32 bytes, in use_output_buffer()
2840 OMX_IN OMX_U32 bytes, in use_buffer()
2969 OMX_IN OMX_U32 bytes, in use_client_output_extradata_buffer()
3020 OMX_IN OMX_U32 bytes, in use_client_input_extradata_buffer()
3214 OMX_U32 bytes) in allocate_input_meta_buffer()
3285 OMX_IN OMX_U32 bytes) in allocate_input_buffer()
3421 OMX_IN OMX_U32 bytes) in allocate_output_buffer()
3598 OMX_IN OMX_U32 bytes) in allocate_buffer()
/hardware/qcom/sm8150/media/mm-video-v4l2/vidc/venc/src/
Domx_video_base.cpp2676 OMX_IN OMX_U32 bytes, in use_input_buffer()
2827 OMX_IN OMX_U32 bytes, in use_output_buffer()
2996 OMX_IN OMX_U32 bytes, in use_buffer()
3125 OMX_IN OMX_U32 bytes, in use_client_output_extradata_buffer()
3176 OMX_IN OMX_U32 bytes, in use_client_input_extradata_buffer()
3366 OMX_U32 bytes) in allocate_input_meta_buffer()
3437 OMX_IN OMX_U32 bytes) in allocate_input_buffer()
3573 OMX_IN OMX_U32 bytes) in allocate_output_buffer()
3752 OMX_IN OMX_U32 bytes) in allocate_buffer()
/hardware/qcom/sdm845/media/mm-video-v4l2/vidc/venc/src/
Domx_video_base.cpp2562 OMX_IN OMX_U32 bytes, in use_input_buffer()
2727 OMX_IN OMX_U32 bytes, in use_output_buffer()
2911 OMX_IN OMX_U32 bytes, in use_buffer()
3001 OMX_IN OMX_U32 bytes, in use_client_output_extradata_buffer()
3189 OMX_U32 bytes) in allocate_input_meta_buffer()
3260 OMX_IN OMX_U32 bytes) in allocate_input_buffer()
3411 OMX_IN OMX_U32 bytes) in allocate_output_buffer()
3601 OMX_IN OMX_U32 bytes) in allocate_buffer()
/hardware/qcom/audio/legacy/alsa_sound/
DAudioStreamOutALSA.cpp110 ssize_t AudioStreamOutALSA::write(const void *buffer, size_t bytes) in write()
/hardware/qcom/display/msm8998/sdm/libs/core/fb/
Dhw_primary.cpp530 int32_t bytes = snprintf(buffer, kMaxSysfsCommandLength, "%d\n", level); in SetPanelBrightness() local
582 ssize_t bytes = snprintf(buffer, kWriteLength, "%d", enable); in SetAutoRefresh() local
/hardware/qcom/display/msm8996/sdm/libs/core/fb/
Dhw_primary.cpp524 int32_t bytes = snprintf(buffer, MAX_SYSFS_COMMAND_LENGTH, "%d\n", level); in SetPanelBrightness() local
570 ssize_t bytes = snprintf(buffer, kWriteLength, "%d", enable); in SetAutoRefresh() local
/hardware/qcom/display/msm8909w_3100/sdm/libs/core/fb/
Dhw_primary.cpp530 int32_t bytes = snprintf(buffer, kMaxSysfsCommandLength, "%d\n", level); in SetPanelBrightness() local
582 ssize_t bytes = snprintf(buffer, kWriteLength, "%d", enable); in SetAutoRefresh() local
/hardware/qcom/sdm845/display/sdm/libs/core/fb/
Dhw_primary.cpp530 int32_t bytes = snprintf(buffer, kMaxSysfsCommandLength, "%d\n", level); in SetPanelBrightness() local
576 ssize_t bytes = snprintf(buffer, kWriteLength, "%d", enable); in SetAutoRefresh() local
/hardware/qcom/display/msm8909/sdm/libs/core/fb/
Dhw_primary.cpp530 int32_t bytes = snprintf(buffer, kMaxSysfsCommandLength, "%d\n", level); in SetPanelBrightness() local
576 ssize_t bytes = snprintf(buffer, kWriteLength, "%d", enable); in SetAutoRefresh() local
/hardware/qcom/media/msm8974/mm-video-v4l2/vidc/venc/src/
Domx_video_base.cpp2186 OMX_IN OMX_U32 bytes, in use_input_buffer()
2355 OMX_IN OMX_U32 bytes, in use_output_buffer()
2553 OMX_IN OMX_U32 bytes, in use_buffer()
2730 OMX_U32 bytes) in allocate_input_meta_buffer()
2796 OMX_IN OMX_U32 bytes) in allocate_input_buffer()
2951 OMX_IN OMX_U32 bytes) in allocate_output_buffer()
3132 OMX_IN OMX_U32 bytes) in allocate_buffer()
/hardware/qcom/media/msm8996/mm-core/src/common/
Domx_core_cmp.cpp254 OMX_IN OMX_U32 bytes, in qc_omx_component_use_buffer()
280 OMX_IN OMX_U32 bytes) in qc_omx_component_allocate_buffer()
/hardware/qcom/media/msm8998/mm-core/src/common/
Domx_core_cmp.cpp254 OMX_IN OMX_U32 bytes, in qc_omx_component_use_buffer()
280 OMX_IN OMX_U32 bytes) in qc_omx_component_allocate_buffer()
/hardware/qcom/media/msm8974/mm-core/omxcore/src/common/
Domx_core_cmp.cpp253 OMX_IN OMX_U32 bytes, in qc_omx_component_use_buffer()
279 OMX_IN OMX_U32 bytes) in qc_omx_component_allocate_buffer()
/hardware/qcom/sdm845/media/mm-core/src/common/
Domx_core_cmp.cpp254 OMX_IN OMX_U32 bytes, in qc_omx_component_use_buffer()
280 OMX_IN OMX_U32 bytes) in qc_omx_component_allocate_buffer()
/hardware/qcom/media/msm8974/mm-core/src/common/
Domx_core_cmp.cpp254 OMX_IN OMX_U32 bytes, in qc_omx_component_use_buffer()
280 OMX_IN OMX_U32 bytes) in qc_omx_component_allocate_buffer()

12345