Home
last modified time | relevance | path

Searched refs:ATTR_POSITION (Results 1 – 4 of 4) sorted by relevance

/frameworks/wilhelm/src/
Dhandler_bodies.c66 return ATTR_POSITION; in handler_AudioPlayer_position()
74 return ATTR_POSITION; in handler_MidiPlayer_position()
164 return ATTR_POSITION; in handler_MediaPlayer_position()
Dattr.h42 #define ATTR_POSITION (1 << ATTR_INDEX_POSITION) macro
Dsync.c79 if (attributesMask & (ATTR_POSITION | ATTR_TRANSPORT)) { in sync_start()
/frameworks/wilhelm/src/itf/
DISeek.c38 interface_unlock_exclusive_attributes(thiz, ATTR_POSITION); in ISeek_SetPosition()