Searched refs:B_ENTITY_INTERFACE (Results 1 - 4 of 4) sorted by relevance

/haiku/src/apps/cortex/RouteApp/
H A Droute_app_io.cpp104 if(kinds & B_ENTITY_INTERFACE)
105 _write_simple(_KIND_ELEMENT, "B_ENTITY_INTERFACE", context);
129 else if(!strcmp(data, "B_ENTITY_INTERFACE"))
130 ioKind |= B_ENTITY_INTERFACE;
/haiku/headers/os/media/
H A DMediaDefs.h87 B_ENTITY_INTERFACE = 0x20, enumerator in enum:node_kind
/haiku/src/servers/media_addon/
H A DMediaAddonServer.cpp158 if (info->kinds & B_ENTITY_INTERFACE) printf(" B_ENTITY_INTERFACE");
/haiku/src/apps/cortex/support/
H A DMediaString.cpp118 if (kinds & B_ENTITY_INTERFACE) {

Completed in 73 milliseconds