/prebuilts/ndk/9/platforms/android-21/arch-mips/usr/include/linux/ |
sw_sync.h | 5 *** of the same name, to make information necessary for userspace to 25 char name[32]; member in struct:sw_sync_create_fence_data
|
/prebuilts/ndk/9/platforms/android-21/arch-mips64/usr/include/linux/ |
reiserfs_xattr.h | 5 *** of the same name, to make information necessary for userspace to 30 const char *name; member in struct:reiserfs_security_handle
|
sw_sync.h | 5 *** of the same name, to make information necessary for userspace to 25 char name[32]; member in struct:sw_sync_create_fence_data
|
/prebuilts/ndk/9/platforms/android-21/arch-x86/usr/include/linux/ |
reiserfs_xattr.h | 5 *** of the same name, to make information necessary for userspace to 30 const char *name; member in struct:reiserfs_security_handle
|
sw_sync.h | 5 *** of the same name, to make information necessary for userspace to 25 char name[32]; member in struct:sw_sync_create_fence_data
|
/prebuilts/ndk/9/platforms/android-21/arch-x86_64/usr/include/linux/ |
reiserfs_xattr.h | 5 *** of the same name, to make information necessary for userspace to 30 const char *name; member in struct:reiserfs_security_handle
|
sw_sync.h | 5 *** of the same name, to make information necessary for userspace to 25 char name[32]; member in struct:sw_sync_create_fence_data
|
/prebuilts/ndk/9/platforms/android-3/arch-arm/usr/include/ |
getopt.h | 23 * 4. Neither the name of The NetBSD Foundation nor the names of its 53 /* name of long option */ 54 const char *name; member in struct:option
|
/prebuilts/ndk/9/platforms/android-3/arch-arm/usr/include/linux/raid/ |
xor.h | 5 *** of the same name, to make information necessary for userspace to 21 const char *name; member in struct:xor_block_template
|
/prebuilts/ndk/9/platforms/android-4/arch-arm/usr/include/ |
getopt.h | 23 * 4. Neither the name of The NetBSD Foundation nor the names of its 53 /* name of long option */ 54 const char *name; member in struct:option
|
/prebuilts/ndk/9/platforms/android-4/arch-arm/usr/include/linux/raid/ |
xor.h | 5 *** of the same name, to make information necessary for userspace to 21 const char *name; member in struct:xor_block_template
|
/prebuilts/ndk/9/platforms/android-5/arch-arm/usr/include/ |
getopt.h | 23 * 4. Neither the name of The NetBSD Foundation nor the names of its 53 /* name of long option */ 54 const char *name; member in struct:option
|
/prebuilts/ndk/9/platforms/android-5/arch-arm/usr/include/linux/raid/ |
xor.h | 5 *** of the same name, to make information necessary for userspace to 21 const char *name; member in struct:xor_block_template
|
/prebuilts/ndk/9/platforms/android-8/arch-arm/usr/include/ |
getopt.h | 23 * 4. Neither the name of The NetBSD Foundation nor the names of its 53 /* name of long option */ 54 const char *name; member in struct:option
|
/prebuilts/ndk/9/platforms/android-8/arch-arm/usr/include/linux/raid/ |
xor.h | 5 *** of the same name, to make information necessary for userspace to 21 const char *name; member in struct:xor_block_template
|
/prebuilts/ndk/9/platforms/android-9/arch-arm/usr/include/ |
getopt.h | 23 * 4. Neither the name of The NetBSD Foundation nor the names of its 53 /* name of long option */ 54 const char *name; member in struct:option
|
/prebuilts/ndk/9/platforms/android-9/arch-arm/usr/include/linux/raid/ |
xor.h | 5 *** of the same name, to make information necessary for userspace to 21 const char *name; member in struct:xor_block_template
|
/prebuilts/ndk/9/platforms/android-9/arch-mips/usr/include/ |
getopt.h | 23 * 4. Neither the name of The NetBSD Foundation nor the names of its 53 /* name of long option */ 54 const char *name; member in struct:option
|
/prebuilts/ndk/9/platforms/android-9/arch-mips/usr/include/linux/raid/ |
xor.h | 5 *** of the same name, to make information necessary for userspace to 21 const char *name; member in struct:xor_block_template
|
/prebuilts/ndk/9/platforms/android-9/arch-x86/usr/include/ |
getopt.h | 23 * 4. Neither the name of The NetBSD Foundation nor the names of its 53 /* name of long option */ 54 const char *name; member in struct:option
|
/prebuilts/ndk/9/platforms/android-9/arch-x86/usr/include/linux/raid/ |
xor.h | 5 *** of the same name, to make information necessary for userspace to 21 const char *name; member in struct:xor_block_template
|
/system/bt/btcore/include/ |
module.h | 29 const char *name; member in struct:__anon69088 42 const module_t *get_module(const char *name);
|
/system/bt/profile/include/ |
manager.h | 31 const char *name; member in struct:profile_t 39 // Looks up a previously registered profile by |name|. If no profile was 40 // registered by the given |name|, then this function returns NULL. 41 const profile_t *profile_by_name(const char *name);
|
/system/bt/test/suite/cases/ |
adapter.c | 49 bt_property_t *name = property_new_name("set_name"); local 51 CALL_AND_WAIT(error = bt_interface->set_adapter_property(name), adapter_properties); 52 TASSERT(error == BT_STATUS_SUCCESS, "Error setting device name."); 54 TASSERT(adapter_get_property(BT_PROPERTY_BDNAME), "The Bluetooth name property did not change."); 55 TASSERT(property_equals(adapter_get_property(BT_PROPERTY_BDNAME), name), "Bluetooth name '%s' does not match test value", property_as_name(adapter_get_property(BT_PROPERTY_BDNAME))->name); 57 property_free(name); 64 bt_property_t *name = property_new_name("get_name"); local 66 CALL_AND_WAIT(bt_interface->set_adapter_property(name), adapter_properties) [all...] |
/system/core/init/ |
ueventd.h | 32 const char *name; member in struct:ueventd_subsystem
|