Searched refs:interface (Results 1 - 25 of 42) sorted by relevance

12

/frameworks/av/services/audiopolicy/manager/
H A DAudioPolicyFactory.cpp27 extern "C" void destroyAudioPolicyManager(AudioPolicyInterface *interface) argument
29 delete interface;
/frameworks/av/include/media/stagefright/
H A DOMXClient.h33 sp<IOMX> interface();
/frameworks/av/media/libstagefright/include/media/stagefright/
H A DOMXClient.h33 sp<IOMX> interface();
/frameworks/av/services/audiopolicy/engineconfigurable/
H A DAndroid.mk20 frameworks/av/services/audiopolicy/engineconfigurable/interface \
21 frameworks/av/services/audiopolicy/engine/interface
/frameworks/native/cmds/ip-up-vpn/
H A Dip-up-vpn.c49 * are interface, addresses, routes, DNS servers, and search domains and VPN
62 * is to have an interface configured with the given address and netmask
85 const char *interface = env("INTERFACE"); local
93 /* Bring up the interface. */
95 strncpy(ifr.ifr_name, interface, IFNAMSIZ);
97 ALOGE("Cannot bring up %s: %s", interface, strerror(errno));
118 fprintf(state, "%s\n", interface);
/frameworks/av/services/audiopolicy/tests/
H A DAndroid.mk8 frameworks/av/services/audiopolicy/engine/interface \
/frameworks/native/libs/dumputils/
H A Ddump_utils.cpp42 /* list of hal interface to dump containing process during native dumps */
57 bool should_dump_hal_interface(const char* interface) { argument
59 if (!strcmp(*i, interface)) {
/frameworks/av/include/media/
H A DMmapStreamInterface.h58 * \param[in] callback the MmapStreamCallback interface used by AudioFlinger to notify
60 * \param[out] interface the MmapStreamInterface interface controlling the created stream
74 sp<MmapStreamInterface>& interface,
/frameworks/av/media/libstagefright/
H A DOMXClient.cpp66 sp<IOMX> OMXClient::interface() { function in class:android::OMXClient
/frameworks/av/services/audiopolicy/engineconfigurable/parameter-framework/plugin/
H A DAndroid.mk26 frameworks/av/services/audiopolicy/engineconfigurable/interface \
/frameworks/av/services/audiopolicy/engineconfigurable/wrapper/
H A DAndroid.mk12 frameworks/av/services/audiopolicy/engineconfigurable/interface \
H A DParameterManagerWrapper.cpp402 const ISelectionCriterionTypeInterface *interface = criterion->getCriterionType(); local
404 return interface->getLiteralValue(valueToCheck, literalValue);
/frameworks/av/services/audiopolicy/enginedefault/
H A DAndroid.mk14 frameworks/av/services/audiopolicy/engine/interface
/frameworks/av/services/audiopolicy/
H A DAndroid.mk15 frameworks/av/services/audiopolicy/engine/interface \
76 frameworks/av/services/audiopolicy/engine/interface \
114 frameworks/av/services/audiopolicy/engine/interface
/frameworks/wilhelm/tests/sandbox/
H A Dengine.c40 printf("Display the ID of each available interface\n");
48 printf("interface[%u] ", index);
75 printf("Create engine with NULL interface pointer\n");
95 printf("Create an engine and require non-sensical volume interface\n");
103 printf("Create an engine and politely request a non-sensical interface with options\n");
114 printf("Get each available interface before realization\n");
116 void *interface = NULL; local
117 // Use the interface ID as returned by slQuerySupportedEngineInterfaces
118 result = (*engineObject)->GetInterface(engineObject, engine_ids[index], &interface);
121 printf("interface availabl
140 void *interface = NULL; local
[all...]
/frameworks/opt/net/wifi/service/
H A Dwifi-events.rc46 write /sys/kernel/debug/tracing/instances/wifi/events/net/filter name==${wifi.interface:-wlan0}
62 on property:sys.boot_completed=1 && property:wifi.interface=* && sys.wifitracing.started=1
64 write /sys/kernel/debug/tracing/instances/wifi/events/net/filter name==${wifi.interface}
/frameworks/av/media/mtp/
H A DMtpDevice.cpp87 struct usb_interface_descriptor *interface = (struct usb_interface_descriptor *)desc; local
89 if (interface->bInterfaceClass == USB_CLASS_STILL_IMAGE &&
90 interface->bInterfaceSubClass == 1 && // Still Image Capture
91 interface->bInterfaceProtocol == 1) // Picture Transfer Protocol (PIMA 15470)
100 } else if (interface->bInterfaceClass == 0xFF &&
101 interface->bInterfaceSubClass == 0xFF &&
102 interface->bInterfaceProtocol == 0) {
103 char* interfaceName = usb_device_get_string(device, interface->iInterface,
158 // interface should be followed by three endpoints
195 int ret = usb_device_claim_interface(device, interface
219 MtpDevice(struct usb_device* device, int interface, const struct usb_endpoint_descriptor *ep_in, const struct usb_endpoint_descriptor *ep_out, const struct usb_endpoint_descriptor *ep_intr) argument
[all...]
H A DMtpDevice.h82 int interface,
/frameworks/native/opengl/tools/glgen2/registry/
H A Dreg.py97 # prior to generating a new API interface.
275 # generated around a feature interface in the header file.
334 # beginFile(genOpts) - start a new interface file
336 # endFile() - finish an interface file, closing it when done
337 # beginFeature(interface, emit) - write interface for a feature
339 # interface - element for the <version> / <extension> to generate
341 # endFeature() - finish an interface.
342 # genType(typeinfo,name) - generate interface for a type
344 # genEnum(enuminfo, name) - generate interface fo
[all...]
/frameworks/av/services/camera/libcameraservice/common/
H A DCameraProviderManager.cpp435 sp<provider::V2_4::ICameraProvider> interface; local
436 interface = mServiceProxy->getService(newProvider);
438 if (interface == nullptr) {
449 new ProviderInfo(newProvider, interface, this);
501 sp<provider::V2_4::ICameraProvider>& interface,
504 mInterface(interface),
853 Status s, sp<device::V1_0::ICameraDevice> interface) {
855 cameraInterface = interface;
858 ALOGE("%s: Transaction error trying to obtain interface for camera device %s: %s",
863 ALOGE("%s: Unable to obtain interface fo
499 ProviderInfo( const std::string &providerName, sp<provider::V2_4::ICameraProvider>& interface, CameraProviderManager *manager) argument
898 setTorchMode(InterfaceT& interface, bool enabled) argument
904 DeviceInfo1(const std::string& name, const metadata_vendor_id_t tagId, const std::string &id, uint16_t minorVersion, const CameraResourceCost& resourceCost, sp<InterfaceT> interface) argument
1003 DeviceInfo3(const std::string& name, const metadata_vendor_id_t tagId, const std::string &id, uint16_t minorVersion, const CameraResourceCost& resourceCost, sp<InterfaceT> interface) argument
[all...]
H A DCameraProviderManager.h71 // Tiny proxy for the static methods in a HIDL interface that communicate with the hardware
100 * Listener interface for device/torch status changes
169 * Return the highest supported device interface version for this ID
260 sp<hardware::camera::provider::V2_4::ICameraProvider>& interface,
275 // ICameraProviderCallbacks interface - these lock the parent mInterfaceMutex
283 // hidl_death_recipient interface - this locks the parent mInterfaceMutex
319 static status_t setTorchMode(InterfaceT& interface, bool enabled);
326 // HALv1-specific camera fields, including the actual device interface
339 sp<InterfaceT> interface);
345 // HALv3-specific camera fields, including the actual device interface
[all...]
/frameworks/av/media/audioserver/
H A DAndroid.mk30 frameworks/av/services/audiopolicy/engine/interface \
/frameworks/native/include/binder/
H A DIInterface.h107 #define CHECK_INTERFACE(interface, data, reply) \
/frameworks/native/libs/binder/include/binder/
H A DIInterface.h107 #define CHECK_INTERFACE(interface, data, reply) \
/frameworks/wilhelm/src/itf/
H A DIObject.cpp332 void *interface = NULL; local
349 // Can't get interface on an unrealized object unless pre-realize is ok
353 // Can't get the MuteSolo interface of an audio player if the channel count is
354 // mono, but _can_ get the MuteSolo interface if the channel count is unknown
360 interface = (char *) thiz + clazz->mInterfaces[index].mOffset;
361 // Note that interface has been gotten,
366 ((size_t *) interface)[0] ^= ~0;
370 // Can't get interface if uninitialized, initialized, suspended,
380 *(void **)pInterface = interface;
578 // Call the deinitializer for each currently initialized interface,
[all...]

Completed in 1689 milliseconds

12