Home
last modified time | relevance | path

Searched defs:dataBlock (Results 1 – 12 of 12) sorted by relevance

/drivers/peripheral/codec/hal/src/
Dcodec_types.c118 …_TUNNELSETUPTYPEBlockMarshalling(struct HdfSBuf *data, const struct OMX_TUNNELSETUPTYPE *dataBlock) in OMX_TUNNELSETUPTYPEBlockMarshalling()
133 … OMX_TUNNELSETUPTYPEBlockUnmarshalling(struct HdfSBuf *data, struct OMX_TUNNELSETUPTYPE *dataBlock) in OMX_TUNNELSETUPTYPEBlockUnmarshalling()
151 void OMX_TUNNELSETUPTYPEFree(struct OMX_TUNNELSETUPTYPE *dataBlock, bool freeSelf) in OMX_TUNNELSETUPTYPEFree()
162 static bool CodecBufferMarshalling(struct HdfSBuf *data, const struct OmxCodecBuffer *dataBlock) in CodecBufferMarshalling()
202 bool OmxCodecBufferBlockMarshalling(struct HdfSBuf *data, const struct OmxCodecBuffer *dataBlock) in OmxCodecBufferBlockMarshalling()
248 static bool CodecBufferUnmarshalling(struct HdfSBuf *data, struct OmxCodecBuffer *dataBlock) in CodecBufferUnmarshalling()
325 bool OmxCodecBufferBlockUnmarshalling(struct HdfSBuf *data, struct OmxCodecBuffer *dataBlock) in OmxCodecBufferBlockUnmarshalling()
369 bool RangeValueBlockMarshalling(struct HdfSBuf *data, const RangeValue *dataBlock) in RangeValueBlockMarshalling()
384 bool RangeValueBlockUnmarshalling(struct HdfSBuf *data, RangeValue *dataBlock) in RangeValueBlockUnmarshalling()
402 void RangeValueFree(RangeValue *dataBlock, bool freeSelf) in RangeValueFree()
[all …]
/drivers/peripheral/audio/hal/hdi_binder/proxy/src/
Daudio_proxy_common.c455 …bool AudioDevExtInfoBlockMarshalling(struct HdfSBuf *data, const struct AudioDevExtInfo *dataBlock) in AudioDevExtInfoBlockMarshalling()
480 …bool AudioMixExtInfoBlockMarshalling(struct HdfSBuf *data, const struct AudioMixExtInfo *dataBlock) in AudioMixExtInfoBlockMarshalling()
494 …ioSessionExtInfoBlockMarshalling(struct HdfSBuf *data, const struct AudioSessionExtInfo *dataBlock) in AudioSessionExtInfoBlockMarshalling()
508 …l AudioInfoBlockMarshalling(enum AudioPortType type, struct HdfSBuf *data, RouteExtInfo *dataBlock) in AudioInfoBlockMarshalling()
543 …c bool AudioRouteNodeBlockMarshalling(struct HdfSBuf *data, const struct AudioRouteNode *dataBlock) in AudioRouteNodeBlockMarshalling()
573 bool AudioRouteBlockMarshalling(struct HdfSBuf *data, const struct AudioRoute *dataBlock) in AudioRouteBlockMarshalling()
/drivers/hdf_core/adapter/uhdf2/host/test/unittest/sample_driver/
Dsample_hdi.h71 static inline void DataBlockFree(struct DataBlock *dataBlock) in DataBlockFree()
94 struct DataBlock *dataBlock = static_cast<struct DataBlock *>(OsalMemAlloc(sizeof(*dataBlock))); in DataBlockBlockUnmarshalling() local
118 static inline bool DataBlockBlockMarshalling(const struct DataBlock *dataBlock, struct HdfSBuf *dat… in DataBlockBlockMarshalling()
Dsample_hdi_service_stub.cpp98 struct DataBlock *dataBlock = DataBlockBlockUnmarshalling(data); in SampleServiceStubStructTrans() local
/drivers/peripheral/audio/hal/hdi_binder/server/src/
Dhdf_audio_server_common.c1618 …tic bool AudioDevExtInfoBlockUnmarshalling(struct HdfSBuf *data, struct AudioDevExtInfo *dataBlock) in AudioDevExtInfoBlockUnmarshalling()
1657 …tic bool AudioMixExtInfoBlockUnmarshalling(struct HdfSBuf *data, struct AudioMixExtInfo *dataBlock) in AudioMixExtInfoBlockUnmarshalling()
1679 … AudioSessionExtInfoBlockUnmarshalling(struct HdfSBuf *data, struct AudioSessionExtInfo *dataBlock) in AudioSessionExtInfoBlockUnmarshalling()
1702 static void AudioDevExtInfoFree(struct AudioDevExtInfo *dataBlock, bool freeSelf) in AudioDevExtInfoFree()
1718 …AudioInfoBlockUnmarshalling(enum AudioPortType type, struct HdfSBuf *data, RouteExtInfo *dataBlock) in AudioInfoBlockUnmarshalling()
1754 static bool AudioRouteNodeBlockUnmarshalling(struct HdfSBuf *data, struct AudioRouteNode *dataBlock) in AudioRouteNodeBlockUnmarshalling()
1784 static bool AudioRouteBlockUnmarshalling(struct HdfSBuf *data, struct AudioRoute *dataBlock) in AudioRouteBlockUnmarshalling()
1856 static void AudioRouteFree(struct AudioRoute *dataBlock, bool freeSelf) in AudioRouteFree()
/drivers/peripheral/codec/hdi_service/codec_proxy/
Dproxy_msgproc.c68 static bool CodecCapabilityRangeValueUnmarshalling(struct HdfSBuf *reply, RangeValue *dataBlock) in CodecCapabilityRangeValueUnmarshalling()
/drivers/peripheral/codec/hdi_service/codec_service_stub/
Dstub_msgproc.c97 static bool CodecCapabilityRangeValueMarshalling(struct HdfSBuf *reply, const RangeValue *dataBlock) in CodecCapabilityRangeValueMarshalling()
/drivers/peripheral/audio/test/systemtest/common/hdi_service_common/src/
Dhdi_service_common.cpp217 static void TestAudioAdapterDescriptorFree(struct AudioAdapterDescriptor *dataBlock, bool freeSelf) in TestAudioAdapterDescriptorFree()
880 void TestAudioSubPortCapabilityFree(struct AudioSubPortCapability *dataBlock, bool freeSelf) in TestAudioSubPortCapabilityFree()
896 void TestAudioPortCapabilityFree(struct AudioPortCapability *dataBlock, bool freeSelf) in TestAudioPortCapabilityFree()
/drivers/peripheral/audio/hdi_service/passthrough/src/
Daudio_adapter.c1004 static void AudioSubPortCapabilityDestroy(struct AudioSubPortCapability *dataBlock, bool freeSelf) in AudioSubPortCapabilityDestroy()
1020 static void AudioPortCapabilityDeepFree(struct AudioPortCapability *dataBlock, bool freeSelf) in AudioPortCapabilityDeepFree()
/drivers/hdf_core/adapter/uhdf2/hdi/test/servmgr/
Dservice_manager_hdi_c_test.cpp191 struct DataBlock dataBlock = {1, 2, "dataBolck", 3}; variable
/drivers/peripheral/wlan/hdi_service/service_common/
Dwlan_common_cmd.c932 static void WifiScanFree(WifiScan *dataBlock) in WifiScanFree()
/drivers/peripheral/audio/test/sample/
Didl_render.c731 void AudioAdapterDescriptorFree(struct AudioAdapterDescriptor *dataBlock, bool freeSelf) in AudioAdapterDescriptorFree()