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

12

  /frameworks/native/libs/nativewindow/include/system/
window.h 44 // system/window.h is a superset of the vndk
45 #include <vndk/window.h>
69 /* see ANativeWindowQuery in vndk/window.h */
105 /* see ANativeWindowQuery in vndk/window.h */
145 /* see ANativeWindowQuery in vndk/window.h */
    [all...]
  /development/vndk/tools/definition-tool/
vndk_definition_tool.py 546 'vndk',
568 'vndk_indirect': 'vndk', # Legacy
587 'vndk', 'fwk_only', 'fwk_only_rs', 'sp_hal'}
600 'vndk': {'ll_ndk', 'sp_ndk', 'vndk_sp', 'vndk_sp_indirect', 'vndk'},
609 'vndk', 'sp_hal', 'sp_hal_dep', 'vnd_only'},
944 'vndk_sp_indirect_unused', 'vndk_sp_indirect_private', 'vndk',
    [all...]
  /build/soong/cc/
library.go 158 if ctx.vndk() && f.Properties.Target.Vendor.Export_include_dirs != nil {
328 // themselves be included in the vndk. -isystem headers are not included
702 if ctx.vndk() {
704 library.baseInstaller.subDir = "vndk-sp"
706 library.baseInstaller.subDir = "vndk"
sanitize.go 430 // When linking against VNDK, use the vendor variant of the runtime lib
432 if ctx.vndk() {
  /system/libvintf/
parse_xml.cpp 697 struct VndkConverter : public XmlNodeConverter<Vndk> {
698 std::string elementName() const override { return "vndk"; }
699 void mutateNode(const Vndk &object, NodeType *root, DocType *d) const override {
703 bool buildObject(Vndk *object, NodeType *root) const override {
784 for (const auto &vndk : object->framework.mVndks) {
785 if (!vndk.mVersionRange.isSingleVersion()) {
786 this->mLastError = "vndk.version " + to_string(vndk.mVersionRange)
    [all...]
  /frameworks/native/libs/nativewindow/
AHardwareBuffer.cpp 19 #include <vndk/hardware_buffer.h>
272 // VNDK functions
357 // VNDK formats only -- unfortunately we can't differentiate from where we're called
  /frameworks/base/core/jni/
android_hardware_SensorManager.cpp 27 #include <vndk/hardware_buffer.h>
  /device/google/wahoo/
device.mk 563 ro.vendor.vndk.version=27.1.0 \
565 # Include vndk/vndk-sp/ll-ndk modules
  /system/sepolicy/private/
file_contexts 287 /(vendor|system/vendor)/lib(64)?/vndk-sp(/.*)? u:object_r:vndk_sp_file:s0
  /frameworks/rs/driver/
rsdAllocation.cpp 26 #include <vndk/window.h>
    [all...]
  /build/soong/android/
paths.go 605 vndkOrNdkDir = "vndk"
  /system/sepolicy/prebuilts/api/26.0/private/
file_contexts 280 /(vendor|system/vendor)/lib(64)?/vndk-sp(/.*)? u:object_r:vndk_sp_file:s0

Completed in 203 milliseconds

12