/frameworks/native/include/binder/ |
PermissionCache.h | 43 String16 name; member in struct:android::PermissionCache::Entry 47 return (uid == e.uid) ? (name < e.name) : (uid < e.uid); 57 // free the whole cache, but keep the permission name pool
|
/frameworks/native/opengl/libagl/ |
BufferObjectManager.h | 46 uint32_t name; member in struct:android::gl::buffer_t
|
/frameworks/native/opengl/tests/gl_perf/ |
fragment_shaders.cpp | 3 const char * name; member in struct:FragmentTestRec
|
/frameworks/native/opengl/tests/lib/ |
glTestLib.cpp | 36 void glTestPrintGLString(const char *name, GLenum s) 41 testPrintI("GL %s unknown", name); 43 testPrintI("GL %s = %s", name, v); 72 struct {EGLint attribute; const char* name;} names[] = { member in struct:__anon29229 114 testPrintI(" %s: %d (%#x)", names[j].name, value, value);
|
/frameworks/native/vulkan/nulldrv/ |
null_driver_gen.cpp | 27 const char* name; member in struct:__anon29315::NameProc 31 PFN_vkVoidFunction Lookup(const char* name, 35 begin, end, name, 36 [](const NameProc& e, const char* n) { return strcmp(e.name, n) < 0; }); 37 if (entry == end || strcmp(entry->name, name) != 0) 43 PFN_vkVoidFunction Lookup(const char* name, const NameProc (&procs)[N]) { 44 return Lookup(name, procs, procs + N); 204 PFN_vkVoidFunction GetGlobalProcAddr(const char* name) { 205 return Lookup(name, kGlobalProcs) [all...] |
/frameworks/rs/driver/ |
rsdGL.cpp | 89 struct {EGLint attribute; const char* name;} names[] = { member in struct:__anon29350 129 ALOGV(" %s: %d (0x%x)", names[j].name, value, value);
|
/frameworks/rs/ |
spec.h | 18 char name[256]; member in struct:__anon29429 25 char name[256]; member in struct:__anon29430
|
/frameworks/wilhelm/src/ut/ |
OpenSLESUT.c | 28 /** \brief Maps an interface ID to its display name */ 33 const char *name; ///< The display name member in struct:__anon29528 112 printf("SL_IID_%s = ", p->name);
|
/hardware/broadcom/wlan/bcmdhd/dhdutil/ |
dhdu_cmd.h | 29 char *name; member in struct:cmd
|
/hardware/broadcom/wlan/bcmdhd/dhdutil/include/ |
bcm_mpool_pub.h | 94 * pool must have a readable name. Pool names are up to 104 char name[BCM_MP_NAMELEN]; /* Name of this pool. */ member in struct:bcm_mp_stats 163 * poolname INPUT For instrumentation, the name of the pool 206 * poolname INPUT For instrumentation, the name of the pool
|
miniopt.h | 36 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/bsp/intel/peripheral/libmraa/api/mraa/ |
iio.h | 45 char* name; member in struct:__anon29760 86 int mraa_iio_get_device_num_by_name(const char* name);
|
/hardware/bsp/intel/peripheral/libmraa/src/arm/ |
96boards.c | 58 char name[MRAA_PIN_NAME_SIZE]; local 118 sprintf(name, "GPIO-%c", ch++); 119 strncpy(b->pins[pin].name, name, MRAA_PIN_NAME_SIZE);
|
/hardware/bsp/intel/peripheral/libupm/doxy/node/generators/ternjs/ |
generator.js | 36 var docs = { '!name': specjs.MODULE + 'library' }; 92 function GENERATE_METHOD(name, spec) { 94 doc[name] = { 117 function GENERATE_ENUM(name, spec) { 119 doc[name] = 'Enum ' + spec.type ; 125 function GENERATE_VARIABLE(name, spec) { 127 doc[name]= spec.type ;
|
/hardware/bsp/intel/peripheral/libupm/src/buzzer/ |
buzzer.h | 113 * Returns the name of the sensor. 115 * @return Name of the sensor 117 std::string name() function in class:upm::Buzzer
|
/hardware/bsp/intel/peripheral/libupm/src/grovecircularled/ |
grovecircularled.h | 101 * Returns the name of the component 103 std::string name() function in class:upm::GroveCircularLED
|
/hardware/bsp/intel/peripheral/libupm/src/hcsr04/ |
hcsr04.h | 96 * Returns the name of the sensor 98 std::string name() function in class:upm::HCSR04
|
/hardware/bsp/intel/peripheral/libupm/src/max31723/ |
max31723.h | 92 * Returns the name of the component 94 std::string name() function in class:upm::MAX31723
|
/hardware/bsp/intel/peripheral/libupm/src/my9221/ |
my9221.h | 85 * Returns the name of the component 87 std::string name() function in class:upm::MY9221
|
/hardware/bsp/intel/peripheral/libupm/src/th02/ |
th02.h | 100 * Returns the name of the component 102 std::string name() function in class:upm::TH02
|
/hardware/intel/common/libmix/mix_audio/src/ |
amhelper.c | 16 const char *name = "org.moblin.audiomanager"; local 40 proxy_lpe = dbus_g_proxy_new_for_name(connection, name,
|
/hardware/intel/common/wrs_omxil_core/base/inc/ |
cmodule.h | 35 const char *name; member in struct:wrs_omxil_cmodule_s 61 /* library name */ 64 /* component name and roles */ 86 /* component name */ 93 /* library name */
|
/hardware/intel/common/wrs_omxil_core/utils/inc/ |
module.h | 34 char *name; member in struct:module
|
/hardware/qcom/bt/msm8960/libbt-vendor/include/ |
userial_vendor.h | 53 char *name; member in struct:__anon31687
|
/hardware/qcom/wlan/qcwcn/wifi_hal/ |
rb_wrapper.h | 12 * * Neither the name of The Linux Foundation nor the names of its 36 char name[MAX_RB_NAME_SIZE]; member in struct:rb_info 47 size_t size_of_buf, int num_bufs, char *name); 53 int is_rb_name_match(struct rb_info *rb_info, char *name);
|