OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:GEnumValue
(Results
1 - 7
of
7
) sorted by null
/external/bluetooth/glib/gobject/
genums.h
142
typedef struct _GEnumValue
GEnumValue
;
151
* @values: an array of #
GEnumValue
structs describing the
165
GEnumValue
*values;
188
*
GEnumValue
:
220
GEnumValue
* g_enum_get_value (GEnumClass *enum_class,
222
GEnumValue
* g_enum_get_value_by_name (GEnumClass *enum_class,
224
GEnumValue
* g_enum_get_value_by_nick (GEnumClass *enum_class,
246
const
GEnumValue
*const_static_values);
254
const
GEnumValue
*const_values);
genums.c
171
* @const_static_values: An array of #
GEnumValue
structs for the possible
187
const
GEnumValue
*const_static_values)
261
* @const_values: An array of #
GEnumValue
structs for the possible
276
* static const
GEnumValue
values[] = {
289
const
GEnumValue
*const_values)
345
GEnumValue
*values;
385
* Looks up a #
GEnumValue
by name.
387
* Returns: the #
GEnumValue
with name @name, or %NULL if the
390
GEnumValue
*
399
GEnumValue
*enum_value
[
all
...]
gtypemodule.h
235
const
GEnumValue
*const_static_values);
gtypemodule.c
510
* @const_static_values: an array of #
GEnumValue
structs for the
530
const
GEnumValue
*const_static_values)
gvaluetransform.c
197
GEnumValue
*enum_value = g_enum_get_value (class, src_value->data[0].v_long);
/external/bluetooth/bluez/audio/
gstsbcenc.c
55
static
GEnumValue
sbc_modes[] = {
75
static
GEnumValue
sbc_allocations[] = {
94
static
GEnumValue
sbc_blocks[] = {
115
static
GEnumValue
sbc_subbands[] = {
174
GEnumValue
*enum_value;
/external/bluetooth/glib/tests/gobject/
gvalue-test.c
42
GEnumValue
values[] = { {0,"0","0"}, {1,"1","1"}};
Completed in 182 milliseconds