Home
last modified time | relevance | path

Searched defs:table (Results 1 – 14 of 14) sorted by relevance

/drivers/peripheral/clearplay/interfaces/include/drm/v1_0/
Dimedia_key_system_callback.h38 #define HDI_CHECK_VALUE_RET_GOTO(lv, compare, rv, ret, value, table) do { \ argument
Dioem_certificate.h39 #define HDI_CHECK_VALUE_RET_GOTO(lv, compare, rv, ret, value, table) do { \ argument
Dimedia_decrypt_module.h37 #define HDI_CHECK_VALUE_RET_GOTO(lv, compare, rv, ret, value, table) do { \ argument
Dimedia_key_session_callback.h39 #define HDI_CHECK_VALUE_RET_GOTO(lv, compare, rv, ret, value, table) do { \ argument
Dimedia_key_system_factory.h39 #define HDI_CHECK_VALUE_RET_GOTO(lv, compare, rv, ret, value, table) do { \ argument
Dimedia_key_session.h42 #define HDI_CHECK_VALUE_RET_GOTO(lv, compare, rv, ret, value, table) do { \ argument
Dimedia_key_system.h43 #define HDI_CHECK_VALUE_RET_GOTO(lv, compare, rv, ret, value, table) do { \ argument
Dmedia_key_system_types.h38 #define HDI_CHECK_VALUE_RET_GOTO(lv, compare, rv, ret, value, table) do { \ argument
/drivers/peripheral/clearplay/hdi_service/common/
Dbase64_utils.cpp69 const uint8_t table[CHAR_ARRAY_LENGTH_FOUR] = { in MakeCharFour() local
85 const uint8_t table[CHAR_ARRAY_LENGTH_THREE] = { in MakeCharTree() local
/drivers/hdf_core/framework/model/usb/src/
Dusb_ddk_pnp_loader.c381 const struct DeviceResourceIface *devResIface, struct UsbPnpMatchIdTable *table) in UsbDdkPnpLoaderParseIdInfClass()
417 const struct DeviceResourceIface *devResIface, struct UsbPnpMatchIdTable *table) in UsbDdkPnpLoaderParseIdInferface()
457 const struct DeviceResourceIface *devResIface, struct UsbPnpMatchIdTable *table) in UsbDdkPnpLoaderParseIdDevice()
498 const struct DeviceResourceIface *devResIface, struct UsbPnpMatchIdTable *table) in UsbDdkPnpLoaderParseIdTable()
/drivers/peripheral/codec/test/demo/jpeg/src/
Dcodec_jpeg_helper.cpp224 int32_t CodecJpegHelper::JpegDhtAssemble(const std::vector<CodecJpegHuffTable> &table, int8_t *buff… in JpegDhtAssemble()
513 CodecJpegQuantTable table; in DessambleDqt() local
548 CodecJpegHuffTable table; in DessambleDht() local
/drivers/hdf_core/adapter/khdf/liteos/platform/src/
Duart_dev.c197 static int uartdev_poll(struct file *filep, poll_table *table) in uartdev_poll()
/drivers/hdf_core/framework/support/platform/include/uart/
Duart_core.h136 static inline int32_t UartHostPollEvent(struct UartHost *host, void *filep, void *table) in UartHostPollEvent()
/drivers/hdf_core/adapter/platform/uart/
Duart_gr5xx.c476 static int32_t UartHostDevPollEvent(struct UartHost *host, void *filep, void *table) in UartHostDevPollEvent()