Searched refs:code (Results 276 - 300 of 474) sorted by last modified time

<<111213141516171819

/haiku/src/apps/remotedesktop/
H A DRemoteView.h36 virtual void MouseMoved(BPoint where, uint32 code,
47 void _SendMouseMessage(uint16 code,
49 void _SendKeyMessage(uint16 code,
/haiku/headers/private/fs_shell/
H A Dfssh_os.h169 extern fssh_status_t fssh_send_data(fssh_thread_id thread, int32_t code,
/haiku/src/servers/notification/
H A DAppUsage.cpp42 AppUsage::AllowsTypeCode(type_code code) const
44 return code == kTypeCode;
90 AppUsage::Unflatten(type_code code, const void* buffer, argument
93 if (code != kTypeCode)
/haiku/src/kits/interface/
H A DChannelSlider.cpp387 BChannelSlider::MouseMoved(BPoint where, uint32 code, const BMessage* message) argument
392 BChannelControl::MouseMoved(where, code, message);
/haiku/headers/private/notification/
H A DAppUsage.h28 virtual bool AllowsTypeCode(type_code code) const;
33 virtual status_t Unflatten(type_code code, const void* buffer,
/haiku/src/tests/kits/media/playsound/
H A Dplaywav.cpp26 int32 code; local
29 read_port(port, &code, buffer, portsize);
/haiku/src/add-ons/kernel/network/ppp/pppoe/
H A Dpppoe.cpp173 if (header.code == PADI) {
179 if (header.code == PADO || header.code == PADR || header.code == PADS || header.code == PADT)
184 const char *str = header.code == PADI ? "PADI" :
185 header.code == PADO ? "PADO" :
186 header.code == PADR ? "PADR" :
187 header.code == PADS ? "PADS" :
190 dprintf("%s from:%02x:%02x:%02x:%02x:%02x:%02x code
[all...]
H A DDiscoveryPacket.cpp12 DiscoveryPacket::DiscoveryPacket(uint8 code, uint16 sessionID) argument
13 : fCode(code),
31 SetCode(header.code);
146 header->code = 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/add-ons/kernel/network/ppp/shared/libkernelppp/
H A DKPPPLCP.cpp177 //! Returns the LCP extension that can handle LCP packets of a given \a code.
179 KPPPLCP::LCPExtensionFor(uint8 code, int32 *start) const argument
193 if (current->Code() == code) {
258 switch (data.code) {
306 // Try to find LCP extensions that can handle this code.
309 KPPPLCPExtension *lcpExtension = LCPExtensionFor(data.code, &index);
310 for (; lcpExtension; lcpExtension = LCPExtensionFor(data.code, &(++index))) {
314 result = lcpExtension->Receive(packet, data.code);
/haiku/src/apps/soundrecorder/
H A DRecorderWindow.h169 static void NotifyRecordFile(void * cookie, BMediaRecorder::notification code, ...);
172 static void NotifyPlayFile(void * cookie, BSoundPlayer::sound_player_notification code, ...);
H A DRecorderWindow.cpp1229 BMediaRecorder::notification code, ...)
1231 if (code == BMediaRecorder::B_WILL_STOP) {
1269 BSoundPlayer::sound_player_notification code, ...)
1271 if ((code == BSoundPlayer::B_STOPPED) || (code == BSoundPlayer::B_SOUND_DONE)) {
/haiku/src/servers/app/
H A DTestServerLoopAdapter.h37 virtual void _DispatchMessage(int32 code,
H A DTestServerLoopAdapter.cpp57 TestServerLoopAdapter::_DispatchMessage(int32 code, argument
60 switch (code) {
107 STRACE(("Server::MainLoop received unexpected code %" B_PRId32 " "
108 "(offset %" B_PRId32 ")\n", code, code - SERVER_TRUE));
/haiku/src/kits/debugger/model/
H A DTeam.cpp479 // breakpoints with the team and sorting them by source code.
598 // If the function instance has disassembled code attached, we can get the
600 if (DisassembledCode* code = functionInstance->GetSourceCode()) {
601 Statement* statement = code->StatementAtAddress(address);
633 // If we're lucky the source code can provide us with a statement.
634 if (DisassembledCode* code = dynamic_cast<DisassembledCode*>(sourceCode)) {
635 Statement* statement = code->StatementAtLocation(location);
645 // get the source file for the source code
/haiku/headers/private/media/
H A DServerInterface.h1052 type_code code; member in struct:controllable_get_parameter_web_reply
/haiku/src/kits/debugger/arch/x86/disasm/
H A DDisassemblerX86.cpp68 DisassemblerX86::Init(target_addr_t address, const void* code, size_t codeSize) argument
80 fCode = (const uint8*)code;
H A DDisassemblerX86.h22 virtual status_t Init(target_addr_t address, const void* code,
/haiku/src/kits/debugger/arch/x86_64/disasm/
H A DDisassemblerX8664.cpp79 DisassemblerX8664::Init(target_addr_t address, const void* code, size_t codeSize) argument
91 fCode = (const uint8*)code;
H A DDisassemblerX8664.h23 virtual status_t Init(target_addr_t address, const void* code,
/haiku/src/servers/bluetooth/
H A DBluetoothServer.cpp36 DispatchEvent(struct hci_event_header* header, int32 code, size_t size) argument
39 if (GET_PORTCODE_TYPE(code)!= BT_EVENT) {
40 TRACE_BT("BluetoothServer: Wrong type frame code\n");
46 LocateLocalDeviceImpl(GET_PORTCODE_HID(code));
/haiku/src/kits/app/
H A DPropertyInfo.cpp252 BPropertyInfo::AllowsTypeCode(type_code code) const
254 return code == B_PROPERTY_INFO_TYPE;
259 BPropertyInfo::Unflatten(type_code code, const void* buffer, argument
262 if (!AllowsTypeCode(code))
/haiku/headers/os/app/
H A DPropertyInfo.h70 virtual bool AllowsTypeCode(type_code code) const;
71 virtual status_t Unflatten(type_code code, const void* buffer,
/haiku/src/add-ons/kernel/bluetooth/hci/
H A Dbluetooth.cpp64 status_t HciPacketHandler(void* data, int32 code, size_t size);
88 uint32 code = 0; local
90 Bluetooth::CodeHandler::SetDevice(&code, hid);
91 Bluetooth::CodeHandler::SetProtocol(&code, type);
93 return BluetoothRXPort->Trigger(code, data, count);
217 HciPacketHandler(void* data, int32 code, size_t size) argument
219 hci_id deviceId = Bluetooth::CodeHandler::Device(code);
227 return Assemble(bluetoothDevice, Bluetooth::CodeHandler::Protocol(code),

Completed in 225 milliseconds

<<111213141516171819