Home
last modified time | relevance | path

Searched refs:interface (Results 1 – 25 of 198) sorted by relevance

12345678

/frameworks/av/drm/mediadrm/plugins/clearkey/hidl/
Dandroid.hardware.drm@1.4-service.clearkey.rc2 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
Dandroid.hardware.drm@1.4-service-lazy.clearkey.rc2 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
Dandroid.hardware.drm@1.3-service.clearkey.rc2 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
Dandroid.hardware.drm@1.3-service-lazy.clearkey.rc2 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
Dandroid.hardware.drm@1.2-service.clearkey.rc2 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
Dandroid.hardware.drm@1.2-service-lazy.clearkey.rc2 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/media/libaudiohal/
DFactoryHalHidl.cpp41 bool createHalService(const std::string& version, const std::string& interface, in createHalService() argument
44 const std::string factoryFunctionName = "create" + interface; in createHalService()
72 const std::string& interface) { in hasHalService() argument
83 const std::string fqName = package + "@" + version + "::" + interface; in hasHalService()
96 void* createPreferredImpl(const std::string& package, const std::string& interface) { in createPreferredImpl() argument
99 if (hasHalService(package, *version, interface) in createPreferredImpl()
100 && createHalService(*version, interface, &rawInterface)) { in createPreferredImpl()
/frameworks/native/libs/binder/rust/src/
Dbinder.rs640 $interface:path[$descriptor:expr] {
646 $interface[$descriptor] {
655 $interface:path[$descriptor:expr] {
662 $interface[$descriptor] {
671 $interface:path[$descriptor:expr] {
679 $interface[$descriptor] {
690 $interface:path[$descriptor:expr] {
699 $interface[$descriptor] {
700 …A binder [`Remotable`]($crate::Remotable) that holds an [`", stringify!($interface), "`] object.")]
702 …ncat!("A binder [`Proxy`]($crate::Proxy) that holds an [`", stringify!($interface), "`] remote int…
[all …]
/frameworks/base/packages/SystemUI/docs/
Dplugin_hooks.md3 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 …]
Dplugins.md3 …s can expect to be in SysUI, then the portion of code controlled by the interface can be iterated …
13 …dding a plugin hook to SysUI is to define the interface layer between the plugin and SysUI.  This
15 …systemui.plugin or sub-packages.  The main interface (entry point) for the plugin should extend th…
18interface changes in an incompatible way, the version should be incremented.  Incompatible changes…
24 public interface MyPlugin extends Plugin {
33 To actually listen for plugins, you implement a plugin listener that has the following interface.
36 public interface PluginListener<T extends Plugin> {
78 …action for the plugin, and set the name to point at the class that implements the plugin interface.
96 ### Implementing the interface
98 Implementing the interface is generally pretty straightforward.  The version of the plugin should t…
[all …]
/frameworks/native/cmds/lshal/
DWaitCommand.cpp51 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/av/media/libaudiohal/include/media/audiohal/
DFactoryHalHidl.h28 void* createPreferredImpl(const std::string& package, const std::string& interface);
34 static sp<Interface> createPreferredImpl(const std::string& package, const std::string& interface) { in createPreferredImpl() argument
35 return sp<Interface>{static_cast<Interface*>(detail::createPreferredImpl(package, interface))}; in createPreferredImpl()
/frameworks/native/libs/binder/ndk/include_cpp/android/
Dbinder_interface_utils.h162 std::shared_ptr<ICInterface> interface;
266 return static_cast<ICInterfaceData*>(userData)->interface; in getInterface()
270 std::shared_ptr<ICInterface> interface = static_cast<ICInterface*>(args)->ref<ICInterface>(); in onCreate() local
271 ICInterfaceData* data = new ICInterfaceData{interface}; in onCreate()
281 std::shared_ptr<ICInterface> interface = getInterface(binder); in onDump() local
282 return interface->dump(fd, args, numArgs); in onDump()
289 std::shared_ptr<ICInterface> interface = getInterface(binder); in handleShellCommand() local
290 return interface->handleShellCommand(in, out, err, argv, argc); in handleShellCommand()
/frameworks/native/cmds/ip-up-vpn/
Dip-up-vpn.c85 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/
DC2SoftCodecTest.cpp68 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/wilhelm/tests/sandbox/
Dengine.c116 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/hardware/interfaces/bufferhub/1.0/
DIBufferHub.hal21 interface IBufferHub {
29 * @return bufferClient An bufferClient interface associated with
40 * Fetches a bufferClient interface from a provided handle.
45 * @return bufferClient An bufferClient interface associated with
/frameworks/av/services/camera/libcameraservice/common/
DCameraProviderManager.cpp333 const sp<provider::V2_4::ICameraProvider> interface = parentProvider->startProviderInterface(); in setTorchMode() local
334 if (interface == nullptr) { in setTorchMode()
337 saveRef(DeviceMode::TORCH, deviceInfo->mId, interface); in setTorchMode()
398 auto interface = deviceInfo3->startDeviceInterface< in openSession() local
400 if (interface == nullptr) { in openSession()
404 ret = interface->open(callback, [&status, &session] in openSession()
1240 sp<provider::V2_4::ICameraProvider> interface; in tryToInitializeProviderLocked() local
1241 interface = mServiceProxy->tryGetService(providerName); in tryToInitializeProviderLocked()
1243 if (interface == nullptr) { in tryToInitializeProviderLocked()
1251 return providerInfo->initialize(interface, mDeviceState); in tryToInitializeProviderLocked()
[all …]
/frameworks/hardware/interfaces/cameraservice/service/2.0/
DICameraService.hal26 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/
Dcurrent.txt18 …@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/native/libs/dumputils/
Ddump_utils.cpp106 bool should_dump_hal_interface(const std::string& interface) { in should_dump_hal_interface() argument
108 if (interface == *i) { in should_dump_hal_interface()
112 return extra_hal_interfaces_to_dump.find(interface) != extra_hal_interfaces_to_dump.end(); in should_dump_hal_interface()
/frameworks/base/api/
Dapi_versions_trimmer.py106 for interface in interfaces:
107 interface_name = interface.get("name")
109 c.remove(interface)
/frameworks/wilhelm/doc/
DREADME.txt1 …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/av/media/mtp/
DMtpDevice.cpp87 struct usb_interface_descriptor *interface = (struct usb_interface_descriptor *)desc; in open() local
89 if (interface->bInterfaceClass == USB_CLASS_STILL_IMAGE && in open()
90 interface->bInterfaceSubClass == 1 && // Still Image Capture in open()
91 interface->bInterfaceProtocol == 1) // Picture Transfer Protocol (PIMA 15470) in open()
100 } else if (interface->bInterfaceClass == 0xFF && in open()
101 interface->bInterfaceSubClass == 0xFF && in open()
102 interface->bInterfaceProtocol == 0) { in open()
103 char* interfaceName = usb_device_get_string(device, interface->iInterface, in open()
195 int ret = usb_device_claim_interface(device, interface->bInterfaceNumber); in open()
198 usb_device_connect_kernel_driver(device, interface->bInterfaceNumber, false); in open()
[all …]
/frameworks/base/services/api/
Dcurrent.txt40 public interface ActivityManagerLocal {
48 public interface RoleServicePlatformHelper {
65 public interface StorageStatsManagerLocal {
69 public static interface StorageStatsManagerLocal.StorageStatsAugmenter {

12345678