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

  /frameworks/support/v7/appcompat/src/android/support/v7/app/
AppCompatDialogFragment.java 48 AppCompatDialog acd = (AppCompatDialog) dialog; local
57 acd.supportRequestWindowFeature(Window.FEATURE_NO_TITLE);
  /external/webrtc/talk/session/media/
mediasession_unittest.cc 492 const AudioContentDescription* acd = local
494 EXPECT_EQ(MEDIA_TYPE_AUDIO, acd->type());
495 EXPECT_EQ(f1_.audio_codecs(), acd->codecs());
496 EXPECT_NE(0U, acd->first_ssrc()); // a random nonzero ssrc
497 EXPECT_EQ(kAutoBandwidth, acd->bandwidth()); // default bandwidth (auto)
498 EXPECT_TRUE(acd->rtcp_mux()); // rtcp-mux defaults on
499 ASSERT_CRYPTO(acd, 2U, CS_AES_CM_128_HMAC_SHA1_32);
500 EXPECT_EQ(std::string(cricket::kMediaProtocolSavpf), acd->protocol());
517 const AudioContentDescription* acd = local
521 EXPECT_EQ(MEDIA_TYPE_AUDIO, acd->type())
556 const AudioContentDescription* acd = local
594 const AudioContentDescription* acd = local
626 const AudioContentDescription* acd = local
699 const AudioContentDescription* acd = local
780 const AudioContentDescription* acd = local
807 const AudioContentDescription* acd = local
840 const AudioContentDescription* acd = local
1017 const AudioContentDescription* acd = local
1040 AudioContentDescription* acd = const_cast<AudioContentDescription*>( local
1241 const AudioContentDescription* acd = local
1410 const AudioContentDescription* acd = local
1528 const AudioContentDescription* acd = local
1635 const AudioContentDescription* acd = local
    [all...]
  /external/webrtc/talk/app/webrtc/
webrtcsdp_unittest.cc 1273 const AudioContentDescription* acd = local
1342 const AudioContentDescription* acd = local
1612 AudioContentDescription* acd = static_cast<AudioContentDescription*>( local
1937 AudioContentDescription* acd = static_cast<AudioContentDescription*>( local
2503 const AudioContentDescription* acd = local
    [all...]
  /prebuilts/sdk/current/support/v7/appcompat/libs/
android-support-v7-appcompat.jar 

Completed in 401 milliseconds