Home
last modified time | relevance | path

Searched defs:interface (Results 1 – 20 of 20) sorted by relevance

/frameworks/wilhelm/tests/sandbox/
Dengine.c116 void *interface = NULL; in main() local
140 void *interface = NULL; in main() local
/frameworks/av/services/audiopolicy/manager/
DAudioPolicyFactory.cpp27 extern "C" void destroyAudioPolicyManager(AudioPolicyInterface *interface) in destroyAudioPolicyManager()
/frameworks/av/media/libstagefright/
DOMXClient.cpp66 sp<IOMX> OMXClient::interface() { in interface() function in android::OMXClient
/frameworks/native/cmds/ip-up-vpn/
Dip-up-vpn.c85 const char *interface = env("INTERFACE"); in main() local
/frameworks/native/libs/binder/include/binder/
DIInterface.h107 #define CHECK_INTERFACE(interface, data, reply) \ argument
DSafeInterface.h141 Parcel* parcel, const sp<T>& interface) const { in write()
/frameworks/native/libs/dumputils/
Ddump_utils.cpp57 bool should_dump_hal_interface(const char* interface) { in should_dump_hal_interface()
/frameworks/native/opengl/tools/glgen2/registry/
Dreg.py406 def beginFeature(self, interface, emit): argument
560 def beginFeature(self, interface, emit): argument
896 def requireAndRemoveFeatures(self, interface, api, profile): argument
962 def generateRequiredInterface(self, interface): argument
/frameworks/av/services/camera/libcameraservice/common/
DCameraProviderManager.cpp435 sp<provider::V2_4::ICameraProvider> interface; in addProviderLocked() local
501 sp<provider::V2_4::ICameraProvider>& interface, in ProviderInfo()
853 Status s, sp<device::V1_0::ICameraDevice> interface) { in getDeviceInterface()
878 Status s, sp<device::V3_2::ICameraDevice> interface) { in getDeviceInterface()
898 status_t CameraProviderManager::ProviderInfo::DeviceInfo::setTorchMode(InterfaceT& interface, in setTorchMode()
908 sp<InterfaceT> interface) : in DeviceInfo1()
1007 sp<InterfaceT> interface) : in DeviceInfo3()
/frameworks/base/core/proto/android/service/
Dnetstats.proto50 optional string interface = 1; field
/frameworks/av/media/mtp/
DMtpDevice.cpp87 struct usb_interface_descriptor *interface = (struct usb_interface_descriptor *)desc; in open() local
219 MtpDevice::MtpDevice(struct usb_device* device, int interface, in MtpDevice()
/frameworks/av/services/audiopolicy/engineconfigurable/wrapper/
DParameterManagerWrapper.cpp402 const ISelectionCriterionTypeInterface *interface = criterion->getCriterionType(); in isValueValidForCriterion() local
/frameworks/av/media/libeffects/preprocessing/
DPreProcessing.cpp783 effect_handle_t *interface) in Effect_Create()
824 effect_handle_t *interface) in Session_CreateEffect()
1922 int PreProcessingLib_Release(effect_handle_t interface) in PreProcessingLib_Release()
/frameworks/wilhelm/src/itf/
DIObject.cpp332 void *interface = NULL; in IObject_GetInterface() local
/frameworks/native/cmds/atrace/
Datrace.cpp588 sp<IBase> interface = interfaceRet; in pokeHalServices() local
/frameworks/av/media/libmedia/
DIOMX.cpp559 #define CHECK_OMX_INTERFACE(interface, data, reply) \ argument
/frameworks/native/libs/binder/
DParcel.cpp600 status_t Parcel::writeInterfaceToken(const String16& interface) in writeInterfaceToken()
613 bool Parcel::enforceInterface(const String16& interface, in enforceInterface()
/frameworks/native/cmds/dumpstate/
Ddumpstate.cpp1250 for (const std::string& interface : interfaces) { in DumpHals() local
/frameworks/av/services/audioflinger/
DAudioFlinger.cpp271 sp<MmapStreamInterface>& interface, in openMmapStream()
295 sp<MmapStreamInterface>& interface, in openMmapStream()
/frameworks/av/services/camera/libcameraservice/device3/
DCamera3Device.cpp326 HalInterface* interface; in disconnect() local
4065 sp<HalInterface> interface, const Vector<int32_t>& sessionParamKeys) : in RequestThread()