OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:VariableTypes
(Results
1 - 9
of
9
) sorted by null
/external/srec/shared/include/
ESR_SessionTypeListener.h
54
const void* oldValue, const void* newValue,
VariableTypes
variableType, void* data);
ESR_VariableTypes.h
40
}
VariableTypes
;
ESR_SessionTypeImpl.h
59
VariableTypes
type;
69
VariableTypes
type);
117
void* value,
VariableTypes
type);
256
VariableTypes
* type);
ESR_Session.h
50
ESR_ReturnCode(*getProperty)(const LCHAR* name, void** value,
VariableTypes
type);
57
ESR_ReturnCode(*getPropertyType)(const LCHAR* name,
VariableTypes
* type);
116
ESR_ReturnCode(*setProperty)(const LCHAR* name, void* value,
VariableTypes
type);
338
VariableTypes
type);
406
VariableTypes
type);
613
ESR_SHARED_API ESR_ReturnCode ESR_SessionGetPropertyType(const LCHAR* name,
VariableTypes
* type);
ESR_SessionImpl.h
37
VariableTypes
type);
80
VariableTypes
type);
197
VariableTypes
* type);
ESR_SessionType.h
53
ESR_ReturnCode(*getProperty)(struct ESR_SessionType_t* self, const LCHAR* name, void** value,
VariableTypes
type);
62
ESR_ReturnCode(*getPropertyType)(struct ESR_SessionType_t* self, const LCHAR* name,
VariableTypes
* type);
137
ESR_ReturnCode(*setProperty)(struct ESR_SessionType_t* self, const LCHAR* name, void* value,
VariableTypes
type);
/external/srec/shared/src/
ESR_Session.c
57
ESR_ReturnCode ESR_SessionGetProperty(const LCHAR* name, void** value,
VariableTypes
type)
106
ESR_ReturnCode ESR_SessionSetProperty(const LCHAR* name, void* value,
VariableTypes
type)
244
ESR_ReturnCode ESR_SessionGetPropertyType(const LCHAR* name,
VariableTypes
* type)
SessionTypeImpl.c
122
VariableTypes
type)
304
VariableTypes
type)
582
VariableTypes
type;
1047
const LCHAR* name,
VariableTypes
* type)
1073
VariableTypes
* type;
1160
VariableTypes
Int = TYPES_INT;
1161
VariableTypes
UInt16_t = TYPES_UINT16_T;
1162
VariableTypes
Float = TYPES_FLOAT;
1163
VariableTypes
Bool = TYPES_BOOL;
1164
VariableTypes
IntArrayList = TYPES_INTARRAYLIST
[
all
...]
/external/srec/srec/EventLog/src/
EventLogImpl.c
98
ESR_ReturnCode propertyChanged(ESR_SessionTypeListener* self, const LCHAR* name, const void* oldValue, const void* newValue,
VariableTypes
variableType, void* data)
745
VariableTypes
type;
Completed in 2770 milliseconds