HomeSort by relevance Sort by last modified time
    Searched defs:set_active (Results 1 - 5 of 5) sorted by null

  /external/webrtc/webrtc/video/
payload_router.cc 41 void PayloadRouter::set_active(bool active) { function in class:webrtc::PayloadRouter
  /external/mesa3d/src/mesa/drivers/dri/i965/
brw_vs_constval.c 65 static void set_active( struct tracker *t, function
230 set_active(&t, inst->DstReg, get_active(&t, inst->SrcReg[0]));
234 set_active(&t, inst->DstReg, 0xf);
  /external/webrtc/webrtc/base/
network.h 353 void set_active(bool active) { active_ = active; } function in class:rtc::Network
  /external/v8/src/
global-handles.cc 70 set_active(false);
96 set_active(false);
120 set_active(false);
169 void set_active(bool v) { function in class:v8::internal::GlobalHandles::Node
752 node->set_active(true);
971 node->set_active(false);
974 node->set_active(false);
1009 it.node()->set_active(false);
    [all...]
  /system/core/fastboot/
fastboot.cpp 354 " set_active <slot> Sets the active slot. If slots are\n"
1050 static void set_active(Transport* transport, const std::string& slot_override) { function
    [all...]

Completed in 154 milliseconds