OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:InterfaceToIObject
(Results
1 - 6
of
6
) sorted by null
/frameworks/wilhelm/src/
locks.h
51
#define interface_lock_exclusive(thiz) object_lock_exclusive(
InterfaceToIObject
(thiz))
52
#define interface_unlock_exclusive(thiz) object_unlock_exclusive(
InterfaceToIObject
(thiz))
54
object_unlock_exclusive_attributes(
InterfaceToIObject
(thiz), (attr))
55
#define interface_lock_shared(thiz) object_lock_shared(
InterfaceToIObject
(thiz))
56
#define interface_unlock_shared(thiz) object_unlock_shared(
InterfaceToIObject
(thiz))
57
#define interface_cond_wait(thiz) object_cond_wait(
InterfaceToIObject
(thiz))
58
#define interface_cond_signal(thiz) object_cond_signal(
InterfaceToIObject
(thiz))
59
#define interface_cond_broadcast(thiz) object_cond_broadcast(
InterfaceToIObject
(thiz))
sles_allinclusive.h
318
#define
InterfaceToIObject
(thiz) ((thiz)->mThis)
320
#define InterfaceToCAudioPlayer(thiz) (((CAudioPlayer*)
InterfaceToIObject
(thiz)))
322
#define InterfaceToCAudioRecorder(thiz) (((CAudioRecorder*)
InterfaceToIObject
(thiz)))
324
#define InterfaceToCAudioRecorder(thiz) (((CAudioRecorder*)
InterfaceToIObject
(thiz)))
326
#define InterfaceToCMediaPlayer(thiz) (((CMediaPlayer*)
InterfaceToIObject
(thiz)))
/frameworks/wilhelm/src/itf/
I3DCommit.c
27
IObject *thisObject =
InterfaceToIObject
(thiz);
48
IObject *thisObject =
InterfaceToIObject
(thiz);
IDynamicSource.c
38
IObject *thisObject =
InterfaceToIObject
(thiz);
IDynamicInterfaceManagement.c
31
IObject *thisObject =
InterfaceToIObject
(thiz);
115
IObject *thisObject =
InterfaceToIObject
(thiz);
211
IObject *thisObject =
InterfaceToIObject
(thiz);
287
IObject *thisObject =
InterfaceToIObject
(thiz);
363
IObject *thisObject =
InterfaceToIObject
(thiz);
446
IObject *thisObject =
InterfaceToIObject
(thiz);
I3DGrouping.c
38
IObject *thisObject =
InterfaceToIObject
(thiz);
111
unsigned mask = 1 << (
InterfaceToIObject
(thiz)->mInstanceID - 1);
Completed in 35 milliseconds