Searched refs:TOUCH (Results 1 - 25 of 28) sorted by relevance

12

/haiku/src/apps/cortex/Persistence/
H A DIPersistent.h104 ExportContext& context) const { TOUCH(context); }
177 TOUCH(name);
184 ImportContext& context) {TOUCH(key); TOUCH(value); TOUCH(context);}
189 ImportContext& context) {TOUCH(data); TOUCH(length); TOUCH(context);}
193 ImportContext& context) {TOUCH(name); TOUCH(contex
[all...]
/haiku/src/add-ons/media/media-add-ons/finepix_webcam/FinePixProducer/
H A DAddOn.h6 #define TOUCH(x) ((void)(x)) macro
26 { TOUCH(node); TOUCH(message); return B_OK; }
28 { TOUCH(node); TOUCH(message); return B_OK; }
33 { TOUCH(in_count); TOUCH(out_node);
34 TOUCH(out_internal_id); TOUCH(out_has_more);
H A DProducer.cpp17 #define TOUCH(x) ((void)(x)) macro
204 TOUCH(lateness); TOUCH(realTimeEvent);
262 TOUCH(quality);
291 TOUCH(destination); TOUCH(io_format); TOUCH(_deprecated_);
315 TOUCH(cookie);
324 TOUCH(for_source); TOUCH(grou
[all...]
/haiku/src/add-ons/media/media-add-ons/usb_vision/
H A DAddOn.h17 #define TOUCH(x) ((void)(x)) macro
37 { TOUCH(node); TOUCH(message); return B_OK; }
39 { TOUCH(node); TOUCH(message); return B_OK; }
44 { TOUCH(in_count); TOUCH(out_node);
45 TOUCH(out_internal_id); TOUCH(out_has_more);
H A DProducer.cpp28 #define TOUCH(x) ((void)(x)) macro
390 TOUCH(lateness); TOUCH(realTimeEvent);
450 TOUCH(quality);
479 TOUCH(destination); TOUCH(io_format); TOUCH(_deprecated_);
503 TOUCH(cookie);
512 TOUCH(for_source); TOUCH(grou
[all...]
/haiku/src/add-ons/media/media-add-ons/usb_webcam/
H A DAddOn.h10 #define TOUCH(x) ((void)(x)) macro
32 { TOUCH(node); TOUCH(message); return B_OK; }
34 { TOUCH(node); TOUCH(message); return B_OK; }
39 { TOUCH(in_count); TOUCH(out_node);
40 TOUCH(out_internal_id); TOUCH(out_has_more);
H A DProducer.cpp36 #define TOUCH(x) ((void)(x)) macro
273 TOUCH(lateness); TOUCH(realTimeEvent);
337 TOUCH(quality);
399 TOUCH(destination); TOUCH(io_format); TOUCH(_deprecated_);
425 TOUCH(cookie);
435 TOUCH(for_source); TOUCH(grou
[all...]
/haiku/src/add-ons/media/media-add-ons/video_producer_demo/
H A DAddOn.h6 #define TOUCH(x) ((void)(x)) macro
26 { TOUCH(node); TOUCH(message); return B_OK; }
28 { TOUCH(node); TOUCH(message); return B_OK; }
33 { TOUCH(in_count); TOUCH(out_node);
34 TOUCH(out_internal_id); TOUCH(out_has_more);
H A DProducer.cpp23 #define TOUCH(x) ((void)(x)) macro
202 TOUCH(lateness); TOUCH(realTimeEvent);
261 TOUCH(quality);
297 TOUCH(destination); TOUCH(io_format); TOUCH(_deprecated_);
321 TOUCH(cookie);
330 TOUCH(for_source); TOUCH(grou
[all...]
/haiku/src/apps/cortex/support/
H A DIObservable.h66 const BMessenger& observer) {TOUCH(observer);}
70 const BMessenger& observer) {TOUCH(observer);}
/haiku/src/add-ons/media/media-add-ons/radeon/
H A DRadeonAddOn.h18 #define TOUCH(x) ((void)(x)) macro
69 { TOUCH(node); TOUCH(message); return B_OK; }
74 { TOUCH(in_count); TOUCH(out_node);
75 TOUCH(out_internal_id); TOUCH(out_has_more);
H A DRadeonProducer.cpp35 #define TOUCH(x) ((void)(x)) macro
563 TOUCH(lateness); TOUCH(realTimeEvent);
1113 TOUCH(quality);
1221 TOUCH(destination); TOUCH(io_format); TOUCH(_deprecated_);
1249 TOUCH(cookie);
1278 TOUCH(for_source); TOUCH(num_short
[all...]
/haiku/src/apps/mediaplayer/media_node_framework/video/
H A DVideoProducer.cpp39 #define TOUCH(x) ((void)(x)) macro
166 TOUCH(lateness); TOUCH(realTimeEvent);
212 TOUCH(quality);
257 TOUCH(destination); TOUCH(ioFormat); TOUCH(_deprecated_);
285 TOUCH(cookie);
311 TOUCH(forSource); TOUCH(numShort
[all...]
/haiku/src/apps/cortex/RouteApp/
H A DConnectionIO.cpp302 ExportContext& context) const { TOUCH(context); }
399 ImportContext& context) { TOUCH(context); }
404 ImportContext& context) { TOUCH(key); TOUCH(value); TOUCH(context); }
409 ImportContext& context) { TOUCH(data); TOUCH(length); TOUCH(context); }
526 TOUCH(name); TOUCH(contex
[all...]
H A DDormantNodeIO.cpp504 ImportContext& context) { TOUCH(context); }
524 ImportContext& context) { TOUCH(data); TOUCH(length); TOUCH(context); }
566 ImportContext& context) { TOUCH(context); } //nyi; +++++ final checks?
/haiku/src/add-ons/kernel/file_systems/packagefs/
H A Dkernel_interface.cpp215 TOUCH(volume);
239 TOUCH(volume);
263 TOUCH(cookie);
278 TOUCH(volume);
297 TOUCH(volume);
312 TOUCH(volume);
356 TOUCH(volume);
398 TOUCH(volume);
399 TOUCH(node);
418 TOUCH(volum
[all...]
/haiku/src/add-ons/kernel/file_systems/reiserfs/
H A Dkernel_interface.cpp118 TOUCH(flags); TOUCH(parameters);
239 TOUCH(reenter);
264 TOUCH(reenter);
308 TOUCH(fs);
388 TOUCH(fs); TOUCH(cookie);
393 TOUCH(node);
401 TOUCH(fs);
406 TOUCH(nod
[all...]
/haiku/src/apps/cortex/
H A Dcortex_defs.h65 #define TOUCH(x) ((void)(x)) macro
/haiku/src/add-ons/kernel/file_systems/netfs/headers/shared/
H A DDebugSupport.h175 #ifndef TOUCH
176 #define TOUCH(var) (void)var macro
/haiku/headers/private/userlandfs/shared/
H A DDebug.h142 #ifndef TOUCH
143 #define TOUCH(var) (void)var macro
/haiku/src/add-ons/kernel/file_systems/bindfs/
H A DDebugSupport.h176 #ifndef TOUCH
177 #define TOUCH(var) (void)var macro
/haiku/headers/private/file_systems/
H A DDebugSupport.h184 #ifndef TOUCH
185 #define TOUCH(var) (void)var macro
/haiku/src/servers/package/
H A DDebugSupport.h180 #ifndef TOUCH
181 #define TOUCH(var) (void)var macro
/haiku/src/apps/icon-o-matic/generic/support/
H A DDebug.h141 #ifndef TOUCH
142 #define TOUCH(var) (void)var macro
/haiku/src/add-ons/kernel/drivers/bluetooth/h2/h2generic/
H A Dh2generic.h38 #define TOUCH(x) ((void)(x)) macro

Completed in 208 milliseconds

12