/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/ |
D | args.c | 40 struct arg arg; in arg_match() local 86 const char *arg_next(struct arg *arg) { in arg_next() 139 unsigned int arg_parse_uint(const struct arg *arg) { in arg_parse_uint() 158 int arg_parse_int(const struct arg *arg) { in arg_parse_int() 181 struct vpx_rational arg_parse_rational(const struct arg *arg) { in arg_parse_rational() 210 int arg_parse_enum(const struct arg *arg) { in arg_parse_enum() 234 int arg_parse_enum_or_int(const struct arg *arg) { in arg_parse_enum_or_int()
|
D | args.h | 20 struct arg { struct 21 char **argv; argument 24 unsigned int argv_step; argument 25 const struct arg_def *def; argument 45 struct arg arg_init(char **argv); argument
|
/hardware/broadcom/wlan/bcmdhd/dhdutil/ |
D | dhdu_nl80211.c | 38 static int dhd_nl_error_handler(struct sockaddr_nl *nla, struct nlmsgerr *err, void *arg) in dhd_nl_error_handler() 45 static int dhd_nl_finish_handler(struct nl_msg *msg, void *arg) in dhd_nl_finish_handler() 52 static int dhd_nl_ack_handler(struct nl_msg *msg, void *arg) in dhd_nl_ack_handler() 59 static int dhd_nl_valid_handler(struct nl_msg *msg, void *arg) in dhd_nl_valid_handler()
|
/hardware/broadcom/wlan/bcmdhd/wifi_hal/ |
D | cpp_bindings.cpp | 578 static int no_seq_check(struct nl_msg *msg, void *arg) in no_seq_check() 676 int WifiCommand::response_handler(struct nl_msg *msg, void *arg) { in response_handler() 690 int WifiCommand::event_handler(struct nl_msg *msg, void *arg) { in event_handler() 706 int WifiCommand::valid_handler(struct nl_msg *msg, void *arg) { in valid_handler() 713 int WifiCommand::ack_handler(struct nl_msg *msg, void *arg) { in ack_handler() 720 int WifiCommand::finish_handler(struct nl_msg *msg, void *arg) { in finish_handler() 727 int WifiCommand::error_handler(struct sockaddr_nl *nla, struct nlmsgerr *err, void *arg) { in error_handler()
|
/hardware/intel/img/hwcomposer/merrifield/ips/common/ |
D | VsyncControl.cpp | 50 struct drm_psb_vsync_set_arg arg; in control() local 69 struct drm_psb_vsync_set_arg arg; in wait() local
|
D | WsbmWrapper.c | 32 struct psb_validate_arg arg; member 35 static inline uint32_t align_to(uint32_t arg, uint32_t align) in align_to() 109 union drm_psb_extension_arg arg; in psbWsbmInitialize() local
|
/hardware/intel/img/hwcomposer/moorefield_hdmi/ips/common/ |
D | VsyncControl.cpp | 50 struct drm_psb_vsync_set_arg arg; in control() local 69 struct drm_psb_vsync_set_arg arg; in wait() local
|
D | WsbmWrapper.c | 33 struct psb_validate_arg arg; member 36 static inline uint32_t align_to(uint32_t arg, uint32_t align) in align_to() 110 union drm_psb_extension_arg arg; in psbWsbmInitialize() local
|
/hardware/libhardware/tests/camera2/ |
D | TestSettings.cpp | 87 const char *arg = argv[optind-1]; in ParseArgs() local 100 const char *arg = optarg ?: "1"; in ParseArgs() local
|
/hardware/intel/common/libwsbm/src/ |
D | wsbm_ttmpool.c | 118 union ttm_pl_create_arg arg; in pool_create() local 167 union ttm_pl_reference_arg arg; in pool_reference() local 212 struct ttm_pl_reference_req arg; in pool_destroy() local 252 struct ttm_pl_synccpu_arg arg; in syncforcpu_locked() local 304 struct ttm_pl_synccpu_arg arg; in releasefromcpu_locked() local 466 union ttm_pl_setstatus_arg arg; in pool_setStatus() local 539 union ttm_pl_create_ub_arg arg; in ttm_pool_ub_create() local
|
/hardware/qcom/wlan/qcwcn/wifi_hal/ |
D | cpp_bindings.cpp | 585 static int no_seq_check(struct nl_msg *msg, void *arg) in no_seq_check() 679 int WifiCommand::response_handler(struct nl_msg *msg, void *arg) { in response_handler() 692 int WifiCommand::event_handler(struct nl_msg *msg, void *arg) { in event_handler() 708 int WifiCommand::valid_handler(struct nl_msg *msg, void *arg) { in valid_handler() 714 int WifiCommand::ack_handler(struct nl_msg *msg, void *arg) { in ack_handler() 720 int WifiCommand::finish_handler(struct nl_msg *msg, void *arg) { in finish_handler() 726 int WifiCommand::error_handler(struct sockaddr_nl *nla, struct nlmsgerr *err, void *arg) { in error_handler()
|
D | wificonfig.cpp | 343 void *arg) in error_handler_wifi_config() 354 static int ack_handler_wifi_config(struct nl_msg *msg, void *arg) in ack_handler_wifi_config() 365 static int finish_handler_wifi_config(struct nl_msg *msg, void *arg) in finish_handler_wifi_config()
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/test/ |
D | encode_test_driver.h | 119 void Control(int ctrl_id, int arg) { in Control() 124 void Control(int ctrl_id, struct vpx_scaling_mode *arg) { in Control() 129 void Control(int ctrl_id, struct vpx_svc_layer_id *arg) { in Control() 135 void Control(int ctrl_id, vpx_active_map_t *arg) { in Control()
|
D | decode_test_driver.h | 62 void Control(int ctrl_id, int arg) { in Control() 68 void Control(int ctrl_id, const void *arg) { in Control()
|
/hardware/ti/omap3/omx/system/src/openmax_il/omx_core/inc/ |
D | OMX_Debug.h | 69 #define OMX_INFOPRINT(handle, str,arg...) (OMX_LOG_PRINT(OMX_MASK_INFO | (handle), "(INFO) "str, #… argument 70 #define OMX_WARNPRINT(handle, str,arg...) (OMX_LOG_PRINT(OMX_MASK_WARN | (handle), "(WARN) "str, #… argument 71 #define OMX_ERRPRINT(handle, str,arg...) (OMX_LOG_PRINT(OMX_MASK_ERROR | (handle), "(ERROR) "str,… argument 72 #define OMX_FATALPRINT(handle, str,arg...) (OMX_LOG_PRINT(OMX_MASK_FATAL | (handle), "(FATAL) "st… argument
|
/hardware/ti/omap4-aah/domx/omx_core/inc/ |
D | OMX_Debug.h | 94 #define OMX_INFOPRINT(handle, str,arg...) (OMX_LOG_PRINT(OMX_MASK_INFO | (handle), "(INFO) "str, #… argument 95 #define OMX_WARNPRINT(handle, str,arg...) (OMX_LOG_PRINT(OMX_MASK_WARN | (handle), "(WARN) "str, #… argument 96 #define OMX_ERRPRINT(handle, str,arg...) (OMX_LOG_PRINT(OMX_MASK_ERROR | (handle), "(ERROR) "str,… argument 97 #define OMX_FATALPRINT(handle, str,arg...) (OMX_LOG_PRINT(OMX_MASK_FATAL | (handle), "(FATAL) "st… argument
|
/hardware/ti/omap4xxx/domx/omx_core/inc/ |
D | OMX_Debug.h | 94 #define OMX_INFOPRINT(handle, str,arg...) (OMX_LOG_PRINT(OMX_MASK_INFO | (handle), "(INFO) "str, #… argument 95 #define OMX_WARNPRINT(handle, str,arg...) (OMX_LOG_PRINT(OMX_MASK_WARN | (handle), "(WARN) "str, #… argument 96 #define OMX_ERRPRINT(handle, str,arg...) (OMX_LOG_PRINT(OMX_MASK_ERROR | (handle), "(ERROR) "str,… argument 97 #define OMX_FATALPRINT(handle, str,arg...) (OMX_LOG_PRINT(OMX_MASK_FATAL | (handle), "(FATAL) "st… argument
|
/hardware/bsp/intel/peripheral/libupm/src/pulsensor/ |
D | Callback.h | 10 virtual void run(clbk_data arg) in run()
|
/hardware/intel/img/hwcomposer/merrifield/ips/anniedale/ |
D | AnnCursorPlane.cpp | 170 struct drm_psb_register_rw_arg arg; in enablePlane() local 197 struct drm_psb_register_rw_arg arg; in isDisabled() local
|
/hardware/intel/img/hwcomposer/merrifield/ips/tangier/ |
D | TngSpritePlane.cpp | 131 struct drm_psb_register_rw_arg arg; in enablePlane() local 166 struct drm_psb_register_rw_arg arg; in isDisabled() local
|
D | TngCursorPlane.cpp | 188 struct drm_psb_register_rw_arg arg; in enablePlane() local 215 struct drm_psb_register_rw_arg arg; in isDisabled() local
|
D | TngGrallocBufferMapper.cpp | 62 struct psb_gtt_mapping_arg arg; in gttMap() local 91 struct psb_gtt_mapping_arg arg; in gttUnmap() local
|
/hardware/intel/img/hwcomposer/moorefield_hdmi/ips/tangier/ |
D | TngGrallocBufferMapper.cpp | 62 struct psb_gtt_mapping_arg arg; in gttMap() local 91 struct psb_gtt_mapping_arg arg; in gttUnmap() local
|
/hardware/intel/img/hwcomposer/moorefield_hdmi/ips/anniedale/ |
D | AnnCursorPlane.cpp | 191 struct drm_psb_register_rw_arg arg; in enablePlane() local 218 struct drm_psb_register_rw_arg arg; in isDisabled() local
|
/hardware/bsp/intel/peripheral/libupm/examples/c++/ |
D | a110x-intr.cxx | 44 void hallISR(void *arg) in hallISR()
|