HomeSort by relevance Sort by last modified time
    Searched refs:FLAG_PROTECTED (Results 1 - 10 of 10) sorted by null

  /frameworks/av/media/libmediaplayer2/nuplayer2/
NuPlayer2Source.h 42 FLAG_PROTECTED = 64, // The screen needs to be protected (screenshot is disabled).
NuPlayer2.cpp     [all...]
GenericSource2.cpp 427 // FLAG_PROTECTED will be known if/when prepareDrm is called by the app
    [all...]
  /frameworks/av/media/libmediaplayerservice/nuplayer/
NuPlayerSource.h 42 FLAG_PROTECTED = 64, // The screen needs to be protected (screenshot is disabled).
NuPlayer.cpp     [all...]
GenericSource.cpp 463 // FLAG_PROTECTED will be known if/when prepareDrm is called by the app
    [all...]
  /external/deqp/external/vulkancts/framework/vulkan/
vkMemUtil.cpp 108 const MemoryRequirement MemoryRequirement::Protected = MemoryRequirement(MemoryRequirement::FLAG_PROTECTED);
117 if ((m_flags & FLAG_PROTECTED) && (m_flags & FLAG_HOST_VISIBLE))
133 if ((m_flags & FLAG_PROTECTED) && !(heapFlags & VK_MEMORY_PROPERTY_PROTECTED_BIT))
vkMemUtil.hpp 108 FLAG_PROTECTED = 1u << 3u,
  /packages/apps/Bluetooth/lib/mapapi/com/android/bluetooth/mapapi/
BluetoothMapContract.java 627 String FLAG_PROTECTED = "flag_protected";
    [all...]
  /packages/apps/Bluetooth/src/com/android/bluetooth/map/
BluetoothMapContent.java 342 c.getColumnIndex(BluetoothMapContract.MessageColumns.FLAG_PROTECTED);
    [all...]

Completed in 287 milliseconds