Searched defs:name (Results 1 - 25 of 73) sorted by relevance

123

/hardware/ti/omap4xxx/domx/omx_core/inc/
H A DOMX_ComponentRegistry.h16 * * Neither the name of Texas Instruments Incorporated nor the names of
39 OMX_STRING name; member in struct:_ComponentTable
/hardware/ti/omap4xxx/
H A Dmapinfo.h8 char name[]; member in struct:mapinfo
/hardware/libhardware/modules/nfc/
H A Dnfc_hw_example.c31 static int nfc_open(const hw_module_t* module, const char* name, argument
33 if (strcmp(name, NFC_PN544_CONTROLLER) == 0) {
66 .name = "Default NFC HW HAL",
/hardware/qcom/gps/loc_api/libloc_api/
H A Dgps.c21 � Neither the name of the QUALCOMM USA, INC. nor the names of its contributors may be used to endorse or promote products derived from this software without specific prior written permission.
39 static int open_gps(const struct hw_module_t* module, char const* name, argument
63 .name = "loc_api GPS Module",
/hardware/ti/omap3/omx/system/src/openmax_il/omx_core/inc/
H A DOMX_ComponentRegistry.h13 OMX_STRING name; member in struct:_ComponentTable
/hardware/broadcom/wlan/bcm4329/dhdutil/
H A Ddhdu_cmd.h29 char *name; member in struct:cmd
H A Dminiopt.c39 miniopt_init(miniopt_t *t, const char* name, const char* flags, bool longflags) argument
44 t->name = name;
95 "%s: missing \" = \" in long param \"%s\"\n", t->name, p);
108 t->name, p);
119 t->name, p);
129 "%s: missing value parameter after \"%s\"\n", t->name, p);
/hardware/broadcom/wlan/bcm4329/dhdutil/include/
H A Dminiopt.h36 const char* name; /* name for prompt in error strings */ member in struct:miniopt
60 void miniopt_init(miniopt_t *t, const char* name, const char* flags, bool longflags);
/hardware/broadcom/wlan/bcmdhd/dhdutil/
H A Ddhdu_cmd.h29 char *name; member in struct:cmd
H A Dminiopt.c39 miniopt_init(miniopt_t *t, const char* name, const char* flags, bool longflags) argument
44 t->name = name;
95 "%s: missing \" = \" in long param \"%s\"\n", t->name, p);
108 t->name, p);
119 t->name, p);
129 "%s: missing value parameter after \"%s\"\n", t->name, p);
/hardware/broadcom/wlan/bcmdhd/dhdutil/include/
H A Dminiopt.h36 const char* name; /* name for prompt in error strings */ member in struct:miniopt
60 void miniopt_init(miniopt_t *t, const char* name, const char* flags, bool longflags);
/hardware/libhardware_legacy/qemu_tracing/
H A Dqemu_tracing.c33 // The maximum length of a symbol name
60 int qemu_add_mapping(unsigned int addr, const char *name) argument
64 if (strlen(name) > MAX_SYMBOL_NAME_LENGTH)
69 sprintf(buf, "%x %s\n", addr, name);
/hardware/ti/omap4xxx/camera/inc/OMXCameraAdapter/
H A DOMXSceneModeTables.h43 const char* name; member in struct:CameraToSensorModesLUTEntry
/hardware/libhardware/modules/hwcomposer/
H A Dhwcomposer.cpp36 static int hwc_device_open(const struct hw_module_t* module, const char* name,
49 name: "Sample hwcomposer module",
107 static int hwc_device_open(const struct hw_module_t* module, const char* name, argument
111 if (!strcmp(name, HWC_HARDWARE_COMPOSER)) {
/hardware/msm7k/libstagefrighthw/
H A DQComOMXPlugin.cpp66 const char *name,
76 const_cast<char *>(name),
90 OMX_STRING name,
97 return (*mComponentNameEnum)(name, size, index);
101 const char *name,
111 const_cast<OMX_STRING>(name), &numRoles, NULL);
125 const_cast<OMX_STRING>(name), &numRoles2, array);
65 makeComponentInstance( const char *name, const OMX_CALLBACKTYPE *callbacks, OMX_PTR appData, OMX_COMPONENTTYPE **component) argument
89 enumerateComponents( OMX_STRING name, size_t size, OMX_U32 index) argument
100 getRolesOfComponent( const char *name, Vector<String8> *roles) argument
/hardware/qcom/media/mm-core/omxcore/src/common/
H A Dqc_omx_core.h11 * Neither the name of Code Aurora nor
46 char* name;// Component name member in struct:_omx_core_cb_type
68 OMX_STRING cComponentName; //OMX component name
/hardware/ti/omap3/libstagefrighthw/
H A DTIOMXPlugin.cpp66 const char *name,
76 const_cast<char *>(name),
90 OMX_STRING name,
97 return (*mComponentNameEnum)(name, size, index);
101 const char *name,
111 const_cast<OMX_STRING>(name), &numRoles, NULL);
125 const_cast<OMX_STRING>(name), &numRoles2, array);
65 makeComponentInstance( const char *name, const OMX_CALLBACKTYPE *callbacks, OMX_PTR appData, OMX_COMPONENTTYPE **component) argument
89 enumerateComponents( OMX_STRING name, size_t size, OMX_U32 index) argument
100 getRolesOfComponent( const char *name, Vector<String8> *roles) argument
/hardware/invensense/libsensors/
H A DSensorBase.cpp112 char name[80]; local
113 if (ioctl(fd, EVIOCGNAME(sizeof(name) - 1), &name) < 1) {
114 name[0] = '\0';
116 if (!strcmp(name, inputName)) {
/hardware/libhardware/
H A Dhardware.c128 char name[PATH_MAX]; local
131 snprintf(name, PATH_MAX, "%s.%s", class_id, inst);
133 strlcpy(name, class_id, PATH_MAX);
149 HAL_LIBRARY_PATH2, name, prop);
153 HAL_LIBRARY_PATH1, name, prop);
157 HAL_LIBRARY_PATH1, name);
/hardware/libhardware/include/hardware/
H A Dhardware.h60 const char *name; member in struct:hw_module_t
H A Dqemud.h64 qemud_channel_open(const char* name) argument
67 int namelen = strlen(name);
72 snprintf(pipe_name, sizeof(pipe_name), "qemud:%s", name);
75 D("QEMUD pipe is not available for %s: %s", name, strerror(errno));
85 /* send service name to connect */
86 if (qemud_fd_write(fd, name, namelen) != namelen) {
87 D("can't send service name to qemud: %s",
96 D("cant' connect to %s service through qemud", name);
/hardware/msm7k/dspcrashd/
H A Ddspcrashd.c12 ** * Neither the name of Google Inc. nor the names of its contributors may
42 "ro.product.name",
98 char name[128]; local
101 sprintf(name,"/sdcard/dsp.crash.%d.img", (int) time(0));
103 fd = open(name, O_CREAT | O_TRUNC | O_WRONLY, 0644);
123 sprintf(buf,"*** WROTE DSP RAMDUMP TO %s ***\n",name);
/hardware/qcom/media/libstagefrighthw/
H A DQComOMXPlugin.cpp28 static void AddPrefix(char *name) { argument
29 CHECK(!strncmp("OMX.qcom.", name, 9));
30 String8 tmp(name, 9);
32 tmp.append(&name[9]);
33 strcpy(name, tmp.string());
36 static void RemovePrefix(const char *name, String8 *out) { argument
37 out->setTo(name, 9); // "OMX.qcom."
38 out->append(&name[9 + strlen(kPrefix)]);
81 const char *name,
90 RemovePrefix(name,
80 makeComponentInstance( const char *name, const OMX_CALLBACKTYPE *callbacks, OMX_PTR appData, OMX_COMPONENTTYPE **component) argument
108 enumerateComponents( OMX_STRING name, size_t size, OMX_U32 index) argument
127 getRolesOfComponent( const char *name, Vector<String8> *roles) argument
[all...]
/hardware/ti/omap4xxx/libstagefrighthw/
H A DTIOMXPlugin.cpp74 const char *name,
84 const_cast<char *>(name),
98 OMX_STRING name,
106 return (*mComponentNameEnum)(name, size, index);
110 const char *name,
120 const_cast<OMX_STRING>(name), &numRoles, NULL);
133 const_cast<OMX_STRING>(name), &numRoles, array);
73 makeComponentInstance( const char *name, const OMX_CALLBACKTYPE *callbacks, OMX_PTR appData, OMX_COMPONENTTYPE **component) argument
97 enumerateComponents( OMX_STRING name, size_t size, OMX_U32 index) argument
109 getRolesOfComponent( const char *name, Vector<String8> *roles) argument
/hardware/libhardware/modules/gralloc/
H A Dgralloc.cpp52 int fb_device_open(const hw_module_t* module, const char* name,
55 static int gralloc_device_open(const hw_module_t* module, const char* name,
85 name: "Graphics Memory Allocator Module",
285 int gralloc_device_open(const hw_module_t* module, const char* name, argument
289 if (!strcmp(name, GRALLOC_HARDWARE_GPU0)) {
308 status = fb_device_open(module, name, device);

Completed in 3350 milliseconds

123