Searched refs:HdfSbufWriteInt64 (Results 1 – 13 of 13) sorted by relevance
/drivers/peripheral/codec/hal/src/ |
D | codec_callback_type_proxy.c | 66 if (!HdfSbufWriteInt64(data, info->appData)) { in WriteEventInfo() 150 if (!HdfSbufWriteInt64(data, appData)) { in CodecCallbackTypeProxyEmptyBufferDone() 191 if (!HdfSbufWriteInt64(data, appData)) { in CodecCallbackTypeProxyFillBufferDone()
|
D | codec_types.c | 35 !HdfSbufWriteInt32(data, handle->format) || !HdfSbufWriteInt64(data, handle->usage) || in BufferHandleMarshalling() 241 …if (!HdfSbufWriteInt32(data, (int32_t)dataBlock->type) || !HdfSbufWriteInt64(data, dataBlock->pts)… in OmxCodecBufferBlockMarshalling()
|
D | codec_component_manager_proxy.c | 147 if (!HdfSbufWriteInt64(data, appData)) { in CreateComponentPreWriteData()
|
D | codec_component_type_proxy.c | 736 if (!HdfSbufWriteInt64(data, appData)) { in CodecComponentTypeProxySetCallbacks()
|
/drivers/peripheral/codec/hdi_service/common/ |
D | common_msgproc.c | 31 !HdfSbufWriteInt32(data, handle->format) || !HdfSbufWriteInt64(data, handle->usage) || in PackBufferHandle()
|
/drivers/hdf_core/interfaces/inner_api/utils/ |
D | hdf_sbuf.h | 134 bool HdfSbufWriteInt64(struct HdfSBuf *sbuf, int64_t value);
|
/drivers/hdf_core/framework/core/manager/test/unittest/common/ |
D | hdf_sbuf_test.cpp | 270 auto ret = HdfSbufWriteInt64(sBuf, INT64_MAX); 286 auto ret = HdfSbufWriteInt64(sBuf, INT64_MAX); 304 auto ret = HdfSbufWriteInt64(sBuf, INT64_MAX); 434 ret = HdfSbufWriteInt64(sBuf, INT64_MAX); 928 bool ret = HdfSbufWriteInt64(sBuf, data); 942 bool ret = HdfSbufWriteInt64(sBuf, data);
|
/drivers/peripheral/sensor/hal/src/ |
D | sensor_controller.c | 326 …if (!HdfSbufWriteInt32(msg, SENSOR_OPS_IO_CMD_SET_BATCH) || !HdfSbufWriteInt64(msg, samplingInterv… in SetSensorBatch() 327 !HdfSbufWriteInt64(msg, interval)) { in SetSensorBatch()
|
/drivers/peripheral/bluetooth/audio/hal/hdi_binder/server/src/ |
D | hdf_audio_server_common.cpp | 681 if (!HdfSbufWriteInt64(reply, time.tvSec)) { in HdiServicePositionWrite() 684 if (!HdfSbufWriteInt64(reply, time.tvNSec)) { in HdiServicePositionWrite()
|
/drivers/peripheral/codec/hdi_service/codec_proxy/ |
D | proxy_msgproc.c | 405 if (!HdfSbufWriteInt64(data, codecBuffer->timeStamp)) { in CodecProxyPackCodecBuffer()
|
/drivers/peripheral/codec/hdi_service/codec_service_stub/ |
D | stub_msgproc.c | 413 if (!HdfSbufWriteInt64(reply, codecBuffer->timeStamp)) { in CodecSerPackCodecBuffer()
|
/drivers/hdf_core/framework/utils/src/ |
D | hdf_sbuf.c | 157 bool HdfSbufWriteInt64(struct HdfSBuf *sbuf, int64_t value) in HdfSbufWriteInt64() function
|
/drivers/peripheral/audio/hal/hdi_binder/server/src/ |
D | hdf_audio_server_common.c | 237 if (!HdfSbufWriteInt64(reply, time.tvSec)) { in HdiServicePositionWrite() 240 if (!HdfSbufWriteInt64(reply, time.tvNSec)) { in HdiServicePositionWrite()
|