HomeSort by relevance Sort by last modified time
    Searched refs:mProfile (Results 26 - 37 of 37) sorted by null

12

  /hardware/libhardware_legacy/audio/
AudioPolicyManagerBase.cpp 614 if (!desc->isDuplicated() && (profile == desc->mProfile)) {
719 int commonFlags = (int)AudioSystem::popCount(outputDesc->mProfile->mFlags & flags);
725 if (outputDesc->mProfile->mFlags & AUDIO_OUTPUT_FLAG_PRIMARY) {
    [all...]
  /frameworks/base/media/jni/
android_media_MediaCodecList.cpp 226 env->SetIntField(profileLevelObj, profileField, src.mProfile);
  /frameworks/av/services/audiopolicy/managerdefault/
AudioPolicyManager.cpp 624 if (activeDesc->mProfile->getSupportedDevices().types() & (newDevice & ~AUDIO_DEVICE_BIT_IN)) {
    [all...]
  /frameworks/base/core/tests/bluetoothtests/src/android/bluetooth/
BluetoothTestUtils.java 214 private int mProfile;
221 mProfile = profile;
223 switch (mProfile) {
    [all...]
  /frameworks/av/media/libstagefright/omx/
SoftVideoDecoderOMXComponent.cpp 386 profileLevel->eProfile = mProfileLevels[profileLevel->nProfileIndex].mProfile;
SoftVideoEncoderOMXComponent.cpp 366 profileLevel->eProfile = mProfileLevels[profileLevel->nProfileIndex].mProfile;
  /frameworks/av/cmds/stagefright/
stagefright.cpp 669 profileLevel.mProfile, profileLevel.mLevel);
    [all...]
  /frameworks/av/media/libstagefright/
MediaCodecList.cpp 277 nice.append(pl.mProfile);
    [all...]
  /frameworks/base/core/java/android/view/
ViewRootImpl.java 487 private boolean mProfile = false;
494 mProfile = true;
    [all...]
  /external/robolectric/v3/runtime/
android-all-4.1.2_r1-robolectric-0.jar 
android-all-4.4_r1-robolectric-1.jar 
android-all-5.0.0_r2-robolectric-1.jar 

Completed in 1430 milliseconds

12