Searched refs:code (Results 26 - 50 of 474) sorted by path

1234567891011>>

/haiku/headers/os/media/
H A DSound.h44 virtual status_t Perform(int32 code, ...);
H A DTimeCode.h12 // Time code is always in the form HH:MM:SS:FF, it's the definition of "FF"
41 int* seconds, int* frames, const timecode_info* code = NULL);
44 bigtime_t* micros, const timecode_info* code = NULL);
47 int* seconds, int* frames, const timecode_info* code = NULL);
50 int32* lFrames, const timecode_info* code = NULL);
/haiku/headers/os/storage/
H A DPath.h64 virtual bool AllowsTypeCode(type_code code) const;
65 virtual status_t Unflatten(type_code code, const void* buffer,
/haiku/headers/os/support/
H A DFlattenable.h18 virtual bool AllowsTypeCode(type_code code) const;
19 virtual status_t Unflatten(type_code code, const void* buffer,
H A DStringList.h71 virtual bool AllowsTypeCode(type_code code) const;
74 virtual status_t Unflatten(type_code code, const void* buffer,
/haiku/headers/private/app/
H A DLinkReceiver.h32 status_t GetNextMessage(int32& code, bigtime_t timeout = B_INFINITE_TIMEOUT);
H A DLinkSender.h30 status_t StartMessage(int32 code, size_t minSize = 0);
H A DServerLink.h23 * Error checking rules: (for if you don't want to check every return code)
49 status_t StartMessage(int32 code, size_t minSize = 0);
70 status_t GetNextMessage(int32& code,
88 status_t FlushWithReply(int32& code);
130 ServerLink::StartMessage(int32 code, size_t minSize) argument
132 return fSender->StartMessage(code, minSize);
196 ServerLink::GetNextMessage(int32& code, bigtime_t timeout) argument
198 return fReceiver->GetNextMessage(code, timeout);
/haiku/headers/private/audio/
H A Dhmulti_audio.h4 /* possible auxillary functions (transport, time code, etc). */
646 uint32 code;
663 uint32 code;
/haiku/headers/private/bluetooth/
H A DCodeHandler.h25 static hci_id Device(uint32 code) argument
27 return ((code & 0xFF000000) >> 24);
31 static void SetDevice(uint32* code, hci_id device) argument
33 *code = *code | ((device & 0xFF) << 24);
37 static uint16 Handler(uint32 code) argument
39 return ((code & 0xFFFF) >> 0);
43 static void SetHandler(uint32* code, uint16 handler) argument
45 *code = *code | ((handle
49 Protocol(uint32 code) argument
55 SetProtocol(uint32* code, bt_packet_t protocol) argument
[all...]
H A DPortListener.h47 status_t Trigger(int32 code) argument
49 return write_port(fPort, code, NULL, 0);
53 status_t Trigger(int32 code, TYPE* buffer, size_t size) argument
58 return write_port(fPort, code, buffer, size);
139 int32 code; local
159 ssizeRead = read_port(*port, &code, (void*)buffer, ssizePort);
164 status = handler(buffer, code, ssizePort);
/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/headers/private/graphics/radeon/
H A Dradeon_interface.h22 // magic code for ioctls
213 // PLL design and the PLL code only tests for >= rt_r300
327 // mapping of pll divider code to actual divider value
330 uint8 code; // code as used in register member in struct:__anon21
397 uint32 datatype; // Radeon code for pixel format
/haiku/headers/private/interface/
H A DColumnListView.h186 BPoint point, uint32 buttons, int32 code);
/haiku/headers/private/media/
H A DDecoderPlugin.h48 virtual status_t Perform(perform_code code, void* data);
H A DEncoderPlugin.h55 virtual status_t AddTrackInfo(uint32 code, const void* data,
82 virtual status_t Perform(perform_code code, void* data);
H A DMediaWriter.h41 status_t AddTrackInfo(int32 streamIndex, uint32 code,
H A DReaderPlugin.h51 virtual status_t Perform(perform_code code, void* data);
H A DServerInterface.h1052 type_code code; member in struct:controllable_get_parameter_web_reply
H A DWriterPlugin.h31 virtual status_t AddTrackInfo(void* cookie, uint32 code,
41 virtual status_t Perform(perform_code code, void* data);
/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,
H A DNotificationReceived.h22 virtual bool AllowsTypeCode(type_code code) const;
27 virtual status_t Unflatten(type_code code, const void *buffer,
/haiku/src/add-ons/input_server/devices/wacom/
H A DMasterServerDevice.h31 uint32 code,
/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),
/haiku/src/add-ons/kernel/drivers/disk/nvme/libnvme/
H A Dnvme_intel.h11 * * Redistributions of source code must retain the above copyright
129 uint8_t code; member in struct:nvme_intel_smart_attribute

Completed in 312 milliseconds

1234567891011>>