/frameworks/av/drm/mediadrm/plugins/clearkey/hidl/ |
D | android.hardware.drm@1.4-service-lazy.clearkey.rc | 2 interface android.hardware.drm@1.0::ICryptoFactory clearkey 3 interface android.hardware.drm@1.0::IDrmFactory clearkey 4 interface android.hardware.drm@1.1::ICryptoFactory clearkey 5 interface android.hardware.drm@1.1::IDrmFactory clearkey 6 interface android.hardware.drm@1.2::ICryptoFactory clearkey 7 interface android.hardware.drm@1.2::IDrmFactory clearkey 8 interface android.hardware.drm@1.3::ICryptoFactory clearkey 9 interface android.hardware.drm@1.3::IDrmFactory clearkey 10 interface android.hardware.drm@1.4::ICryptoFactory clearkey 11 interface android.hardware.drm@1.4::IDrmFactory clearkey
|
D | android.hardware.drm@1.4-service.clearkey.rc | 2 interface android.hardware.drm@1.0::ICryptoFactory clearkey 3 interface android.hardware.drm@1.0::IDrmFactory clearkey 4 interface android.hardware.drm@1.1::ICryptoFactory clearkey 5 interface android.hardware.drm@1.1::IDrmFactory clearkey 6 interface android.hardware.drm@1.2::ICryptoFactory clearkey 7 interface android.hardware.drm@1.2::IDrmFactory clearkey 8 interface android.hardware.drm@1.3::ICryptoFactory clearkey 9 interface android.hardware.drm@1.3::IDrmFactory clearkey 10 interface android.hardware.drm@1.4::ICryptoFactory clearkey 11 interface android.hardware.drm@1.4::IDrmFactory clearkey
|
D | android.hardware.drm@1.3-service-lazy.clearkey.rc | 2 interface android.hardware.drm@1.0::ICryptoFactory clearkey 3 interface android.hardware.drm@1.0::IDrmFactory clearkey 4 interface android.hardware.drm@1.1::ICryptoFactory clearkey 5 interface android.hardware.drm@1.1::IDrmFactory clearkey 6 interface android.hardware.drm@1.2::ICryptoFactory clearkey 7 interface android.hardware.drm@1.2::IDrmFactory clearkey 8 interface android.hardware.drm@1.3::ICryptoFactory clearkey 9 interface android.hardware.drm@1.3::IDrmFactory clearkey
|
D | android.hardware.drm@1.3-service.clearkey.rc | 2 interface android.hardware.drm@1.0::ICryptoFactory clearkey 3 interface android.hardware.drm@1.0::IDrmFactory clearkey 4 interface android.hardware.drm@1.1::ICryptoFactory clearkey 5 interface android.hardware.drm@1.1::IDrmFactory clearkey 6 interface android.hardware.drm@1.2::ICryptoFactory clearkey 7 interface android.hardware.drm@1.2::IDrmFactory clearkey 8 interface android.hardware.drm@1.3::ICryptoFactory clearkey 9 interface android.hardware.drm@1.3::IDrmFactory clearkey
|
D | android.hardware.drm@1.2-service-lazy.clearkey.rc | 2 interface android.hardware.drm@1.0::ICryptoFactory clearkey 3 interface android.hardware.drm@1.0::IDrmFactory clearkey 4 interface android.hardware.drm@1.1::ICryptoFactory clearkey 5 interface android.hardware.drm@1.1::IDrmFactory clearkey 6 interface android.hardware.drm@1.2::ICryptoFactory clearkey 7 interface android.hardware.drm@1.2::IDrmFactory clearkey
|
D | android.hardware.drm@1.2-service.clearkey.rc | 2 interface android.hardware.drm@1.0::ICryptoFactory clearkey 3 interface android.hardware.drm@1.0::IDrmFactory clearkey 4 interface android.hardware.drm@1.1::ICryptoFactory clearkey 5 interface android.hardware.drm@1.1::IDrmFactory clearkey 6 interface android.hardware.drm@1.2::ICryptoFactory clearkey 7 interface android.hardware.drm@1.2::IDrmFactory clearkey
|
/frameworks/av/services/camera/libcameraservice/common/aidl/ |
D | AidlProviderInfo.cpp | 100 std::shared_ptr<ICameraProvider>& interface, int64_t currentDeviceState) { in initializeAidlProvider() argument 108 mProviderName.c_str(), interface->isRemote()); in initializeAidlProvider() 115 interface->setCallback(mCallbacks); in initializeAidlProvider() 123 auto link = AIBinder_linkToDeath(interface->asBinder().get(), mDeathRecipient.get(), this); in initializeAidlProvider() 132 mSavedInterface = interface; in initializeAidlProvider() 134 mActiveInterface = interface; in initializeAidlProvider() 151 status = interface->getCameraIdList(&retDevices); in initializeAidlProvider() 172 res = getConcurrentCameraIdsInternalLocked(interface); in initializeAidlProvider() 179 mIsRemote = interface->isRemote(); in initializeAidlProvider() 197 const std::shared_ptr<ICameraProvider> interface = startProviderInterface(); in setUpVendorTags() local [all …]
|
/frameworks/av/services/camera/libcameraservice/common/hidl/ |
D | HidlProviderInfo.cpp | 117 sp<provider::V2_4::ICameraProvider>& interface, in initializeHidlProvider() argument 125 mProviderName.c_str(), interface->isRemote()); in initializeHidlProvider() 129 auto cast2_6 = provider::V2_6::ICameraProvider::castFrom(interface); in initializeHidlProvider() 141 provider::V2_5::ICameraProvider::castFrom(interface); in initializeHidlProvider() 145 if (interface != nullptr) { in initializeHidlProvider() 150 auto cast2_7 = provider::V2_7::ICameraProvider::castFrom(interface); in initializeHidlProvider() 161 hardware::Return<Status> status = interface->setCallback(this); in initializeHidlProvider() 173 hardware::Return<bool> linked = interface->linkToDeath(this, /*cookie*/ mId); in initializeHidlProvider() 185 mSavedInterface = interface; in initializeHidlProvider() 187 mActiveInterface = interface; in initializeHidlProvider() [all …]
|
/frameworks/base/packages/SystemUI/docs/ |
D | plugin_hooks.md | 3 Expected interface: [OverlayPlugin](/frameworks/base/packages/SystemUI/plugin/src/com/android 9 Expected interface: [QS](/frameworks/base/packages/SystemUI/plugin/src/com/android/systemui/plugins… 13 Notes: To not mess up the notification panel interaction, much of the QSContainer interface needs t… 16 Expected interface: [QSFactory](/frameworks/base/packages/SystemUI/plugin/src/com/android/systemui/… 21 Expected interface: [NavBarButtonProvider](/frameworks/base/packages/SystemUI/plugin/src/com/androi… 26 Expected interface: [NavGesture](/frameworks/base/packages/SystemUI/plugin/src/com/android/systemui… 31 Expected interface: [IntentButtonProvider](/frameworks/base/packages/SystemUI/plugin/src/com/androi… 36 Expected interface: [IntentButtonProvider](/packages/SystemUI/plugin/src/com/android/systemui/plugi… 41 Expected interface: [GlobalActions](/frameworks/base/packages/SystemUI/plugin/src/com/android/syste… 46 Expected interface: [VolumeDialog](/frameworks/base/packages/SystemUI/plugin/src/com/android/system… [all …]
|
D | plugins.md | 4 …s can expect to be in SysUI, then the portion of code controlled by the interface can be iterated … 14 …dding a plugin hook to SysUI is to define the interface layer between the plugin and SysUI. This … 16 …systemui.plugin or sub-packages. The main interface (entry point) for the plugin should extend th… 19 …interface changes in an incompatible way, the version should be incremented. Incompatible changes… 25 public interface MyPlugin extends Plugin { 34 To actually listen for plugins, you implement a plugin listener that has the following interface. 37 public interface PluginListener<T extends Plugin> { 79 …action for the plugin, and set the name to point at the class that implements the plugin interface. 97 ### Implementing the interface 99 Implementing the interface is generally pretty straightforward. The version of the plugin should t… [all …]
|
/frameworks/native/libs/binder/rust/src/ |
D | binder.rs | 764 $interface:path[$descriptor:expr] { 771 $interface[$descriptor] { 781 $interface:path[$descriptor:expr] { 789 $interface[$descriptor] { 799 $interface:path[$descriptor:expr] { 808 $interface[$descriptor] { 820 $interface:path[$descriptor:expr] { 830 $interface[$descriptor] { 831 …motable`]($crate::binder_impl::Remotable) that holds an [`", stringify!($interface), "`] object.")] 833 …er [`Proxy`]($crate::binder_impl::Proxy) that holds an [`", stringify!($interface), "`] remote int… [all …]
|
/frameworks/native/cmds/lshal/ |
D | WaitCommand.cpp | 51 auto [interface, instance] = splitFirst(mInterfaceName, '/'); in main() 55 if (!FQName::parse(interface, &fqName) || fqName.isIdentifier() || !fqName.isFullyQualified()) { in main() 56 mLshal.err() << "Invalid fully-qualified name '" << interface << "'\n\n"; in main() 63 auto service = getRawServiceInternal(interface, instance, true /*retry*/, false /*getStub*/); in main()
|
/frameworks/native/cmds/ip-up-vpn/ |
D | ip-up-vpn.c | 85 const char *interface = env("INTERFACE"); in main() local 95 strncpy(ifr.ifr_name, interface, IFNAMSIZ); in main() 97 ALOGE("Cannot bring up %s: %s", interface, strerror(errno)); in main() 121 fprintf(state, "%s\n", interface); in main()
|
/frameworks/av/media/codec2/components/tests/ |
D | C2SoftCodecTest.cpp | 68 std::shared_ptr<C2ComponentInterface> interface; in TEST_F() local 69 c2_status_t status = createInterface(&interface); in TEST_F() 71 ASSERT_NE(interface, nullptr) << "interface is null"; in TEST_F() 80 status = interface->querySupportedValues_vb(validValueInfos, C2_MAY_BLOCK); in TEST_F()
|
/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/docs/ |
D | changes.md | 30 In addition to doing the above, you will also need to provide an interface for calling to SysUI 32 interface that the `<Component name>Controller` implements and handles on the main Shell thread 36 add an appropriate method in `WMComponent` to get the interface and update the `Builder` in 37 `SysUIComponent` to take the interface so it can be injected in SysUI code. The binding between 41 - Create an implementation of the external interface within the controller 48 Launcher requires a new AIDL interface to be created and implemented by the controller. The 49 implementation of the stub interface in the controller otherwise behaves similar to the interface 53 - Create an implementation of the interface binder's `Stub` class within the controller, have it 59 - Inject `ShellController` and add the instance of the implementation as external interface 60 - In Launcher, update `TouchInteractionService` to pass the interface to `SystemUIProxy`, and then [all …]
|
D | sysui.md | 46 1) (Shell) ShellFeature interface to be used from SysUI 47 2) (Shell) ShellFeatureController handles logic, implements ShellFeature interface and posts to 49 3) SysUI application init injects Optional<ShellFeature> as an interface to SysUI to call 50 4) (SysUI) SysUIFeature depends on ShellFeature interface 54 Adding an interface to a Shell component may seem like a lot of boiler plate, but is currently 68 the Shell feature interface. Any such calls should <u>**never**</u> be synchronous calls as
|
/frameworks/wilhelm/tests/sandbox/ |
D | engine.c | 116 void *interface = NULL; in main() local 118 result = (*engineObject)->GetInterface(engineObject, engine_ids[index], &interface); in main() 140 void *interface = NULL; in main() local 141 result = (*engineObject)->GetInterface(engineObject, engine_ids[index], &interface); in main() 143 printf("interface[%u] %p = ", index, interface); in main() 151 assert(interface_again == interface); in main()
|
/frameworks/native/libs/binder/ndk/include_cpp/android/ |
D | binder_interface_utils.h | 168 std::shared_ptr<ICInterface> interface; 276 return static_cast<ICInterfaceData*>(userData)->interface; in defineClass() 280 std::shared_ptr<ICInterface> interface = static_cast<ICInterface*>(args)->ref<ICInterface>(); in defineClass() local 281 ICInterfaceData* data = new ICInterfaceData{interface}; in defineClass() 291 std::shared_ptr<ICInterface> interface = getInterface(binder); in defineClass() local 292 return interface->dump(fd, args, numArgs); in defineClass() 299 std::shared_ptr<ICInterface> interface = getInterface(binder); in defineClass() local 300 return interface->handleShellCommand(in, out, err, argv, argc); in defineClass()
|
/frameworks/av/media/libaudiohal/ |
D | FactoryHalHidl.cpp | 47 bool createHalService(const std::string& version, const std::string& interface, in createHalService() argument 50 const std::string factoryFunctionName = "create" + interface; in createHalService() 78 const std::string& interface) { in hasHalService() argument 89 const std::string fqName = package + "@" + version + "::" + interface; in hasHalService()
|
/frameworks/hardware/interfaces/cameraservice/service/2.0/ |
D | ICameraService.hal | 26 interface ICameraService { 30 * Return an ICameraDeviceUser interface for the requested cameraId. 35 * @param callback the ICameraDeviceCallback interface which will get called 41 * @return device ICameraDeviceUser interface to the camera device requested. 54 * @param listener the listener interface to be added. The cameraserver will 55 * call callbacks on this interface when a camera device's status
|
/frameworks/base/test-base/api/ |
D | current.txt | 18 …@java.lang.annotation.Target(java.lang.annotation.ElementType.METHOD) public @interface FlakyTest { 42 @Deprecated public interface PerformanceTestCase { 47 @Deprecated public static interface PerformanceTestCase.Intermediates { 55 ….lang.annotation.Target(java.lang.annotation.ElementType.METHOD) public @interface RepetitiveTest { 59 …va.lang.annotation.Target(java.lang.annotation.ElementType.METHOD) public @interface UiThreadTest { 66 …nnotation.ElementType.METHOD, java.lang.annotation.ElementType.TYPE}) public @interface LargeTest { 69 …notation.ElementType.METHOD, java.lang.annotation.ElementType.TYPE}) public @interface MediumTest { 72 …nnotation.ElementType.METHOD, java.lang.annotation.ElementType.TYPE}) public @interface SmallTest { 75 …ng.annotation.ElementType.METHOD, java.lang.annotation.ElementType.TYPE}) public @interface Smoke { 78 …annotation.ElementType.METHOD, java.lang.annotation.ElementType.TYPE}) public @interface Suppress { [all …]
|
/frameworks/base/api/ |
D | api_versions_trimmer.py | 106 for interface in interfaces: 107 interface_name = interface.get("name") 109 c.remove(interface)
|
/frameworks/wilhelm/doc/ |
D | README.txt | 1 …nk the OpenSLES_IID.c file into your project. This file contains unique interface IDs for all Open… 2 have been automatically generated. Application developers should not edit these interface IDs.
|
/frameworks/base/services/api/ |
D | current.txt | 40 public interface ActivityManagerLocal { 49 public interface PackageManagerLocal { 59 public interface RoleServicePlatformHelper { 76 public interface StorageStatsManagerLocal { 80 public static interface StorageStatsManagerLocal.StorageStatsAugmenter {
|
/frameworks/native/libs/dumputils/ |
D | dump_utils.cpp | 113 bool should_dump_hal_interface(const std::string& interface) { in should_dump_hal_interface() argument 115 if (interface == *i) { in should_dump_hal_interface() 119 return extra_hal_interfaces_to_dump.find(interface) != extra_hal_interfaces_to_dump.end(); in should_dump_hal_interface()
|