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

12345678

/device/generic/goldfish/opengl/tests/gles_android_wrapper/
H A DApiInitializer.h27 static void *s_getProc(const char *name, void *userData) { argument
29 return self->getProc(name);
33 void *getProc(const char *name) { argument
36 symbol = dlsym(m_dso, name);
H A Degl_ftable.h17 const char *name; member in struct:_egl_funcs_by_name
/device/asus/flo/
H A Dkickstart_checker.sh10 chown system:system $(realpath /dev/block/platform/msm_sdcc.1/by-name/m9kefs1)
11 chmod 660 $(realpath /dev/block/platform/msm_sdcc.1/by-name/m9kefs1)
12 chown system:system $(realpath /dev/block/platform/msm_sdcc.1/by-name/m9kefs2)
13 chmod 660 $(realpath /dev/block/platform/msm_sdcc.1/by-name/m9kefs2)
14 chown system:system $(realpath /dev/block/platform/msm_sdcc.1/by-name/m9kefs3)
15 chmod 660 $(realpath /dev/block/platform/msm_sdcc.1/by-name/m9kefs3)
16 chown system:system $(realpath /dev/block/platform/msm_sdcc.1/by-name/m9kefsc)
17 chmod 660 $(realpath /dev/block/platform/msm_sdcc.1/by-name/m9kefsc)
/device/generic/goldfish/camera/
H A DEmulatedCameraCommon.h35 explicit HWERoutineTracker(const char* name) argument
36 : mName(name) {
46 /* Stores the routine name. */
H A DEmulatedCameraHal.cpp37 name: "Emulated Camera Module",
/device/moto/shamu/
H A Dreleasetools.py20 # char name[24];
32 def __init__(self, data, name = None):
34 self.name = name
56 for name, start, end in imgs:
59 img = common.File(trunc_to_null(name), data[start_offset:end_offset+1])
64 def GetUnpackedImage(self, name):
68 if image.name == name:
166 si = sm.GetUnpackedImage(ti.name)
[all...]
/device/asus/fugu/libaudio/
H A Daudio_hal_hooks.c32 .name = "Audio HW HAL",
H A DAudioHotplugThread.cpp43 // This name is used to recognize the AndroidTV Remote mic so we can
158 bool AudioHotplugThread::parseCaptureDeviceName(const char* name, argument
163 int ret = sscanf(name, "pcmC%uD%u%c", card, device, &deviceType);
178 static int s_get_alsa_card_name(char *name, size_t len, int card_id) argument
182 snprintf(name, len, "/proc/asound/card%d/id", card_id);
183 fd = open(name, O_RDONLY);
185 amt = read(fd, name, len - 1);
188 name[amt - 1] = 0;
351 char *name = ((char *) event) + local
352 offsetof(struct inotify_event, name);
[all...]
/device/lge/mako/camera/QCamera/HAL/core/inc/
H A DQCameraHWI_Mem.h42 // the name of a /dev/pmem* file), or by ashmem (when pmem_pool == NULL).
47 const char *name);
72 const char *name);
81 int yoffset, const char *name);
97 int yoffset, const char *name);
/device/lge/mako/camera/
H A DQCameraHWI_Mem.h41 // the name of a /dev/pmem* file), or by ashmem (when pmem_pool == NULL).
46 const char *name);
71 const char *name);
80 int yoffset, const char *name);
95 int yoffset, const char *name);
/device/moto/shamu/camera/QCamera/HAL/core/inc/
H A DQCameraHWI_Mem.h43 // the name of a /dev/pmem* file), or by ashmem (when pmem_pool == NULL).
48 const char *name);
73 const char *name);
82 int yoffset, const char *name);
98 int yoffset, const char *name);
/device/generic/goldfish/lights/
H A Dlights_qemu.c158 /** Open a new instance of a lights device using name */
160 open_lights( const struct hw_module_t* module, char const *name, argument
165 if (0 == strcmp( LIGHT_ID_BACKLIGHT, name )) {
167 } else if (0 == strcmp( LIGHT_ID_KEYBOARD, name )) {
169 } else if (0 == strcmp( LIGHT_ID_BUTTONS, name )) {
171 } else if (0 == strcmp( LIGHT_ID_BATTERY, name )) {
173 } else if (0 == strcmp( LIGHT_ID_NOTIFICATIONS, name )) {
175 } else if (0 == strcmp( LIGHT_ID_ATTENTION, name )) {
178 D( "%s: %s light isn't supported yet.", __FUNCTION__, name );
210 .name
[all...]
/device/asus/tilapia/recovery/
H A Drecovery_updater.c39 Value* DownloadModemFn(const char* name, State* state, int argc, Expr* argv[]) { argument
45 return ErrorAbort(state, "%s() expects 1 arg, got %d", name, argc);
/device/asus/flo/camera/QCamera2/HAL/
H A DQCamera2Hal.cpp12 * * Neither the name of The Linux Foundation nor the names of its
37 name: "QCamera Module",
/device/asus/flo/camera/QCamera2/HAL3/
H A DQCamera3Hal.cpp12 * * Neither the name of The Linux Foundation nor the names of its
37 name: "QCamera Module",
/device/generic/goldfish/opengl/system/renderControl_enc/
H A DrenderControl_ftable.h8 const char *name; member in struct:_renderControl_funcs_by_name
/device/lge/hammerhead/camera/QCamera2/HAL/
H A DQCamera2Hal.cpp12 * * Neither the name of The Linux Foundation nor the names of its
37 name: "QCamera Module",
/device/htc/flounder/sensor_hub/libsensors/
H A Dsensors.cpp44 {.name = "Accelerometer Sensor",
61 {.name = "Magnetic field Sensor",
78 {.name = "Gyroscope Sensor",
95 {.name = "CM32181 Light sensor",
112 {.name = "Pressure Sensor",
129 {.name = "CWGD Orientation Sensor",
146 {.name = "Rotation Vector",
163 {.name = "Linear Acceleration",
180 {.name = "Gravity",
197 {.name
[all...]
/device/generic/goldfish/opengl/system/GLESv1/
H A Dgl.cpp107 if (!strcmp(gl_funcs_by_name[i].name, procname)) {
119 const GLubyte *my_glGetString (void *self, GLenum name) argument
124 return (const GLubyte*)s_egl->getGLString(name);
/device/generic/goldfish/opengl/system/GLESv2/
H A Dgl2.cpp105 if (!strcmp(gl2_funcs_by_name[i].name, procname)) {
117 const GLubyte *my_glGetString (void *self, GLenum name) argument
122 return (const GLubyte*)s_egl->getGLString(name);
/device/asus/flo/camera/mm-image-codec/qomx_core/
H A Dqomx_core.h12 * Neither the name of The Linux Foundation nor the names of its
50 * between the library name and the corresponding .so name
51 * @comp_name: name of the component
63 * component name
74 char *name; //Component Name member in struct:_omx_core_component_t
/device/generic/goldfish/opengl/system/egl/
H A Degl_ftable.h17 const char *name; member in struct:_egl_funcs_by_name
/device/lge/hammerhead/camera/QCamera2/HAL3/
H A DQCamera3Hal.cpp12 * * Neither the name of The Linux Foundation nor the names of its
38 name: "QCamera Module",
/device/lge/hammerhead/camera/QCamera2/util/
H A DQCameraCmdThread.h12 * * Neither the name of The Linux Foundation nor the names of its
61 int32_t setName(const char* name);
/device/lge/hammerhead/camera/mm-image-codec/qomx_core/
H A Dqomx_core.h12 * Neither the name of The Linux Foundation nor the names of its
50 * between the library name and the corresponding .so name
51 * @comp_name: name of the component
63 * component name
74 char *name; //Component Name member in struct:_omx_core_component_t

Completed in 2841 milliseconds

12345678