Searched defs:priority (Results 1 – 15 of 15) sorted by relevance
/drivers/framework/core/manager/include/ |
D | hdf_host_info.h | 17 uint16_t priority; member
|
/drivers/peripheral/audio/hal/hdi_binder/server/src/ |
D | hdf_audio_server_common.c | 247 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()
|
D | hdf_audio_server_capture.c | 138 const int32_t priority = attrs.type; in HdiServiceCreatCapture() local
|
D | hdf_audio_server_render.c | 137 const int32_t priority = attrs.type; in HdiServiceCreatRender() local
|
/drivers/framework/core/shared/include/ |
D | hdf_attribute_macro.h | 21 uint16_t priority; member 33 uint16_t priority; member
|
D | hdf_device_info.h | 32 uint16_t priority; member
|
/drivers/framework/include/osal/ |
D | osal_thread.h | 65 OSAL_THREAD_PRIORITY priority; /**< Thread priority */ member
|
/drivers/peripheral/bluetooth/audio/hal/hdi_binder/server/src/ |
D | hdf_audio_server_common.cpp | 307 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()
|
D | hdf_audio_server_render.cpp | 136 const int32_t priority = attrs.type; in HdiServiceCreatRender() local
|
/drivers/framework/model/network/wifi/platform/src/ |
D | hdf_wlan_priority_queue.c | 88 int32_t PushPriorityQueue(PriorityQueue *queue, const uint8_t priority, void *context) in PushPriorityQueue()
|
/drivers/framework/support/posix/src/ |
D | osal_thread.c | 45 static void OsalThreadRemapSched(int priority, struct sched_param *param) in OsalThreadRemapSched()
|
/drivers/adapter/khdf/liteos/osal/src/ |
D | osal_thread.c | 101 uint16_t priority; in OsalThreadStart() local
|
/drivers/adapter/khdf/liteos_m/osal/src/ |
D | osal_thread.c | 101 uint16_t priority; in OsalThreadStart() local
|
/drivers/framework/model/network/wifi/platform/src/message/ |
D | message_dispatcher.c | 82 ErrorCode AppendToLocalDispatcher(MessageDispatcher *dispatcher, const uint8_t priority, MessageCon… in AppendToLocalDispatcher()
|
/drivers/framework/model/network/wifi/platform/src/qos/ |
D | flow_control.c | 38 static FlowControlQueueID TosToFcQueueId(uint8_t priority) in TosToFcQueueId()
|