Searched refs:name (Results 1 - 25 of 112) sorted by relevance

12345

/hardware/libhardware_legacy/include/hardware_legacy/
H A Dqemu_tracing.h26 int qemu_add_mapping(unsigned int addr, const char *name);
/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/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/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/omap3/omx/system/src/openmax_il/omx_core/inc/
H A DOMX_ComponentRegistry.h13 OMX_STRING name; member in struct:_ComponentTable
/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/libhardware/include/hardware/
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/libhardware_legacy/qemu/
H A Dqemu.c76 const char* name )
81 snprintf(pipe_name, sizeof(pipe_name), "qemud:%s", name);
95 const char* name )
97 int fd, ret, namelen = strlen(name);
108 /* send service name to connect */
109 if (qemu_fd_write(fd, name, namelen) != namelen) {
110 D("can't send service name to qemud: %s",
119 D("cant' connect to %s service through qemud", name);
132 const char* name )
137 "qemud_%s", name);
155 qemu_channel_open_tty( QemuChannel* channel, const char* name, int mode ) argument
184 qemu_channel_open( QemuChannel* channel, const char* name, int mode ) argument
[all...]
/hardware/invensense/mlsdk/platform/linux/kernel/
H A Dslaveirq.h32 struct ext_slave_platform_data *pdata, char *name);
/hardware/ril/mock-ril/src/cpp/
H A Dnode_util.h38 #define SET_PROTOTYPE_METHOD(templ, name, callback) \
44 templ->PrototypeTemplate()->Set(v8::String::NewSymbol(name), \
48 #define SET_METHOD(obj, name, callback) \
49 obj->Set(v8::String::NewSymbol(name), \
/hardware/ti/omap4xxx/
H A Dmapinfo.h8 char name[]; member in struct:mapinfo
/hardware/broadcom/wlan/bcm4329/dhdutil/
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);
H A Ddhdu_cmd.h29 char *name; member in struct:cmd
/hardware/broadcom/wlan/bcmdhd/dhdutil/
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);
H A Ddhdu_cmd.h29 char *name; member in struct:cmd
/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/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/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/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/msm7k/libgralloc-qsd8k/
H A Dgralloc.cpp38 int fb_device_open(const hw_module_t* module, const char* name,
41 static int gralloc_device_open(const hw_module_t* module, const char* name,
116 virtual int ashmem_create_region(const char *name, size_t size) { argument
117 return ::ashmem_create_region(name, size);
159 name: "Graphics Memory Allocator Module",
180 int gralloc_device_open(const hw_module_t* module, const char* name, argument
184 if (!strcmp(name, GRALLOC_HARDWARE_GPU0)) {
193 status = fb_device_open(module, name, device);
/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/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/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/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);

Completed in 909 milliseconds

12345