Searched refs:code (Results 201 - 225 of 477) sorted by relevance

1234567891011>>

/haiku/headers/os/interface/
H A DPicture.h28 virtual status_t Perform(perform_code code, void* arg);
/haiku/headers/private/media/
H A DMediaWriter.h41 status_t AddTrackInfo(int32 streamIndex, uint32 code,
H A DDecoderPlugin.h48 virtual status_t Perform(perform_code code, void* data);
/haiku/src/add-ons/media/plugins/ffmpeg/
H A DAVFormatWriter.h38 virtual status_t AddTrackInfo(void* cookie, uint32 code,
H A DAVFormatWriter.cpp69 status_t AddTrackInfo(uint32 code, const void* data,
366 AVFormatWriter::StreamCookie::AddTrackInfo(uint32 code, argument
370 code, data, size, flags);
582 AVFormatWriter::AddTrackInfo(void* _cookie, uint32 code, argument
586 code, data, size, flags);
592 return cookie->AddTrackInfo(code, data, size, flags);
/haiku/src/servers/app/drawing/interface/remote/
H A DRemoteMessage.h138 void Start(uint16 code);
142 status_t NextMessage(uint16& code);
229 RemoteMessage::Start(uint16 code) argument
234 Add(code);
H A DRemoteHWInterface.cpp236 uint16 code; local
237 status_t result = message.NextMessage(code);
244 TRACE("got message code %" B_PRIu16 " with %" B_PRIu32 " bytes\n", code,
247 if (code >= RP_MOUSE_MOVED && code <= RP_MODIFIERS_CHANGED) {
253 switch (code) {
311 TRACE_ERROR("unhandled remote event code %u\n", code);
/haiku/src/add-ons/network_settings/dialup/
H A DDialUpView.h48 void UpdateStatus(int32 code);
H A DDialUpView.cpp499 int32 type, code;
501 message->FindInt32("code", &code);
503 if(type == PPP_MANAGER_REPORT && code == PPP_REPORT_INTERFACE_CREATED) {
518 UpdateStatus(code);
565 DialUpView::UpdateStatus(int32 code) argument
567 switch(code) {
581 if(fKeepLabel && code != PPP_REPORT_GOING_UP && code != PPP_REPORT_UP_SUCCESSFUL)
590 switch(code) {
[all...]
/haiku/src/kits/tracker/
H A DDialogPane.h60 virtual void MouseMoved(BPoint where, uint32 code, const BMessage*);
/haiku/headers/os/add-ons/input_server/
H A DInputServerDevice.h52 virtual status_t Control(const char* device, void* cookie, uint32 code,
/haiku/src/add-ons/kernel/bus_managers/ps2/
H A DATKeymap.h16 #define HID_CONSUMER(code) ((B_HID_USAGE_PAGE_CONSUMER << 16) | (B_HID_UID_CON_##code))
17 #define HID_GD(code) ((B_HID_USAGE_PAGE_GENERIC_DESKTOP << 16) | (B_HID_UID_GD_##code))
/haiku/src/apps/deskbar/
H A DBarMenuBar.cpp257 // skip the fancy BMenuBar drawing code
270 TBarMenuBar::MouseMoved(BPoint where, uint32 code, const BMessage* message) argument
272 // the following code parallels that in ExpandoMenuBar for DnD tracking
277 BMenuBar::MouseMoved(where, code, message);
281 switch (code) {
296 BMenuBar::MouseMoved(where, code, message);
/haiku/src/servers/app/
H A DServerWindow.cpp128 struct profile { int32 code; int32 count; bigtime_t time; }; member in struct:profile
232 sMessageProfile[i].code = i;
242 "per call)\n", string_for_message_code(p->code), p->count, p->time / 1000000.0,
597 ServerWindow::_DispatchMessage(int32 code, BPrivate::LinkReceiver& link) argument
599 switch (code) {
881 // comment this code for the time being, as some apps rely
1024 BMessage message(code);
1185 debug_printf("ServerWindow %s received unexpected code - "
1187 Title(), string_for_message_code(code));
1195 _DispatchViewMessage(code, lin
1205 _DispatchViewMessage(int32 code, BPrivate::LinkReceiver &link) argument
2482 _DispatchViewDrawingMessage(int32 code, BPrivate::LinkReceiver &link) argument
3215 _DispatchPictureMessage(int32 code, BPrivate::LinkReceiver& link) argument
4161 int32 code; local
[all...]
H A DDelayedMessage.cpp113 typedef void(*FailureCallback)(int32 code, port_id port, void* data);
115 DelayedMessageData(int32 code, bigtime_t delay,
177 DelayedMessage::DelayedMessage(int32 code, bigtime_t delay, argument
180 fData(new(std::nothrow) DelayedMessageData(code, delay < DM_MINIMUM_DELAY
298 DelayedMessageData::DelayedMessageData(int32 code, bigtime_t delay, argument
301 fCode(code),
742 int32 code = -1; local
751 status = read_port_etc(fPort, &code, NULL, 0, B_RELATIVE_TIMEOUT,
765 switch (code) {
/haiku/src/apps/haikudepot/ui/
H A DRatePackageWindow.h42 void _MarkStabilityInMenu(BString* code);
/haiku/src/kits/interface/
H A DPopUpMenu.cpp129 BPopUpMenu::MouseMoved(BPoint point, uint32 code, const BMessage* message) argument
131 BView::MouseMoved(point, code, message);
179 BPopUpMenu::Perform(perform_code code, void* _data) argument
181 switch (code) {
230 return BMenu::Perform(code, _data);
H A DView.cpp285 int32 code; local
286 if (link.FlushWithReply(code) != B_OK
287 || code != B_OK)
1216 int32 code; local
1217 link.FlushWithReply(code);
1374 BView::MouseMoved(BPoint where, uint32 code, const BMessage* dragMessage) argument
1549 int32 code; local
1550 fOwner->fLink->FlushWithReply(code);
1640 int32 code; local
1641 if (fOwner->fLink->FlushWithReply(code)
1910 int32 code; local
1949 int32 code; local
1988 int32 code; local
2010 int32 code; local
2174 int32 code; local
2221 int32 code; local
2266 int32 code; local
2318 int32 code; local
2387 int32 code; local
2428 int32 code; local
2474 int32 code; local
2530 int32 code; local
2581 int32 code; local
2637 int32 code; local
2766 int32 code; local
2825 int32 code; local
3014 int32 code; local
4272 int32 code; local
5288 Perform(perform_code code, void* _data) argument
[all...]
H A DLayoutItem.cpp207 BLayoutItem::Perform(perform_code code, void* _data) argument
209 return BArchivable::Perform(code, _data);
/haiku/src/add-ons/kernel/network/ppp/shared/libkernelppp/
H A DKPPPStateMachine.cpp194 request.code = PPP_ECHO_REQUEST;
232 request.code = PPP_DISCARD_REQUEST;
1314 // receive unknown code
1317 uint8 code)
1329 SendCodeReject(packet, protocolNumber, code);
1334 // receive code/protocol reject (acceptable such as IPX reject)
1359 // receive code/protocol reject (catastrophic such as LCP reject)
1415 if (echo.code == PPP_ECHO_REPLY && echo.id != fEchoID) {
1427 if (echo.code == PPP_ECHO_REQUEST)
1584 // LCP received a code/protoco
1316 RUCEvent(net_buffer *packet, uint16 protocolNumber, uint8 code) argument
1873 SendCodeReject(net_buffer *packet, uint16 protocolNumber, uint8 code) argument
[all...]
/haiku/src/apps/haikudepot/server/
H A DWebAppInterface.cpp346 BString code; local
437 \param code defines the version of the data to return or if empty then the
446 WebAppInterface::RetrieveUserUsageConditions(const BString& code, argument
450 status_t result = _RetrieveUserUsageConditionsMeta(code,
466 if ( (resultMessage.FindString("code", &metaDataCode) != B_OK)
491 WebAppInterface::AgreeUserUsageConditions(const BString& code, argument
499 requestEnvelopeWriter.WriteString(code.String());
513 WebAppInterface::_RetrieveUserUsageConditionsMeta(const BString& code, argument
521 if (!code.IsEmpty()) {
522 requestEnvelopeWriter.WriteObjectName("code");
537 _RetrieveUserUsageConditionsCopy(const BString& code, BDataIO* stream) argument
684 RetrieveScreenshot(const BString& code, int32 width, int32 height, BDataIO* stream) argument
929 double code; local
[all...]
/haiku/src/add-ons/kernel/drivers/input/virtio_input/
H A Dvirtio_input.cpp84 switch (pkt.code) {
101 TRACE("%d", pkt.code);
106 switch (pkt.code) {
120 TRACE("%d", pkt.code);
125 switch (pkt.code) {
136 TRACE("%d", pkt.code);
/haiku/src/kits/media/
H A DParameterWeb.cpp556 BParameterWeb::AllowsTypeCode(type_code code) const
558 return code == TypeCode();
563 BParameterWeb::Unflatten(type_code code, const void* buffer, ssize_t size) argument
567 if (!AllowsTypeCode(code)) {
568 ERROR("BParameterWeb::Unflatten(): wrong type code\n");
1013 BParameterGroup::AllowsTypeCode(type_code code) const
1015 return code == TypeCode();
1020 BParameterGroup::Unflatten(type_code code, const void* buffer, ssize_t size) argument
1024 if (!AllowsTypeCode(code)) {
1025 ERROR("BParameterGroup::Unflatten() wrong type code\
1617 Unflatten(type_code code, const void* buffer, ssize_t size) argument
1919 Unflatten(type_code code, const void* buffer, ssize_t size) argument
2167 Unflatten(type_code code, const void* buffer, ssize_t size) argument
2308 Unflatten(type_code code, const void* buffer, ssize_t size) argument
2388 Unflatten(type_code code, const void* buffer, ssize_t size) argument
[all...]
/haiku/src/add-ons/kernel/file_systems/userlandfs/private/
H A DPort.cpp214 int32 code; local
215 ssize_t bytesRead = read_port_etc(port, &code, message, bufferSize,
/haiku/src/add-ons/kernel/network/ppp/shared/libkernelppp/headers/
H A DKPPPStateMachine.h127 uint8 code = PPP_PROTOCOL_REJECT);
150 bool SendCodeReject(net_buffer *packet, uint16 protocolNumber, uint8 code);

Completed in 180 milliseconds

1234567891011>>