Home
last modified time | relevance | path

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

/drivers/framework/core/manager/include/
Dhdf_host_info.h17 uint16_t priority; member
/drivers/peripheral/audio/hal/hdi_binder/server/src/
Dhdf_audio_server_common.c247 int32_t AudioJudgeCapturePriority(const int32_t priority, int which) in AudioJudgeCapturePriority()
270 int32_t AudioCreatCaptureCheck(const char *adapterName, const int32_t priority) in AudioCreatCaptureCheck()
298 const int32_t priority, in AudioAddCaptureInfoInAdapter()
486 int32_t AudioJudgeRenderPriority(const int32_t priority, int which) in AudioJudgeRenderPriority()
510 int32_t AudioCreatRenderCheck(const char *adapterName, const int32_t priority) in AudioCreatRenderCheck()
540 const int32_t priority, in AudioAddRenderInfoInAdapter()
Dhdf_audio_server_capture.c138 const int32_t priority = attrs.type; in HdiServiceCreatCapture() local
Dhdf_audio_server_render.c137 const int32_t priority = attrs.type; in HdiServiceCreatRender() local
/drivers/framework/core/shared/include/
Dhdf_attribute_macro.h21 uint16_t priority; member
33 uint16_t priority; member
Dhdf_device_info.h32 uint16_t priority; member
/drivers/framework/include/osal/
Dosal_thread.h65 OSAL_THREAD_PRIORITY priority; /**< Thread priority */ member
/drivers/peripheral/bluetooth/audio/hal/hdi_binder/server/src/
Dhdf_audio_server_common.cpp307 int32_t AudioJudgeRenderPriority(const int32_t priority, int which) in AudioJudgeRenderPriority()
331 int32_t AudioCreatRenderCheck(const char *adapterName, const int32_t priority) in AudioCreatRenderCheck()
361 const int32_t priority, in AudioAddRenderInfoInAdapter()
Dhdf_audio_server_render.cpp136 const int32_t priority = attrs.type; in HdiServiceCreatRender() local
/drivers/framework/model/network/wifi/platform/src/
Dhdf_wlan_priority_queue.c88 int32_t PushPriorityQueue(PriorityQueue *queue, const uint8_t priority, void *context) in PushPriorityQueue()
/drivers/framework/support/posix/src/
Dosal_thread.c45 static void OsalThreadRemapSched(int priority, struct sched_param *param) in OsalThreadRemapSched()
/drivers/adapter/khdf/liteos/osal/src/
Dosal_thread.c101 uint16_t priority; in OsalThreadStart() local
/drivers/adapter/khdf/liteos_m/osal/src/
Dosal_thread.c101 uint16_t priority; in OsalThreadStart() local
/drivers/framework/model/network/wifi/platform/src/message/
Dmessage_dispatcher.c82 ErrorCode AppendToLocalDispatcher(MessageDispatcher *dispatcher, const uint8_t priority, MessageCon… in AppendToLocalDispatcher()
/drivers/framework/model/network/wifi/platform/src/qos/
Dflow_control.c38 static FlowControlQueueID TosToFcQueueId(uint8_t priority) in TosToFcQueueId()