Home
last modified time | relevance | path

Searched defs:interface (Results 226 – 250 of 491) sorted by relevance

12345678910>>...20

/aosp12/system/unwinding/libunwindstack/tests/
H A DElfFake.h61 void FakeSetInterface(ElfInterface* interface) { interface_.reset(interface); } in FakeSetInterface()
62 void FakeSetGnuDebugdataInterface(ElfInterface* interface) { in FakeSetGnuDebugdataInterface()
/ohos5.0/foundation/communication/dsoftbus/core/connection/wifi_direct_cpp/data/
H A Dlink_info.cpp130 void LinkInfo::SetLocalInterface(const std::string &interface) in SetLocalInterface()
140 void LinkInfo::SetRemoteInterface(const std::string &interface) in SetRemoteInterface()
/ohos5.0/foundation/communication/dsoftbus/tests/core/bus_center/mock_common/src/
H A Dlnn_socket_mock.cpp48 int32_t RegistSocketProtocol(const SocketInterface* interface) in RegistSocketProtocol()
/ohos5.0/base/usb/usb_manager/interfaces/innerkits/native/src/
H A Dusb_srv_client.cpp239 int32_t UsbSrvClient::ClaimInterface(USBDevicePipe &pipe, const UsbInterface &interface, bool force) in ClaimInterface()
249 int32_t UsbSrvClient::ReleaseInterface(USBDevicePipe &pipe, const UsbInterface &interface) in ReleaseInterface()
311 int32_t UsbSrvClient::SetInterface(USBDevicePipe &pipe, const UsbInterface &interface) in SetInterface()
520 int32_t UsbSrvClient::GetInterfaceActiveStatus(USBDevicePipe &pipe, const UsbInterface &interface, … in GetInterfaceActiveStatus()
/ohos5.0/base/usb/usb_manager/test/native/js_unittest/
H A DUsbDevicePipeJsunitEx.test.js117 interface: null, property in AnonymousFunction00f35f820100.getTransferTestParam.testParam
H A DUsbDevicePipeJsunit.test.js114 interface: null, property in AnonymousFunction0f2356250100.getTransferTestParam.testParam
/aosp12/frameworks/native/include/binder/
H A DIInterface.h175 #define CHECK_INTERFACE(interface, data, reply) \ argument
/aosp12/frameworks/native/libs/binder/include/binder/
H A DIInterface.h175 #define CHECK_INTERFACE(interface, data, reply) \ argument
/aosp12/build/blueprint/bootstrap/
H A Dglob.go208 func generateGlobNinjaFile(bootstrapConfig *Config, config interface{},
/aosp12/build/blueprint/proptools/
H A Dunpack.go69 func UnpackProperties(properties []*parser.Property, objects ...interface{}) (map[string]*parser.Pr…
/aosp12/system/bt/btif/src/
H A Dbtif_sock.cc60 static btsock_interface_t interface = { in btif_sock_get_interface() local
/aosp12/system/tools/hidl/
H A DgenerateCppAdapter.cpp131 const Interface* interface = static_cast<const Interface*>(type); in generateAdapterMethod() local
/ohos5.0/foundation/graphic/graphic_2d/frameworks/bootanimation/src/
H A Dboot_picture_player.cpp76 Rosen::RSInterfaces& interface = Rosen::RSInterfaces::GetInstance(); in InitPicCoordinates() local
/aosp12/build/blueprint/
H A Dsingleton_ctx.go221 args ...interface{}) {
226 func (s *singletonContext) Errorf(format string, args ...interface{}) {
/aosp12/frameworks/av/media/codec2/components/raw/
H A DC2SoftRawDec.cpp203 std::shared_ptr<C2ComponentInterface>* const interface, in createInterface()
/ohos5.0/foundation/ability/idl_tool/idl_tool_2/codegen/SA/
H A Dsa_code_emitter.cpp73 for (auto interface : ast_->GetInterfaceDefs()) { in Reset() local
/ohos5.0/foundation/communication/ipc/interfaces/innerkits/rust/tests/c/src/
H A Dipc_rust_test.cpp73 std::u16string interface = std::u16string(u"TEST"); in GetTestMessageParcel() local
/ohos5.0/base/usb/usb_manager/test/native/service_unittest/src/
H A Dusb_event_test.cpp164 UsbInterface interface; variable
/aosp12/bionic/libc/kernel/uapi/linux/
H A Dusbdevice_fs.h39 unsigned int interface; member
48 unsigned int interface; member
117 unsigned int interface; member
/ohos5.0/foundation/graphic/graphic_3d/lume/metaobject/include/meta/ext/
H A Dimplementation_macros.h37 #define META_VALUE_PTR(interface, classId) ::META_NS::ValuePtrImpl<interface>::Instance<classId> argument
281 #define META_IMPLEMENT_INTERFACE_PLAIN_FUNCTION(interface, class, func, ...) \ argument
284 #define META_IMPLEMENT_INTERFACE_FUNCTION(interface, class, func, ...) \ argument
/aosp12/frameworks/base/core/proto/android/service/
H A Dnetstats.proto51 optional string interface = 1; field
/aosp12/system/tools/aidl/tests/golden_output/aidl-test-interface-ndk_platform-source/gen/android/aidl/tests/
H A DINamedCallback.cpp94 std::shared_ptr<::ndk::ICInterface> interface = ::ndk::ICInterface::asInterface(binder.get()); in fromBinder() local
H A DINewName.cpp94 std::shared_ptr<::ndk::ICInterface> interface = ::ndk::ICInterface::asInterface(binder.get()); in fromBinder() local
H A DIOldName.cpp94 std::shared_ptr<::ndk::ICInterface> interface = ::ndk::ICInterface::asInterface(binder.get()); in fromBinder() local
/aosp12/art/runtime/mirror/
H A Dclass.cc417 ObjPtr<Class> interface = GetDirectInterface(self, h_this.Get(), i); in DumpClass() local
1017 ObjPtr<Class> interface = GetDirectInterface(self, k, i); in FindStaticField() local
1043 ObjPtr<Class> interface = GetDirectInterface(self, k, i); in FindStaticField() local
1071 ObjPtr<Class> interface = GetDirectInterface(self, k, i); in FindField() local
1172 ObjPtr<Class> interface; in GetDirectInterface() local
1187 ObjPtr<Class> interface = Runtime::Current()->GetClassLinker()->LookupResolvedType( in GetDirectInterface() local
1194 ObjPtr<Class> interface = GetDirectInterface(self, klass.Get(), idx); in ResolveDirectInterface() local

12345678910>>...20