Home
last modified time | relevance | path

Searched defs:make (Results 1 – 25 of 58) sorted by relevance

123

/aosp12/system/tools/aidl/tests/golden_output/aidl-test-interface-cpp-source/gen/include/android/aidl/tests/
H A DUnionWithFd.h69 static UnionWithFd make(_Tp&&... _args) { in make() function
74 static UnionWithFd make(std::initializer_list<_Tp> _il, _Up&&... _args) { in make() function
H A DUnion.h77 static Union make(_Tp&&... _args) { in make() function
82 static Union make(std::initializer_list<_Tp> _il, _Up&&... _args) { in make() function
/aosp12/system/tools/aidl/tests/golden_output/aidl-test-interface-cpp-source/gen/include/android/aidl/tests/unions/
H A DEnumUnion.h71 static EnumUnion make(_Tp&&... _args) { in make() function
76 static EnumUnion make(std::initializer_list<_Tp> _il, _Up&&... _args) { in make() function
H A DUnionInUnion.h71 static UnionInUnion make(_Tp&&... _args) { in make() function
76 static UnionInUnion make(std::initializer_list<_Tp> _il, _Up&&... _args) { in make() function
/aosp12/system/tools/aidl/tests/golden_output/aidl_test_loggable_interface-cpp-source/gen/include/android/aidl/loggable/
H A DUnion.h69 static Union make(_Tp&&... _args) { in make() function
74 static Union make(std::initializer_list<_Tp> _il, _Up&&... _args) { in make() function
/aosp12/system/tools/aidl/tests/golden_output/aidl-test-interface-ndk_platform-source/gen/include/aidl/android/aidl/tests/
H A DUnionWithFd.h56 static UnionWithFd make(_Tp&&... _args) { in make() function
61 static UnionWithFd make(std::initializer_list<_Tp> _il, _Up&&... _args) { in make() function
H A DUnion.h62 static Union make(_Tp&&... _args) { in make() function
67 static Union make(std::initializer_list<_Tp> _il, _Up&&... _args) { in make() function
/aosp12/system/tools/aidl/tests/golden_output/aidl-test-interface-ndk_platform-source/gen/include/aidl/android/aidl/tests/unions/
H A DEnumUnion.h59 static EnumUnion make(_Tp&&... _args) { in make() function
64 static EnumUnion make(std::initializer_list<_Tp> _il, _Up&&... _args) { in make() function
H A DUnionInUnion.h58 static UnionInUnion make(_Tp&&... _args) { in make() function
63 static UnionInUnion make(std::initializer_list<_Tp> _il, _Up&&... _args) { in make() function
/aosp12/system/tools/aidl/tests/golden_output/aidl_test_loggable_interface-ndk-source/gen/include/aidl/android/aidl/loggable/
H A DUnion.h56 static Union make(_Tp&&... _args) { in make() function
61 static Union make(std::initializer_list<_Tp> _il, _Up&&... _args) { in make() function
/aosp12/system/tools/aidl/tests/golden_output/aidl_test_loggable_interface-ndk_platform-source/gen/include/aidl/android/aidl/loggable/
H A DUnion.h56 static Union make(_Tp&&... _args) { in make() function
61 static Union make(std::initializer_list<_Tp> _il, _Up&&... _args) { in make() function
/aosp12/packages/apps/Bluetooth/src/com/android/bluetooth/hfpclient/
H A DHeadsetClientStateMachineFactory.java27 public HeadsetClientStateMachine make(HeadsetClientService context, HandlerThread t, in make() method in HeadsetClientStateMachineFactory
/aosp12/frameworks/native/services/surfaceflinger/CompositionEngine/tests/
H A DCallOrderStateMachineHelper.h102 static CurrentStateType make(InstanceType* instance) { in make() function
/aosp12/packages/apps/Bluetooth/src/com/android/bluetooth/audio_util/mockable/
H A DMediaControllerFactory.java38 static MediaController make(Context context, MediaSession.Token token) { in make() method in MediaControllerFactory
H A DMediaBrowserFactory.java39 static MediaBrowser make(Context context, ComponentName serviceComponent, in make() method in MediaBrowserFactory
/aosp12/frameworks/base/tests/RenderThreadTest/src/com/example/renderthread/
H A DMainActivity.java27 static Map<String,?> make(String name) { in make() method in MainActivity
/aosp12/build/make/tools/product_config/src/com/android/build/config/
H A DConvertMakeToGenericConfig.java34 public GenericConfig convert(Map<String, MakeConfig> make) { in convert()
/aosp12/frameworks/base/core/java/android/text/
H A DAlteredCharSequence.java36 public static AlteredCharSequence make(CharSequence source, char[] sub, in make() method in AlteredCharSequence
H A DBoringLayout.java54 public static BoringLayout make(CharSequence source, TextPaint paint, int outerWidth, in make() method in BoringLayout
80 public static BoringLayout make(CharSequence source, TextPaint paint, int outerWidth, in make() method in BoringLayout
/aosp12/system/core/libutils/include/utils/
H A DStrongPointer.h218 sp<T> sp<T>::make(Args&&... args) { in make() function
/aosp12/frameworks/base/core/java/com/android/internal/graphics/cam/
H A DFrame.java128 public static Frame make(@NonNull float[] whitepoint, float adaptingLuminance, in make() method in Frame
/aosp12/packages/services/Telecomm/src/com/android/server/telecom/ui/
H A DIncomingCallNotifier.java55 IncomingCallNotifier make(Context context, CallsManagerProxy mCallsManagerProxy); in make() method
/aosp12/frameworks/native/libs/binder/ndk/include_cpp/android/
H A Dbinder_interface_utils.h84 static std::shared_ptr<T> make(Args&&... args) { in make() function
/aosp12/frameworks/native/libs/binder/
H A DRpcServer.cpp42 sp<RpcServer> RpcServer::make() { in make() function in android::RpcServer
/aosp12/packages/apps/DocumentsUI/src/com/android/documentsui/inspector/
H A DMediaView.java153 String make = tags.getString(ExifInterface.TAG_MAKE); in showExifData() local

123