Searched refs:implementation (Results 1 – 25 of 113) sorted by relevance
12345
/system/extras/simpleperf/demo/SimpleperfExampleWithNative/app/ |
D | build.gradle | 35 implementation 'com.android.support.constraint:constraint-layout:1.0.2' 36 implementation fileTree(dir: 'libs', include: ['*.jar']) 40 implementation 'com.android.support:appcompat-v7:25.3.1' 41 implementation 'com.android.support.constraint:constraint-layout:1.0.2'
|
/system/extras/simpleperf/demo/SimpleperfExampleOfKotlin/app/ |
D | build.gradle | 29 implementation fileTree(dir: 'libs', include: ['*.jar']) 33 implementation "org.jetbrains.kotlin:kotlin-stdlib-jre7:$kotlin_version" 34 implementation 'com.android.support:appcompat-v7:25.4.0' 36 implementation 'com.android.support.constraint:constraint-layout:1.0.2'
|
/system/extras/simpleperf/demo/SimpleperfExamplePureJava/app/ |
D | build.gradle | 25 implementation fileTree(dir: 'libs', include: ['*.jar']) 29 implementation 'com.android.support:appcompat-v7:25.3.1' 30 implementation 'com.android.support.constraint:constraint-layout:1.0.2'
|
/system/extras/simpleperf/demo/JavaApi/app/ |
D | build.gradle | 27 implementation fileTree(dir: 'libs', include: ['*.jar']) 28 implementation 'com.android.support:appcompat-v7:27.1.1' 29 implementation 'com.android.support.constraint:constraint-layout:1.1.3'
|
/system/extras/simpleperf/demo/CppApi/app/ |
D | build.gradle | 33 implementation fileTree(dir: 'libs', include: ['*.jar']) 34 implementation 'com.android.support:appcompat-v7:27.1.1' 35 implementation 'com.android.support.constraint:constraint-layout:1.1.3'
|
/system/nvram/ |
D | README.md | 1 # Access-controlled NVRAM implementation 16 implementation. This is useful for experimentation and use in scripts. 22 A reference implementation of the NVRAM functionality. This reference 23 implementation can be used to create NVRAM HAL implementations that run in a 29 Note that the reference implementation leaves persistent storage to be handled 30 by the embedding code, which needs to provide an implementation of the storage 40 it is sufficient to provide an implementation that understands `nvram::Request`
|
/system/libhidl/adapter/ |
D | HidlBinderAdapter.cpp | 159 sp<IBase> implementation = manager->get(interfaceName, args.instanceName).withDefault(nullptr); in adapterMain() local 160 if (implementation == nullptr) { in adapterMain() 165 sp<IBase> adapter = it->second(implementation); in adapterMain() 199 bool restored = manager->add(args.instanceName, implementation).withDefault(false); in adapterMain()
|
/system/chre/ |
D | README.md | 9 The vendor is the provider of the CHRE implementation (ex: google, qcom). The 54 This is not intended to be a production implementation but is suitable for 86 implementations for individual platforms. This includes the implementation 121 - ``slpi`` - The implementation of the common interface for the SLPI and any 123 - ``linux`` - The implementation of the common interface for the simulator 128 implementation of the common platform API. This is handled by providing a stable 129 include path and changing the search path for the platform implementation. Here 139 search path allowing common code to find the implementation of the platform 155 statically with this CHRE implementation. When compiled as standalone nanoapps, 167 bringing up a new CHRE implementation.
|
/system/bt/service/doc/ |
D | IBluetoothGattServerCallback.txt | 44 * request is part of a Long Read procedure. An implementation should handle 62 * request is part of a Long Read procedure. An implementation should handle 78 * with the value |value|. An implementation should handle 84 * |is_prepare_write| is true, then the implementation should not commit this 98 * with the value |value|. An implementation should handle 104 * |is_prepare_write| is true, then the implementation should not commit this 118 * implementation should commit all previously prepared writes. Otherwise all
|
/system/libhidl/transport/memory/1.0/default/ |
D | HidlFetch.h | 26 namespace implementation {
|
D | HidlFetch.cpp | 27 namespace implementation { namespace
|
D | AshmemMapper.cpp | 30 namespace implementation { namespace
|
D | AshmemMemory.cpp | 25 namespace implementation { namespace
|
D | AshmemMapper.h | 28 namespace implementation {
|
/system/bt/doc/ |
D | directory_layout.md | 12 * audio_a2dp_hw - A2DP audio HAL implementation. 27 * udrv - **Deprecated** *UIPC implementation*
|
/system/sepolicy/vendor/ |
D | hal_cas_default.te | 7 # Allow CAS HAL's default implementation to use vendor-binder service
|
/system/chre/apps/chqts/ |
D | README.md | 3 the proper functionality of a CHRE implementation as specified in the API
|
/system/libhidl/transport/allocator/1.0/default/ |
D | service.cpp | 12 using android::hidl::allocator::V1_0::implementation::AshmemAllocator;
|
D | AshmemAllocator.h | 28 namespace implementation {
|
/system/core/healthd/ |
D | healthd_mode_charger_nops.cpp | 45 using android::hardware::health::V2_0::implementation::Health; in healthd_mode_nop_init()
|
/system/nvram/hal/include/nvram/hal/ |
D | nvram_device_adapter.h | 49 NvramImplementation* implementation);
|
/system/sepolicy/prebuilts/api/26.0/public/ |
D | hal_health.te | 10 # to be able to open the hal implementation .so files
|
/system/sepolicy/prebuilts/api/27.0/public/ |
D | hal_health.te | 10 # to be able to open the hal implementation .so files
|
/system/chre/platform/shared/idl/ |
D | README.md | 2 between the reference CHRE implementation and the host (applications processor).
|
/system/hwservicemanager/ |
D | service.cpp | 59 using android::hidl::manager::implementation::ServiceManager; 61 using android::hidl::token::V1_0::implementation::TokenManager;
|
12345