Home
last modified time | relevance | path

Searched refs:implementation (Results 1 – 25 of 113) sorted by relevance

12345

/system/extras/simpleperf/demo/SimpleperfExampleWithNative/app/
Dbuild.gradle35 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/
Dbuild.gradle29 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/
Dbuild.gradle25 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/
Dbuild.gradle27 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/
Dbuild.gradle33 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/
DREADME.md1 # 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/
DHidlBinderAdapter.cpp159 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/
DREADME.md9 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/
DIBluetoothGattServerCallback.txt44 * 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/
DHidlFetch.h26 namespace implementation {
DHidlFetch.cpp27 namespace implementation { namespace
DAshmemMapper.cpp30 namespace implementation { namespace
DAshmemMemory.cpp25 namespace implementation { namespace
DAshmemMapper.h28 namespace implementation {
/system/bt/doc/
Ddirectory_layout.md12 * audio_a2dp_hw - A2DP audio HAL implementation.
27 * udrv - **Deprecated** *UIPC implementation*
/system/sepolicy/vendor/
Dhal_cas_default.te7 # Allow CAS HAL's default implementation to use vendor-binder service
/system/chre/apps/chqts/
DREADME.md3 the proper functionality of a CHRE implementation as specified in the API
/system/libhidl/transport/allocator/1.0/default/
Dservice.cpp12 using android::hidl::allocator::V1_0::implementation::AshmemAllocator;
DAshmemAllocator.h28 namespace implementation {
/system/core/healthd/
Dhealthd_mode_charger_nops.cpp45 using android::hardware::health::V2_0::implementation::Health; in healthd_mode_nop_init()
/system/nvram/hal/include/nvram/hal/
Dnvram_device_adapter.h49 NvramImplementation* implementation);
/system/sepolicy/prebuilts/api/26.0/public/
Dhal_health.te10 # to be able to open the hal implementation .so files
/system/sepolicy/prebuilts/api/27.0/public/
Dhal_health.te10 # to be able to open the hal implementation .so files
/system/chre/platform/shared/idl/
DREADME.md2 between the reference CHRE implementation and the host (applications processor).
/system/hwservicemanager/
Dservice.cpp59 using android::hidl::manager::implementation::ServiceManager;
61 using android::hidl::token::V1_0::implementation::TokenManager;

12345