OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:mIODevice
(Results
1 - 2
of
2
) sorted by null
/frameworks/wilhelm/src/
data.c
64
pDataLocator->
mIODevice
= *(SLDataLocator_IODevice *)pLocator;
65
SLuint32 deviceType = pDataLocator->
mIODevice
.deviceType;
66
SLObjectItf device = pDataLocator->
mIODevice
.device;
68
pDataLocator->
mIODevice
.deviceID = 0;
88
pDataLocator->
mIODevice
.device = NULL;
99
pDataLocator->
mIODevice
.device = NULL;
103
SLuint32 deviceID = pDataLocator->
mIODevice
.deviceID;
309
if (NULL != pDataLocator->
mIODevice
.device) {
310
ReleaseStrongRef((IObject *) pDataLocator->
mIODevice
.device);
311
pDataLocator->
mIODevice
.device = NULL
[
all
...]
data.h
23
SLDataLocator_IODevice
mIODevice
;
Completed in 25 milliseconds