/device/linaro/hikey/gralloc960/ |
D | mali_gralloc_ion.cpp | 76 uint32_t i, layout; in init_afbc() local 93 layout = 0; in init_afbc() 99 layout = 1; in init_afbc() 103 layout = 0; in init_afbc() 106 ALOGV("Writing AFBC header layout %d for format %" PRIu64, layout, base_format); in init_afbc() 110 memcpy(buf, headers[layout], sizeof(headers[layout])); in init_afbc() 111 buf += sizeof(headers[layout]); in init_afbc()
|
/device/amlogic/yukawa/hal/gralloc/ |
D | mali_gralloc_ion.cpp | 76 uint32_t i, layout; in init_afbc() local 93 layout = 0; in init_afbc() 99 layout = 1; in init_afbc() 103 layout = 0; in init_afbc() 106 ALOGV("Writing AFBC header layout %d for format %" PRIu64, layout, base_format); in init_afbc() 110 memcpy(buf, headers[layout], sizeof(headers[layout])); in init_afbc() 111 buf += sizeof(headers[layout]); in init_afbc()
|
/device/sample/apps/tv/SetupCustomizationSample/app/src/main/java/com/google/android/tv/setup/customizationsample/ |
D | BaseActivity.java | 30 setContentView(R.layout.activity_base_layout); in onCreate() 151 … TextView tvKey = (TextView) getLayoutInflater().inflate(R.layout.key_item, llLeft, false); in populateKeyHandlerViews() 156 … TextView tvVal = (TextView) getLayoutInflater().inflate(R.layout.key_item, llRight, false); in populateKeyHandlerViews() 171 … TextView tvKey = (TextView) getLayoutInflater().inflate(R.layout.key_item, llLeft, false); in populateIncomingExtrasView() 175 … TextView tvVal = (TextView) getLayoutInflater().inflate(R.layout.key_item, llRight, false); in populateIncomingExtrasView()
|
/device/sample/apps/tv/SetupValidation/app/src/main/java/com/google/android/tv/setup/customizationsample/ |
D | BaseActivity.java | 30 setContentView(R.layout.activity_base_layout); in onCreate() 151 … TextView tvKey = (TextView) getLayoutInflater().inflate(R.layout.key_item, llLeft, false); in populateKeyHandlerViews() 156 … TextView tvVal = (TextView) getLayoutInflater().inflate(R.layout.key_item, llRight, false); in populateKeyHandlerViews() 171 … TextView tvKey = (TextView) getLayoutInflater().inflate(R.layout.key_item, llLeft, false); in populateIncomingExtrasView() 175 … TextView tvVal = (TextView) getLayoutInflater().inflate(R.layout.key_item, llRight, false); in populateIncomingExtrasView()
|
/device/google/contexthub/firmware/os/core/ |
D | appSec.c | 234 image->layout.version != 1 || in appSecProcessIncomingHdr() 235 image->layout.magic != GOOGLE_LAYOUT_MAGIC) in appSecProcessIncomingHdr() 310 .fwFlags = image->layout.flags, in appSecProcessIncomingHdr() 312 .payInfoType = image->layout.payload, in appSecProcessIncomingHdr() 317 if (image->layout.flags & FL_APP_HDR_CHRE) { in appSecProcessIncomingHdr() 329 switch(image->layout.payload) { in appSecProcessIncomingHdr()
|
/device/google/atv/TvSampleLeanbackLauncher/src/main/java/com/example/sampleleanbacklauncher/notifications/ |
D | NotificationPanelItemView.java | 207 Layout layout = mText.getLayout(); in isContentTextCutOff() local 208 if (layout != null) { in isContentTextCutOff() 209 int lines = layout.getLineCount(); in isContentTextCutOff() 211 int ellipsisCount = layout.getEllipsisCount(lines - 1); in isContentTextCutOff()
|
D | NotificationsPanelAdapter.java | 70 trayItem = inflater.inflate(R.layout.notification_panel_item_dismissible, in onCreateViewHolder() 73 trayItem = inflater.inflate(R.layout.notification_panel_item, in onCreateViewHolder()
|
D | NotificationsSidePanelActivity.java | 60 setContentView(R.layout.notifications_panel_view); in onCreate()
|
/device/google/atv/libraries/BluetoothServices/src/com/google/android/tv/btservices/pairing/ |
D | BluetoothScannerFragment.java | 105 pairRemotePref.setLayoutResource(R.layout.preference_description_layout); in onCreatePreferences() 119 R.layout.preference_category_compact_progress_layout); in onCreatePreferences() 263 pref.setLayoutResource(R.layout.preference_item_layout); in createBluetoothDevicePreference() 293 mEmptyTextPreference.setLayoutResource(R.layout.preference_empty_text_layout); in getEmptyTextPreference()
|
/device/google/atv/libraries/BluetoothServices/src/com/google/android/tv/btservices/settings/ |
D | CecPreferenceFragment.java | 60 explain1Pref.setLayoutResource(R.layout.pref_wall_of_text); in onCreatePreferences() 66 explain2Pref.setLayoutResource(R.layout.pref_wall_of_text); in onCreatePreferences()
|
D | ConnectedDevicesPreferenceFragment.java | 141 category.setLayoutResource(R.layout.preference_category_compact_layout); in findOrCreateCategory() 198 pref.setLayoutResource(R.layout.preference_item_layout); in createConnectedBtPreference() 412 pairRemotePref.setLayoutResource(R.layout.preference_item_layout); in onCreatePreferences()
|
/device/generic/goldfish-opengl/system/codecs/c2/decoders/hevcdec/ |
D | C2GoldfishHevcDec.cpp | 520 C2PlanarLayout layout; in setDecodeArgs() local 521 layout = outBuffer->layout(); in setDecodeArgs() 522 displayStride = layout.planes[C2PlanarLayout::PLANE_Y].rowInc; in setDecodeArgs() 760 size_t dstYStride = writeView.layout().planes[C2PlanarLayout::PLANE_Y].rowInc; in copyImageData() 761 size_t dstUVStride = writeView.layout().planes[C2PlanarLayout::PLANE_U].rowInc; in copyImageData()
|
/device/generic/goldfish-opengl/system/codecs/c2/decoders/vpxdec/ |
D | C2GoldfishVpxDec.cpp | 858 size_t dstYStride = writeView.layout().planes[C2PlanarLayout::PLANE_Y].rowInc; in copyOutputBufferToYuvPlanarFrame() 859 size_t dstUVStride = writeView.layout().planes[C2PlanarLayout::PLANE_U].rowInc; in copyOutputBufferToYuvPlanarFrame() 1002 C2PlanarLayout layout = wView.layout(); in outputBuffer() local 1003 size_t dstYStride = layout.planes[C2PlanarLayout::PLANE_Y].rowInc; in outputBuffer() 1004 size_t dstUVStride = layout.planes[C2PlanarLayout::PLANE_U].rowInc; in outputBuffer()
|
/device/generic/goldfish-opengl/system/codecs/c2/decoders/avcdec/ |
D | C2GoldfishAvcDec.cpp | 574 C2PlanarLayout layout; in setDecodeArgs() local 575 layout = outBuffer->layout(); in setDecodeArgs() 576 displayStride = layout.planes[C2PlanarLayout::PLANE_Y].rowInc; in setDecodeArgs() 813 size_t dstYStride = writeView.layout().planes[C2PlanarLayout::PLANE_Y].rowInc; in copyImageData() 814 size_t dstUVStride = writeView.layout().planes[C2PlanarLayout::PLANE_U].rowInc; in copyImageData()
|
/device/generic/goldfish/input/ |
D | qwerty2.kl | 16 # Emulator keyboard layout #1. 18 # This file is no longer used as the platform's default keyboard layout.
|
D | qwerty2.idc | 21 keyboard.layout = qwerty2
|
/device/amlogic/yukawa/input/ |
D | Generic.kl | 16 # Generic key layout file for full alphabetic US English PC style external keyboards. 19 # Do not edit the generic key layout to support a specific keyboard; instead, create 20 # a new key layout file with the required keyboard configuration.
|
/device/google/atv/ |
D | Generic.kl | 16 # Generic key layout file for full alphabetic US English PC style external keyboards. 19 # Do not edit the generic key layout to support a specific keyboard; instead, create 20 # a new key layout file with the required keyboard configuration.
|
/device/google/contexthub/util/nanoapp_encr/ |
D | nanoapp_encr.c | 103 image->aosp.header_version == 1 && image->layout.magic == GOOGLE_LAYOUT_MAGIC) { in handleEncrypt() 170 image->layout.magic == GOOGLE_LAYOUT_MAGIC) { in handleDecrypt()
|
/device/google/contexthub/util/nanoapp_postprocess/ |
D | postprocess.c | 252 .layout = (struct ImageLayout) { in finalizeAndWrite() 585 .layout = (struct ImageLayout) { in handleKey() 616 .layout = (struct ImageLayout) { in handleOs()
|
D | postprocess_elf.c | 245 .layout = (struct ImageLayout) { in finalizeAndWrite() 846 .layout = (struct ImageLayout) { in handleKey() 877 .layout = (struct ImageLayout) { in handleOs()
|
/device/google/atv/TvSampleLeanbackLauncher/src/main/java/com/example/sampleleanbacklauncher/apps/ |
D | AppFragment.java | 120 final View root = inflater.inflate(R.layout.app_launch_row, container, false); in onCreateView() 280 return new AppViewHolder(inflater.inflate(R.layout.launch_item, parent, false)); in onCreateViewHolder()
|
/device/google/contexthub/firmware/variant/ |
D | README | 5 build scripts fully support such layout, however this is not necessary in order
|
/device/google/atv/TvSampleLeanbackLauncher/src/main/java/com/example/sampleleanbacklauncher/ |
D | LauncherActivity.java | 34 setContentView(R.layout.launcher); in onCreate()
|
/device/sample/apps/tv/LeanbackWidget/src/com/google/android/leanbacklauncher/partnerwidget/ |
D | ClockWidgetProvider.java | 59 RemoteViews remoteViews = new RemoteViews(context.getPackageName(), R.layout.clock_widget); in getRemoteViews()
|