Home
last modified time | relevance | path

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

/dports/textproc/libextractor/libextractor-1.11/src/main/
H A Dextractor_ipc.h216 #define MESSAGE_SEEK 0x04 macro
H A Dextractor_ipc.c70 case MESSAGE_SEEK: /* Seek */ in EXTRACTOR_IPC_process_reply_()
H A Dextractor_plugin_main.c123 .opcode = MESSAGE_SEEK in plugin_env_seek()
182 srm.opcode = MESSAGE_SEEK; in plugin_env_seek()
/dports/multimedia/musikcube/musikcube-0.96.7/src/musikcore/audio/
H A DPlaybackService.cpp77 #define MESSAGE_SEEK 1009 macro
437 else if (type == MESSAGE_SEEK) { in ProcessMessage()
818 messageQueue.Debounce(Message::Create(this, MESSAGE_SEEK), 500); in SetPosition()