Home
last modified time | relevance | path

Searched defs:priority (Results 1 – 16 of 16) sorted by relevance

/drivers/hdf_core/framework/core/manager/include/
Dhdf_host_info.h17 uint16_t priority; member
/drivers/hdf_core/framework/core/shared/include/
Dhdf_attribute_macro.h21 uint16_t priority; member
33 uint16_t priority; member
/drivers/hdf_core/interfaces/inner_api/osal/shared/
Dosal_thread.h65 OSAL_THREAD_PRIORITY priority; /**< Thread priority */ member
/drivers/peripheral/bluetooth/audio/hal/hdi_binder/server/src/
Dhdf_audio_server_common.cpp306 int32_t AudioJudgeRenderPriority(const int32_t priority, int which) in AudioJudgeRenderPriority()
330 int32_t AudioCreatRenderCheck(const char *adapterName, const int32_t priority) in AudioCreatRenderCheck()
360 const int32_t priority, in AudioAddRenderInfoInAdapter()
Dhdf_audio_server_render.cpp136 const int32_t priority = attrs.type; in HdiServiceCreatRender() local
/drivers/hdf_core/interfaces/inner_api/host/shared/
Dhdf_device_info.h35 uint16_t priority; member
/drivers/hdf_core/framework/model/network/wifi/platform/src/
Dhdf_wlan_priority_queue.c92 int32_t PushPriorityQueue(PriorityQueue *queue, const uint8_t priority, void *context) in PushPriorityQueue()
/drivers/hdf_core/adapter/khdf/liteos_m/osal/src/
Dosal_thread.c101 uint16_t priority; in OsalThreadStart() local
/drivers/hdf_core/framework/support/posix/src/
Dosal_thread.c49 static void OsalThreadRemapSched(int priority, struct sched_param *param) in OsalThreadRemapSched()
/drivers/hdf_core/adapter/khdf/liteos/osal/src/
Dosal_thread.c101 uint16_t priority; in OsalThreadStart() local
/drivers/hdf_core/adapter/khdf/uniproton/osal/src/
Dosal_thread.c101 uint16_t priority; in OsalThreadStart() local
/drivers/hdf_core/framework/model/network/wifi/platform/src/message/
Dmessage_dispatcher.c84 ErrorCode AppendToLocalDispatcher(MessageDispatcher *dispatcher, const uint8_t priority, MessageCon… in AppendToLocalDispatcher()
/drivers/peripheral/audio/hal/hdi_binder/server/src/
Dhdf_audio_server_common.c284 static int32_t AudioJudgeCapturePriority(const int32_t priority, int which) in AudioJudgeCapturePriority()
303 int32_t AudioCreatCaptureCheck(const char *adapterName, const int32_t priority) in AudioCreatCaptureCheck()
326 const struct AudioAdapter *adapter, const int32_t priority, uint32_t capturePid) in AudioAddCaptureInfoInAdapter()
506 static int32_t AudioJudgeRenderPriority(const int32_t priority, int which) in AudioJudgeRenderPriority()
525 int32_t AudioCreatRenderCheck(const char *adapterName, const int32_t priority) in AudioCreatRenderCheck()
552 const struct AudioAdapter *adapter, const int32_t priority, uint32_t renderPid) in AudioAddRenderInfoInAdapter()
Dhdf_audio_server_capture.c148 const int32_t priority = attrs.type; in HdiServiceCreatCapture() local
Dhdf_audio_server_render.c149 const int32_t priority = attrs.type; in HdiServiceCreatRender() local
/drivers/hdf_core/framework/model/network/wifi/platform/src/qos/
Dflow_control.c38 static FlowControlQueueID TosToFcQueueId(uint8_t priority) in TosToFcQueueId()