/ohos5.0/foundation/graphic/graphic_3d/lume/LumeRender/src/device/ |
H A D | gpu_resource_handle_util.h | 75 inline constexpr bool IsDynamicResource(const RenderHandle handle) in IsDynamicResource() 92 inline constexpr bool IsDepthImage(const RenderHandle handle) in IsDepthImage() 98 inline constexpr bool IsDeferredDestroy(const RenderHandle handle) in IsDeferredDestroy() 122 inline constexpr bool IsShallowResource(const RenderHandle handle) in IsShallowResource() 128 inline constexpr bool IsSwapchain(const RenderHandle& handle) in IsSwapchain() 133 inline constexpr uint32_t GetHasNamePart(const RenderHandle handle) in GetHasNamePart() 138 inline constexpr bool IsGpuBuffer(const RenderHandle& handle) in IsGpuBuffer() 142 inline constexpr bool IsGpuImage(const RenderHandle& handle) in IsGpuImage() 146 inline constexpr bool IsGpuSampler(const RenderHandle& handle) in IsGpuSampler() 162 inline constexpr uint32_t GetIndexPart(const RenderHandle handle) in GetIndexPart() [all …]
|
/ohos5.0/drivers/hdf_core/framework/support/platform/src/mipi/ |
H A D | mipi_csi_if.c | 19 void MipiCsiClose(DevHandle handle) in MipiCsiClose() 24 int32_t MipiCsiSetComboDevAttr(DevHandle handle, ComboDevAttr *pAttr) in MipiCsiSetComboDevAttr() 34 int32_t MipiCsiSetExtDataType(DevHandle handle, ExtDataType* dataType) in MipiCsiSetExtDataType() 39 int32_t MipiCsiSetHsMode(DevHandle handle, LaneDivideMode laneDivideMode) in MipiCsiSetHsMode() 44 int32_t MipiCsiEnableClock(DevHandle handle, uint8_t comboDev) in MipiCsiEnableClock() 49 int32_t MipiCsiDisableClock(DevHandle handle, uint8_t comboDev) in MipiCsiDisableClock() 54 int32_t MipiCsiResetRx(DevHandle handle, uint8_t comboDev) in MipiCsiResetRx() 59 int32_t MipiCsiUnresetRx(DevHandle handle, uint8_t comboDev) in MipiCsiUnresetRx() 74 int32_t MipiCsiResetSensor(DevHandle handle, uint8_t snsResetSource) in MipiCsiResetSensor() 79 int32_t MipiCsiUnresetSensor(DevHandle handle, uint8_t snsResetSource) in MipiCsiUnresetSensor() [all …]
|
H A D | mipi_dsi_if.c | 19 void MipiDsiClose(DevHandle handle) in MipiDsiClose() 24 int32_t MipiDsiSetCfg(DevHandle handle, struct MipiCfg *cfg) in MipiDsiSetCfg() 29 int32_t MipiDsiGetCfg(DevHandle handle, struct MipiCfg *cfg) in MipiDsiGetCfg() 34 void MipiDsiSetLpMode(DevHandle handle) in MipiDsiSetLpMode() 39 void MipiDsiSetHsMode(DevHandle handle) in MipiDsiSetHsMode() 44 int32_t MipiDsiTx(DevHandle handle, struct DsiCmdDesc *cmd) in MipiDsiTx() 49 int32_t MipiDsiRx(DevHandle handle, struct DsiCmdDesc *cmd, int32_t readLen, uint8_t *out) in MipiDsiRx() 54 int32_t MipiDsiAttach(DevHandle handle, uint8_t *name) in MipiDsiAttach() 59 int32_t MipiDsiSetDrvData(DevHandle handle, void *panelData) in MipiDsiSetDrvData()
|
/ohos5.0/foundation/multimedia/av_codec/test/moduletest/audio_decoder/NativeAPI/ |
H A D | NativeInterfaceDependCheckTest.cpp | 141 OH_AVCodec *handle = Create(decoderDemo); variable 160 OH_AVCodec *handle = Create(decoderDemo); variable 182 OH_AVCodec *handle = Create(decoderDemo); variable 204 OH_AVCodec *handle = Create(decoderDemo); variable 235 OH_AVCodec *handle = Create(decoderDemo); variable 275 OH_AVCodec *handle = Create(decoderDemo); variable 312 OH_AVCodec *handle = Create(decoderDemo); variable 349 OH_AVCodec *handle = Create(decoderDemo); variable 386 OH_AVCodec *handle = Create(decoderDemo); variable 423 OH_AVCodec *handle = Create(decoderDemo); variable [all …]
|
H A D | NativeNullCheckTest.cpp | 49 OH_AVCodec* handle = decoderDemo->NativeCreateByMime(nullptr); variable 64 OH_AVCodec* handle = decoderDemo->NativeCreateByName(nullptr); variable 94 OH_AVCodec* handle = decoderDemo->NativeCreateByName("OH.Media.Codec.Decoder.Audio.Mpeg"); variable 115 OH_AVCodec* handle = decoderDemo->NativeCreateByName("OH.Media.Codec.Decoder.Audio.Mpeg"); variable 151 OH_AVCodec* handle = decoderDemo->NativeCreateByName("OH.Media.Codec.Decoder.Audio.Mpeg"); variable 177 OH_AVCodec* handle = decoderDemo->NativeCreateByName("OH.Media.Codec.Decoder.Audio.Mpeg"); variable 196 OH_AVCodec* handle = decoderDemo->NativeCreateByName("OH.Media.Codec.Decoder.Audio.Mpeg"); variable 230 OH_AVCodec* handle = decoderDemo->NativeCreateByName("OH.Media.Codec.Decoder.Audio.Mpeg"); variable 267 OH_AVCodec* handle = decoderDemo->NativeCreateByName("OH.Media.Codec.Decoder.Audio.Mpeg"); variable 307 OH_AVCodec* handle = decoderDemo->NativeCreateByName("OH.Media.Codec.Decoder.Audio.Mpeg"); variable [all …]
|
/ohos5.0/foundation/multimedia/av_codec/test/moduletest/audio_encoder/NativeAPI/ |
H A D | NativeInterfaceDependCheckTest.cpp | 143 OH_AVCodec *handle = Create(encoderDemo); variable 162 OH_AVCodec *handle = Create(encoderDemo); variable 184 OH_AVCodec *handle = Create(encoderDemo); variable 206 OH_AVCodec *handle = Create(encoderDemo); variable 237 OH_AVCodec *handle = Create(encoderDemo); variable 277 OH_AVCodec *handle = Create(encoderDemo); variable 314 OH_AVCodec *handle = Create(encoderDemo); variable 351 OH_AVCodec *handle = Create(encoderDemo); variable 388 OH_AVCodec *handle = Create(encoderDemo); variable 425 OH_AVCodec *handle = Create(encoderDemo); variable [all …]
|
H A D | NativeNullCheckTest.cpp | 49 OH_AVCodec* handle = encoderDemo->NativeCreateByMime(nullptr); variable 64 OH_AVCodec* handle = encoderDemo->NativeCreateByName(nullptr); variable 94 OH_AVCodec* handle = encoderDemo->NativeCreateByName("OH.Media.Codec.Encoder.Audio.AAC"); variable 115 OH_AVCodec* handle = encoderDemo->NativeCreateByName("OH.Media.Codec.Encoder.Audio.AAC"); variable 151 OH_AVCodec* handle = encoderDemo->NativeCreateByName("OH.Media.Codec.Encoder.Audio.AAC"); variable 180 OH_AVCodec* handle = encoderDemo->NativeCreateByName("OH.Media.Codec.Encoder.Audio.AAC"); variable 199 OH_AVCodec* handle = encoderDemo->NativeCreateByName("OH.Media.Codec.Encoder.Audio.AAC"); variable 236 OH_AVCodec* handle = encoderDemo->NativeCreateByName("OH.Media.Codec.Encoder.Audio.AAC"); variable 276 OH_AVCodec* handle = encoderDemo->NativeCreateByName("OH.Media.Codec.Encoder.Audio.AAC"); variable 319 OH_AVCodec* handle = encoderDemo->NativeCreateByName("OH.Media.Codec.Encoder.Audio.AAC"); variable [all …]
|
/ohos5.0/foundation/multimedia/av_codec/test/moduletest/muxer/NativeAPI/ |
H A D | NativeAVMuxerInterfaceDependCheckTest.cpp | 50 OH_AVMuxer* handle = nullptr; in Create() local 129 OH_AVMuxer* handle = Create(muxerDemo); variable 150 OH_AVMuxer* handle = Create(muxerDemo); variable 174 OH_AVMuxer* handle = Create(muxerDemo); variable 199 OH_AVMuxer* handle = Create(muxerDemo); variable 227 OH_AVMuxer* handle = Create(muxerDemo); variable 258 OH_AVMuxer* handle = Create(muxerDemo); variable 279 OH_AVMuxer* handle = Create(muxerDemo); variable 304 OH_AVMuxer* handle = Create(muxerDemo); variable 329 OH_AVMuxer* handle = Create(muxerDemo); variable [all …]
|
/ohos5.0/foundation/graphic/graphic_3d/lume/Lume_3D/src/ecs/systems/ |
H A D | animation_playback.cpp | 64 if (auto handle = animationManager_->Write(animation_); handle) { in SetPlaybackState() local 71 if (auto handle = animationManager_->Read(animation_); handle) { in GetPlaybackState() local 79 if (auto handle = animationManager_->Write(animation_); handle) { in SetRepeatCount() local 86 if (auto handle = animationManager_->Read(animation_); handle) { in GetRepeatCount() local 94 if (auto handle = animationManager_->Write(animation_); handle) { in SetWeight() local 101 if (auto handle = animationManager_->Read(animation_); handle) { in GetWeight() local 125 if (auto handle = animationManager_->Read(animation_); handle) { in GetAnimationLength() local 143 if (auto handle = animationManager_->Write(animation_); handle) { in SetStartOffset() local 150 if (auto handle = animationManager_->Read(animation_); handle) { in GetStartOffset() local 165 if (auto handle = animationManager_->Read(animation_); handle) { in GetDuration() local [all …]
|
/ohos5.0/drivers/hdf_core/framework/support/platform/src/rtc/ |
H A D | rtc_if.c | 32 void RtcClose(DevHandle handle) in RtcClose() 37 int32_t RtcReadTime(DevHandle handle, struct RtcTime *time) in RtcReadTime() 47 int32_t RtcWriteTime(DevHandle handle, const struct RtcTime *time) in RtcWriteTime() 62 int32_t RtcReadAlarm(DevHandle handle, enum RtcAlarmIndex alarmIndex, struct RtcTime *time) in RtcReadAlarm() 72 int32_t RtcWriteAlarm(DevHandle handle, enum RtcAlarmIndex alarmIndex, const struct RtcTime *time) in RtcWriteAlarm() 97 int32_t RtcAlarmInterruptEnable(DevHandle handle, enum RtcAlarmIndex alarmIndex, uint8_t enable) in RtcAlarmInterruptEnable() 107 int32_t RtcGetFreq(DevHandle handle, uint32_t *freq) in RtcGetFreq() 117 int32_t RtcSetFreq(DevHandle handle, uint32_t freq) in RtcSetFreq() 127 int32_t RtcReset(DevHandle handle) in RtcReset() 137 int32_t RtcReadReg(DevHandle handle, uint8_t usrDefIndex, uint8_t *value) in RtcReadReg() [all …]
|
/ohos5.0/drivers/hdf_core/framework/support/platform/src/can/ |
H A D | can_if.c | 13 int32_t CanBusOpen(int32_t number, DevHandle *handle) in CanBusOpen() 25 void CanBusClose(DevHandle handle) in CanBusClose() 30 int32_t CanBusSendMsg(DevHandle handle, const struct CanMsg *msg) in CanBusSendMsg() 35 int32_t CanBusReadMsg(DevHandle handle, struct CanMsg *msg, uint32_t tms) in CanBusReadMsg() 40 int32_t CanBusAddFilter(DevHandle handle, const struct CanFilter *filter) in CanBusAddFilter() 45 int32_t CanBusDelFilter(DevHandle handle, const struct CanFilter *filter) in CanBusDelFilter() 50 int32_t CanBusSetCfg(DevHandle handle, const struct CanConfig *cfg) in CanBusSetCfg() 55 int32_t CanBusGetCfg(DevHandle handle, struct CanConfig *cfg) in CanBusGetCfg() 60 int32_t CanBusGetState(DevHandle handle) in CanBusGetState()
|
/ohos5.0/base/telephony/cellular_call/services/connection/src/ |
H A D | cellular_call_connection_cs.cpp | 34 auto handle = DelayedSingleton<CellularCallService>::GetInstance()->GetHandler(slotId); in DialRequest() local 57 auto handle = DelayedSingleton<CellularCallService>::GetInstance()->GetHandler(slotId); in HangUpRequest() local 78 auto handle = DelayedSingleton<CellularCallService>::GetInstance()->GetHandler(slotId); in AnswerRequest() local 99 auto handle = DelayedSingleton<CellularCallService>::GetInstance()->GetHandler(slotId); in RejectRequest() local 117 auto handle = DelayedSingleton<CellularCallService>::GetInstance()->GetHandler(slotId); in HoldRequest() local 133 auto handle = DelayedSingleton<CellularCallService>::GetInstance()->GetHandler(slotId); in UnHoldCallRequest() local 149 auto handle = DelayedSingleton<CellularCallService>::GetInstance()->GetHandler(slotId); in SwitchCallRequest() local 165 auto handle = DelayedSingleton<CellularCallService>::GetInstance()->GetHandler(slotId); in CombineConferenceRequest() local 181 auto handle = DelayedSingleton<CellularCallService>::GetInstance()->GetHandler(slotId); in SeparateConferenceRequest() local 197 auto handle = DelayedSingleton<CellularCallService>::GetInstance()->GetHandler(slotId); in CallSupplementRequest() local [all …]
|
/aosp12/frameworks/av/media/libmediametrics/ |
H A D | MediaMetrics.cpp | 44 void mediametrics_delete(mediametrics_handle_t handle) { in mediametrics_delete() 50 mediametricskey_t mediametrics_getKey(mediametrics_handle_t handle) { in mediametrics_getKey() 57 void mediametrics_setUid(mediametrics_handle_t handle, uid_t uid) { in mediametrics_setUid() 65 void mediametrics_setInt32(mediametrics_handle_t handle, attr_t attr, in mediametrics_setInt32() 71 void mediametrics_setInt64(mediametrics_handle_t handle, attr_t attr, in mediametrics_setInt64() 83 void mediametrics_setRate(mediametrics_handle_t handle, attr_t attr, in mediametrics_setRate() 98 void mediametrics_addInt32(mediametrics_handle_t handle, attr_t attr, in mediametrics_addInt32() 116 void mediametrics_addRate(mediametrics_handle_t handle, attr_t attr, in mediametrics_addRate() 169 bool mediametrics_selfRecord(mediametrics_handle_t handle) { in mediametrics_selfRecord() 181 const char *mediametrics_readable(mediametrics_handle_t handle) { in mediametrics_readable() [all …]
|
/ohos5.0/foundation/arkui/ace_engine/interfaces/native/node/ |
H A D | dialog_model.cpp | 34 void Dispose(ArkUI_NativeDialogHandle handle) in Dispose() 45 int32_t SetContent(ArkUI_NativeDialogHandle handle, ArkUI_NodeHandle content) in SetContent() 54 int32_t RemoveContent(ArkUI_NativeDialogHandle handle) in RemoveContent() 73 int32_t ResetContentAlignment(ArkUI_NativeDialogHandle handle) in ResetContentAlignment() 82 int32_t SetModalMode(ArkUI_NativeDialogHandle handle, bool isModal) in SetModalMode() 91 int32_t SetAutoCancel(ArkUI_NativeDialogHandle handle, bool autoCancel) in SetAutoCancel() 114 int32_t SetBackgroundColor(ArkUI_NativeDialogHandle handle, uint32_t backgroundColor) in SetBackgroundColor() 134 int32_t SetGridColumnCount(ArkUI_NativeDialogHandle handle, int32_t gridCount) in SetGridColumnCount() 143 int32_t EnableCustomStyle(ArkUI_NativeDialogHandle handle, bool enableCustomStyle) in EnableCustomStyle() 161 int32_t Show(ArkUI_NativeDialogHandle handle, bool showInSubWindow) in Show() [all …]
|
/ohos5.0/drivers/peripheral/audio/test/systemtest/supportlibs/common/capture/src/ |
H A D | audio_libcapture_test.cpp | 132 struct DevHandle *handle = nullptr; variable 145 struct DevHandle *handle = nullptr; variable 161 struct DevHandle *handle = {}; variable 178 struct DevHandle *handle = nullptr; variable 195 struct DevHandle *handle = nullptr; variable 217 struct DevHandle *handle = nullptr; variable 254 struct DevHandle *handle = nullptr; variable 286 struct DevHandle *handle = nullptr; variable 312 struct DevHandle *handle = nullptr; variable 506 struct DevHandle *handle = {}; variable [all …]
|
/ohos5.0/drivers/hdf_core/framework/support/platform/src/watchdog/ |
H A D | watchdog_if.c | 50 int32_t WatchdogOpen(int16_t wdtId, DevHandle *handle) in WatchdogOpen() 77 void WatchdogClose(DevHandle handle) in WatchdogClose() 89 int32_t WatchdogGetStatus(DevHandle handle, int32_t *status) in WatchdogGetStatus() 98 int32_t WatchdogStart(DevHandle handle) in WatchdogStart() 107 int32_t WatchdogStop(DevHandle handle) in WatchdogStop() 116 int32_t WatchdogSetTimeout(DevHandle handle, uint32_t seconds) in WatchdogSetTimeout() 125 int32_t WatchdogGetTimeout(DevHandle handle, uint32_t *seconds) in WatchdogGetTimeout() 134 int32_t WatchdogFeed(DevHandle handle) in WatchdogFeed()
|
/ohos5.0/base/security/device_security_level/baselib/utils/src/ |
H A D | utils_json.c | 38 void DslmDestroyJson(DslmJsonHandle handle) in DslmDestroyJson() 45 int32_t DslmGetJsonFieldInt(DslmJsonHandle handle, const char *field) in DslmGetJsonFieldInt() 103 void DslmAddFieldBoolToJson(DslmJsonHandle handle, const char *field, bool value) in DslmAddFieldBoolToJson() 111 const char *DslmGetJsonFieldString(DslmJsonHandle handle, const char *field) in DslmGetJsonFieldString() 135 DslmJsonHandle DslmGetJsonFieldJson(DslmJsonHandle handle, const char *field) in DslmGetJsonFieldJson() 140 DslmJsonHandle DslmGetJsonFieldJsonArray(DslmJsonHandle handle, uint32_t num) in DslmGetJsonFieldJsonArray() 145 int32_t DslmGetJsonFieldJsonArraySize(DslmJsonHandle handle) in DslmGetJsonFieldJsonArraySize() 150 void DslmAddFieldIntToJson(DslmJsonHandle handle, const char *field, int32_t value) in DslmAddFieldIntToJson() 170 void DslmAddFieldStringToJson(DslmJsonHandle handle, const char *field, const char *value) in DslmAddFieldStringToJson() 178 void DslmAddFieldJsonToJson(DslmJsonHandle handle, const char *field, DslmJsonHandle json) in DslmAddFieldJsonToJson() [all …]
|
/ohos5.0/drivers/hdf_core/framework/support/platform/src/hdmi/ |
H A D | hdmi_if.c | 69 static void HdmiUserClose(DevHandle handle) in HdmiUserClose() 85 static int32_t HdmiUserStart(DevHandle handle) in HdmiUserStart() 103 static int32_t HdmiUserStop(DevHandle handle) in HdmiUserStop() 121 static int32_t HdmiUserAvmuteSet(DevHandle handle, bool enable) in HdmiUserAvmuteSet() 387 static int32_t HdmiUserUnregisterHpdCallbackFunc(DevHandle handle) in HdmiUserUnregisterHpdCallbackFunc() 459 int32_t HdmiStart(DevHandle handle) in HdmiStart() 468 int32_t HdmiStop(DevHandle handle) in HdmiStop() 477 int32_t HdmiAvmuteSet(DevHandle handle, bool enable) in HdmiAvmuteSet() 487 int32_t HdmiDeepColorSet(DevHandle handle, enum HdmiDeepColor color) in HdmiDeepColorSet() 550 int32_t HdmiUnregisterHpdCallbackFunc(DevHandle handle) in HdmiUnregisterHpdCallbackFunc() [all …]
|
/aosp12/system/bt/test/mock/ |
H A D | mock_stack_avrc_api.cc | 42 uint16_t AVRC_Close(uint8_t handle) { in AVRC_Close() 46 uint16_t AVRC_CloseBrowse(uint8_t handle) { in AVRC_CloseBrowse() 54 uint16_t AVRC_MsgReq(uint8_t handle, uint8_t label, uint8_t ctype, in AVRC_MsgReq() 64 uint16_t AVRC_OpenBrowse(uint8_t handle, uint8_t conn_role) { in AVRC_OpenBrowse() 68 uint16_t AVRC_PassCmd(uint8_t handle, uint8_t label, tAVRC_MSG_PASS* p_msg) { in AVRC_PassCmd() 72 uint16_t AVRC_PassRsp(uint8_t handle, uint8_t label, tAVRC_MSG_PASS* p_msg) { in AVRC_PassRsp() 76 void avrc_flush_cmd_q(uint8_t handle) { mock_function_count_map[__func__]++; } in avrc_flush_cmd_q() 78 void avrc_send_next_vendor_cmd(uint8_t handle) { in avrc_send_next_vendor_cmd() 81 void avrc_start_cmd_timer(uint8_t handle, uint8_t label, uint8_t msg_mask) { in avrc_start_cmd_timer()
|
/ohos5.0/drivers/peripheral/bluetooth/audio/hal/hdi_passthrough/src/ |
H A D | fast_audio_render.cpp | 38 int32_t FastRenderStart(AudioHandle handle) in FastRenderStart() 53 int32_t FastRenderStop(AudioHandle handle) in FastRenderStop() 63 int32_t FastRenderPause(AudioHandle handle) in FastRenderPause() 73 int32_t FastRenderResume(AudioHandle handle) in FastRenderResume() 88 int32_t FastRenderFlush(AudioHandle handle) in FastRenderFlush() 152 int32_t FastRenderSetMute(AudioHandle handle, bool mute) in FastRenderSetMute() 160 int32_t FastRenderGetMute(AudioHandle handle, bool *mute) in FastRenderGetMute() 168 int32_t FastRenderSetVolume(AudioHandle handle, float volume) in FastRenderSetVolume() 193 int32_t FastRenderGetGain(AudioHandle handle, float *gain) in FastRenderGetGain() 201 int32_t FastRenderSetGain(AudioHandle handle, float gain) in FastRenderSetGain() [all …]
|
/ohos5.0/drivers/peripheral/wlan/test/unittest/chip/ |
H A D | wifi_hal_fn.cpp | 22 WifiError VendorHalInit(wifiHandle *handle) in VendorHalInit() 32 void VendorHalExit(wifiHandle handle, VendorHalExitHandler handler) in VendorHalExit() 37 void StartHalLoop(wifiHandle handle) in StartHalLoop() 52 WifiError VendorHalGetChannelsInBand(wifiInterfaceHandle handle, int band, in VendorHalGetChannelsInBand() 71 WifiError VendorHalDeleteIface(wifiHandle handle, const char* ifname) in VendorHalDeleteIface() 79 WifiError TriggerVendorHalRestart(wifiHandle handle) in TriggerVendorHalRestart() 104 static WifiError WifiGetSignalInfo(wifiInterfaceHandle handle, in WifiGetSignalInfo() 118 WifiError WifiStartScan(wifiInterfaceHandle handle, in WifiStartScan() 136 WifiError WifiGetScanInfo(wifiInterfaceHandle handle, in WifiGetScanInfo() 142 WifiError WifiStartPnoScan(wifiInterfaceHandle handle, in WifiStartPnoScan() [all …]
|
/aosp12/system/bt/bta/pan/ |
H A D | bta_pan_ci.cc | 47 void bta_pan_ci_tx_ready(uint16_t handle) { in bta_pan_ci_tx_ready() 69 void bta_pan_ci_rx_ready(uint16_t handle) { in bta_pan_ci_rx_ready() 93 void bta_pan_ci_tx_flow(uint16_t handle, bool enable) { in bta_pan_ci_tx_flow() 116 void bta_pan_ci_rx_write(uint16_t handle, const RawAddress& dst, in bta_pan_ci_rx_write() 153 void bta_pan_ci_rx_writebuf(uint16_t handle, const RawAddress& dst, in bta_pan_ci_rx_writebuf() 229 void bta_pan_ci_tx_ready(UNUSED_ATTR uint16_t handle) {} in bta_pan_ci_tx_ready() 231 void bta_pan_ci_rx_ready(UNUSED_ATTR uint16_t handle) {} in bta_pan_ci_rx_ready() 235 void bta_pan_ci_rx_writebuf(UNUSED_ATTR uint16_t handle, in bta_pan_ci_rx_writebuf() 241 BT_HDR* bta_pan_ci_readbuf(UNUSED_ATTR uint16_t handle, in bta_pan_ci_readbuf() 250 void bta_pan_ci_set_pfilters(UNUSED_ATTR uint16_t handle, in bta_pan_ci_set_pfilters() [all …]
|
/ohos5.0/drivers/hdf_core/framework/support/platform/src/uart/ |
H A D | uart_if.c | 44 void *handle = NULL; in UartOpen() local 60 void UartClose(DevHandle handle) in UartClose() 74 int32_t UartRead(DevHandle handle, uint8_t *data, uint32_t size) in UartRead() 79 int32_t UartWrite(DevHandle handle, uint8_t *data, uint32_t size) in UartWrite() 84 int32_t UartGetBaud(DevHandle handle, uint32_t *baudRate) in UartGetBaud() 89 int32_t UartSetBaud(DevHandle handle, uint32_t baudRate) in UartSetBaud() 94 int32_t UartGetAttribute(DevHandle handle, struct UartAttribute *attribute) in UartGetAttribute() 99 int32_t UartSetAttribute(DevHandle handle, struct UartAttribute *attribute) in UartSetAttribute() 104 int32_t UartSetTransMode(DevHandle handle, enum UartTransMode mode) in UartSetTransMode()
|
/aosp12/system/bt/btif/src/ |
H A D | btif_avrcp_audio_track_linux.cc | 24 void BtifAvrcpAudioTrackStart(void* handle) {} in BtifAvrcpAudioTrackStart() 26 void BtifAvrcpAudioTrackStop(void* handle) {} in BtifAvrcpAudioTrackStop() 28 void BtifAvrcpAudioTrackDelete(void* handle) {} in BtifAvrcpAudioTrackDelete() 30 void BtifAvrcpAudioTrackPause(void* handle) {} in BtifAvrcpAudioTrackPause() 32 void BtifAvrcpSetAudioTrackGain(void* handle, float gain) {} in BtifAvrcpSetAudioTrackGain() 34 int BtifAvrcpAudioTrackWriteData(void* handle, void* audioBuffer, in BtifAvrcpAudioTrackWriteData()
|
/ohos5.0/drivers/peripheral/display/hal/default_standard/src/display_gralloc/ |
H A D | display_gralloc.cpp | 20 static int32_t AllocMem(const AllocInfo *info, BufferHandle **handle) in AllocMem() 28 static void FreeMem(BufferHandle *handle) in FreeMem() 35 static void *Mmap(BufferHandle *handle) in Mmap() 42 static int32_t Unmap(BufferHandle *handle) in Unmap() 49 static int32_t FlushCache(BufferHandle *handle) in FlushCache() 56 static int32_t InvalidateCache(BufferHandle *handle) in InvalidateCache()
|