Home
last modified time | relevance | path

Searched refs:command_id (Results 1 – 21 of 21) sorted by relevance

/external/tesseract/viewer/
Dsvpaint.cpp90 rgb[sv_event->command_id - 1] = atoi(sv_event->parameter); in PopupHandler()
98 if ((sv_event->command_id > 0) && (sv_event->command_id < 4)) { in MenuBarHandler()
99 click_mode_ = sv_event->command_id; in MenuBarHandler()
101 } else { drag_mode_ = sv_event->command_id; } in MenuBarHandler()
Dscrollview.cpp70 any->command_id = command_id; in copy()
110 &cur->y, &cur->x_size, &cur->y_size, &cur->command_id, &n); in MessageReceiver()
Dscrollview.h68 int command_id; // The ID of the possibly associated event (e.g. MENU) member
/external/tesseract/ccmain/
Dvarabled.cpp270 if (sve->command_id == writeCommands[0]) { in Notify()
272 } else if (sve->command_id == writeCommands[1]) { in Notify()
276 sve->command_id); in Notify()
Dpgedit.cpp674 tess_->process_cmd_win_event(event->command_id, &myval); in Notify()
/external/opencore/android/
Dandroid_audio_output.cpp157 void AndroidAudioOutput::cancelCommand(PVMFCommandId command_id) in cancelCommand() argument
159 LOGV("cancelCommand (%u) RequestQ size %d", command_id,iOSSRequestQueue.size()); in cancelCommand()
162 if (iOSSRequestQueue[i].iCmdId == command_id) { in cancelCommand()
Dandroid_surface_output.h176 void cancelCommand(PVMFCommandId command_id);
Dandroid_surface_output.cpp707 void AndroidSurfaceOutput::cancelCommand(PVMFCommandId command_id) in cancelCommand() argument
/external/opencore/pvmi/pvmf/include/
Dpvmi_media_transfer.h229 virtual void cancelCommand(PVMFCommandId command_id) = 0;
/external/opencore/nodes/pvmediainputnode/src/
Dpvmf_media_input_node_outport.h116 void cancelCommand(PVMFCommandId command_id);
Dpvmf_media_input_node_outport.cpp521 void PvmfMediaInputNodeOutPort::cancelCommand(PVMFCommandId command_id) in cancelCommand() argument
523 OSCL_UNUSED_ARG(command_id); in cancelCommand()
/external/opencore/nodes/pvcommsionode/src/
Dpv_comms_io_node_port.h124 void cancelCommand(PVMFCommandId command_id);
Dpv_comms_io_node_port.cpp448 void PVCommsIONodePort::cancelCommand(PVMFCommandId command_id) in cancelCommand() argument
450 OSCL_UNUSED_ARG(command_id); in cancelCommand()
/external/opencore/engines/adapters/player/framemetadatautility/src/
Dpv_frame_metadata_mio_audio.h130 void cancelCommand(PVMFCommandId command_id);
Dpv_frame_metadata_mio_video.h133 void cancelCommand(PVMFCommandId command_id);
Dpv_frame_metadata_mio_audio.cpp658 void PVFMAudioMIO::cancelCommand(PVMFCommandId command_id) in cancelCommand() argument
669 if (iWriteResponseQueue[i].iCmdId == command_id) in cancelCommand()
Dpv_frame_metadata_mio_video.cpp1036 void PVFMVideoMIO::cancelCommand(PVMFCommandId command_id) in cancelCommand() argument
1047 if (iWriteResponseQueue[i].iCmdId == command_id) in cancelCommand()
/external/opencore/nodes/pvmediaoutputnode/src/
Dpv_media_output_node_inport.h156 void cancelCommand(PVMFCommandId command_id);
Dpv_media_output_node_inport.cpp891 void PVMediaOutputNodePort::cancelCommand(PVMFCommandId command_id) in cancelCommand() argument
894 OSCL_UNUSED_ARG(command_id); in cancelCommand()
/external/opencore/pvmi/media_io/pvmiofileoutput/include/
Dpvmi_media_io_fileoutput.h260 void cancelCommand(PVMFCommandId command_id);
/external/opencore/pvmi/media_io/pvmiofileoutput/src/
Dpvmi_media_io_fileoutput.cpp1260 void PVRefFileOutput::cancelCommand(PVMFCommandId command_id) in cancelCommand() argument
1273 if (iWriteResponseQueue[i].iCmdId == command_id) in cancelCommand()