HomeSort by relevance Sort by last modified time
    Searched refs:iface (Results 276 - 300 of 323) sorted by null

<<111213

  /external/wpa_supplicant/
wpa_supplicant_i.h 392 struct wpa_interface *iface);
  /packages/apps/Phone/src/com/android/phone/
Settings.java 73 private static final String iface = "rmnet0"; //TODO: this will go away field in class:Settings
  /external/opencore/nodes/pvaacffparsernode/src/
pvmf_aacffparser_node.cpp     [all...]
  /external/opencore/nodes/pvdownloadmanagernode/src/
pvmf_downloadmanager_node.cpp 497 bool PVMFDownloadManagerNode::queryInterface(const PVUuid& uuid, PVInterface*& iface)
504 iface = OSCL_STATIC_CAST(PVInterface*, myInterface);
509 iface = OSCL_STATIC_CAST(PVInterface*, myInterface);
514 iface = OSCL_STATIC_CAST(PVInterface*, myInterface);
520 iface = OSCL_STATIC_CAST(PVInterface*, myInterface);
525 iface = OSCL_STATIC_CAST(PVInterface*, myInterface);
530 iface = OSCL_STATIC_CAST(PVInterface*, myInterface);
535 iface = OSCL_STATIC_CAST(PVInterface*, myInterface);
    [all...]
  /external/opencore/nodes/pvdummyinputnode/src/
pvmf_dummy_fileinput_node.cpp 442 OSCL_EXPORT_REF bool PVMFDummyFileInputNode::queryInterface(const PVUuid& uuid, PVInterface*& iface)
447 iface = OSCL_STATIC_CAST(PVInterface*, myInterface);
    [all...]
  /external/opencore/nodes/pvmp3ffparsernode/src/
pvmf_mp3ffparser_node.cpp     [all...]
pvmf_mp3ffparser_node.h 425 bool queryInterface(const PVUuid& uuid, PVInterface *& iface);
  /external/opencore/nodes/pvsocketnode/include/
pvmf_socket_node.h 794 virtual bool queryInterface(const PVUuid& uuid, PVInterface*& iface);
    [all...]
  /external/iproute2/misc/
ss.c 2017 int iface; local
    [all...]
  /external/opencore/nodes/pvwavffparsernode/src/
pvmf_wavffparser_node.cpp     [all...]
pvmf_wavffparser_node.h 390 bool queryInterface(const PVUuid& uuid, PVInterface *& iface);
  /external/opencore/nodes/pvmediaoutputnode/src/
pv_media_output_node_inport.cpp 422 bool PVMediaOutputNodePort::queryInterface(const PVUuid& uuid, PVInterface*& iface)
428 iface = OSCL_STATIC_CAST(PVInterface*, myInterface);
433 iface = NULL;
    [all...]
  /dalvik/dx/src/com/android/dx/command/dexer/
Main.java 20 import com.android.dx.cf.iface.ParseException;
    [all...]
  /external/opencore/engines/adapters/player/framemetadatautility/src/
pv_frame_metadata_utility.h 516 bool queryInterface(const PVUuid& uuid, PVInterface*& iface, PVCommandId cmdid, OsclAny* context);
  /external/opencore/nodes/pvamrffparsernode/src/
pvmf_amrffparser_node.h 428 bool queryInterface(const PVUuid& uuid, PVInterface *& iface);
  /external/opencore/nodes/pvomxbasedecnode/include/
pvmf_omx_basedec_node.h 400 OSCL_IMPORT_REF virtual bool queryInterface(const PVUuid& uuid, PVInterface*& iface);
    [all...]
  /external/opencore/nodes/streaming/streamingmanager/plugins/common/include/
pvmf_sm_fsp_base_impl.h 135 virtual bool queryInterface(const PVUuid& uuid, PVInterface*& iface);
  /external/opencore/protocols/rtsp_client_engine/inc/
pvrtsp_client_engine_node.h 542 OSCL_IMPORT_REF virtual bool queryInterface(const PVUuid& uuid, PVInterface*& iface);
    [all...]
  /external/wpa_supplicant_6/wpa_supplicant/
wpa_supplicant_i.h 406 struct wpa_interface *iface);
  /external/opencore/nodes/pvmp4ffparsernode/src/
pvmf_mp4ffparser_node.cpp 577 bool PVMFMP4FFParserNode::queryInterface(const PVUuid& uuid, PVInterface*& iface)
584 iface = OSCL_STATIC_CAST(PVInterface*, myInterface);
589 iface = OSCL_STATIC_CAST(PVInterface*, myInterface);
594 iface = OSCL_STATIC_CAST(PVInterface*, myInterface);
599 iface = OSCL_STATIC_CAST(PVInterface*, myInterface);
604 iface = OSCL_STATIC_CAST(PVInterface*, myInterface);
609 iface = OSCL_STATIC_CAST(PVInterface*, myInterface);
614 iface = OSCL_STATIC_CAST(PVInterface*, myInterface);
619 iface = OSCL_STATIC_CAST(PVInterface*, myInterface);
624 iface = OSCL_STATIC_CAST(PVInterface*, myInterface)
    [all...]
  /build/tools/droiddoc/src/
DroidDoc.java 639 for (ClassInfo iface: cl.interfaces()) {
640 cantStripThis(iface, notStrippable);
    [all...]
  /cts/tools/test-progress-new/src/testprogress2/
TestCoverageDoclet.java 356 ClassDoc iface = ifs[i]; local
357 implementedMethod0(resultmethods, doc, iface, true);
    [all...]
  /external/opencore/nodes/pvclientserversocketnode/src/
pvmf_clientserver_socket_node.cpp 345 OSCL_EXPORT_REF bool PVMFClientServerSocketNode::queryInterface(const PVUuid& uuid, PVInterface*& iface)
348 OSCL_UNUSED_ARG(iface);
    [all...]
  /dalvik/vm/oo/
Class.c 4160 const ClassObject* iface = iftable->clazz; local
    [all...]
  /external/opencore/nodes/streaming/jitterbuffernode/src/
pvmf_jitter_buffer_node.cpp 285 bool PVMFJitterBufferNode::queryInterface(const PVUuid& uuid, PVInterface*& iface)
288 iface = NULL;
307 return (ipExtensionInterface->queryInterface(uuid, iface));
    [all...]

Completed in 911 milliseconds

<<111213