/frameworks/native/include/android/ |
native_activity.h | 78 * NativeActivity instance created by the system for you. 101 * This is the native instance of the application. It is not used by 102 * the framework, but can be set by the application to its own instance 105 void* instance; member in struct:ANativeActivity 108 * Pointer to the Asset Manager instance for the application. The application 141 * Framework is asking NativeActivity to save its current instance state. 240 * application's native activity. It is called with the activity instance (see 241 * above); if the code is being instantiated from a previously saved instance,
|
/hardware/intel/common/libmix/mix_common/src/ |
mixparams.h | 30 * @returns: reference to cloned instance. 32 * Virtual function prototype for methods to create duplicate of instance. 43 * Virtual function prototype for methods to create copies of instance. 91 * @instance: type instance 97 GTypeInstance instance; member in struct:_MixParams 138 * Create new instance of the object. 148 * Copy data from one instance to the other. This method internally invoked the #MixParams::copy method such that derived object will be copied correctly. 185 * Duplicate the given #MixParams and allocate a new instance. This method is chained up properly and derive object will be dupped properly. 195 * Note that the parameter comparison compares the values that are hold inside the object, not for checking if the 2 pointers are of the same instance [all...] |
/hardware/qcom/wlan/qcwcn/wifi_hal/ |
llstatscommand.h | 91 static LLStatsCommand* instance(wifi_handle handle);
|
/libcore/ojluni/src/main/java/java/lang/ |
ClassLoader.java | 92 * classes and resources. Each instance of <tt>ClassLoader</tt> has an 94 * resource, a <tt>ClassLoader</tt> instance will delegate the search for the 98 * serve as the parent of a <tt>ClassLoader</tt> instance. 122 * <tt>defineClass</tt>} converts an array of bytes into an instance of class 144 * create a class instance. A sample implementation is: 409 * Converts an array of bytes into an instance of class <tt>Class</tt>. 457 * Converts an array of bytes into an instance of class <tt>Class</tt>. 522 * Converts an array of bytes into an instance of class <tt>Class</tt>, 596 * into an instance of class <tt>Class</tt>, 1338 private static BootClassLoader instance; field in class:BootClassLoader [all...] |
/packages/apps/Bluetooth/src/com/android/bluetooth/mapclient/ |
MapClientService.java | 68 private static synchronized void setService(MapClientService instance) { 69 if (instance != null && instance.isAvailable()) { 70 if (DBG) Log.d(TAG, "setMapMceService(): replacing old instance: " + sMapClientService); 71 sMapClientService = instance;
|
/packages/apps/Bluetooth/src/com/android/bluetooth/pbapclient/ |
PbapClientService.java | 264 private static synchronized void setPbapClientService(PbapClientService instance) { 265 if (instance != null && instance.isAvailable()) { 269 sPbapClientService = instance;
|
/packages/apps/Gallery/src/com/android/camera/gallery/ |
VideoObject.java | 112 return BitmapManager.instance().getThumbnail(mContentResolver,
|
/packages/apps/PackageInstaller/src/com/android/packageinstaller/permission/ui/wear/ |
ReviewPermissionsWearFragment.java | 62 ReviewPermissionsWearFragment instance = new ReviewPermissionsWearFragment(); local 63 instance.setArguments(arguments); 64 instance.setRetainInstance(true); 65 return instance;
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/linux/ |
tipc.h | 53 __u32 instance; member in struct:tipc_name
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/linux/ |
tipc.h | 53 __u32 instance; member in struct:tipc_name
|
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/ |
roapi.h | 31 HRESULT WINAPI RoActivateInstance(HSTRING activatableClassId, IInspectable **instance);
|
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/wrl/ |
client.h | 281 inline HRESULT ActivateInstance(HSTRING classid, ::Microsoft::WRL::Details::ComPtrRef<T> instance) throw() { 282 return ActivateInstance(classid, instance.ReleaseAndGetAddressOf()); 296 inline HRESULT ActivateInstance(HSTRING classid, ::Microsoft::WRL::Details::ComPtrRef<T> instance) throw() { 297 return ActivateInstance(classid, instance.ReleaseAndGetAddressOf());
|
/prebuilts/go/darwin-x86/src/bytes/ |
bytes_amd64.go | 9 // indexShortStr returns the index of the first instance of c in s, or -1 if c is not present in s. 24 // Index returns the index of the first instance of sep in s, or -1 if sep is not present in s.
|
bytes_s390x.go | 9 // indexShortStr returns the index of the first instance of sep in s, 27 // Index returns the index of the first instance of sep in s, or -1 if sep is not present in s.
|
/prebuilts/go/linux-x86/src/bytes/ |
bytes_amd64.go | 9 // indexShortStr returns the index of the first instance of c in s, or -1 if c is not present in s. 24 // Index returns the index of the first instance of sep in s, or -1 if sep is not present in s.
|
bytes_s390x.go | 9 // indexShortStr returns the index of the first instance of sep in s, 27 // Index returns the index of the first instance of sep in s, or -1 if sep is not present in s.
|
/prebuilts/ndk/r10/platforms/android-12/arch-arm/usr/include/android/ |
native_activity.h | 67 * NativeActivity instance created by the system for you. 90 * This is the native instance of the application. It is not used by 91 * the framework, but can be set by the application to its own instance 94 void* instance; member in struct:ANativeActivity 97 * Pointer to the Asset Manager instance for the application. The application 123 * Framework is asking NativeActivity to save its current instance state. 222 * application's native activity. It is called with the activity instance (see 223 * above); if the code is being instantiated from a previously saved instance,
|
/prebuilts/ndk/r10/platforms/android-12/arch-mips/usr/include/android/ |
native_activity.h | 67 * NativeActivity instance created by the system for you. 90 * This is the native instance of the application. It is not used by 91 * the framework, but can be set by the application to its own instance 94 void* instance; member in struct:ANativeActivity 97 * Pointer to the Asset Manager instance for the application. The application 123 * Framework is asking NativeActivity to save its current instance state. 222 * application's native activity. It is called with the activity instance (see 223 * above); if the code is being instantiated from a previously saved instance,
|
/prebuilts/ndk/r10/platforms/android-12/arch-x86/usr/include/android/ |
native_activity.h | 67 * NativeActivity instance created by the system for you. 90 * This is the native instance of the application. It is not used by 91 * the framework, but can be set by the application to its own instance 94 void* instance; member in struct:ANativeActivity 97 * Pointer to the Asset Manager instance for the application. The application 123 * Framework is asking NativeActivity to save its current instance state. 222 * application's native activity. It is called with the activity instance (see 223 * above); if the code is being instantiated from a previously saved instance,
|
/prebuilts/ndk/r10/platforms/android-13/arch-arm/usr/include/android/ |
native_activity.h | 67 * NativeActivity instance created by the system for you. 90 * This is the native instance of the application. It is not used by 91 * the framework, but can be set by the application to its own instance 94 void* instance; member in struct:ANativeActivity 97 * Pointer to the Asset Manager instance for the application. The application 130 * Framework is asking NativeActivity to save its current instance state. 229 * application's native activity. It is called with the activity instance (see 230 * above); if the code is being instantiated from a previously saved instance,
|
/prebuilts/ndk/r10/platforms/android-13/arch-mips/usr/include/android/ |
native_activity.h | 67 * NativeActivity instance created by the system for you. 90 * This is the native instance of the application. It is not used by 91 * the framework, but can be set by the application to its own instance 94 void* instance; member in struct:ANativeActivity 97 * Pointer to the Asset Manager instance for the application. The application 130 * Framework is asking NativeActivity to save its current instance state. 229 * application's native activity. It is called with the activity instance (see 230 * above); if the code is being instantiated from a previously saved instance,
|
/prebuilts/ndk/r10/platforms/android-13/arch-x86/usr/include/android/ |
native_activity.h | 67 * NativeActivity instance created by the system for you. 90 * This is the native instance of the application. It is not used by 91 * the framework, but can be set by the application to its own instance 94 void* instance; member in struct:ANativeActivity 97 * Pointer to the Asset Manager instance for the application. The application 130 * Framework is asking NativeActivity to save its current instance state. 229 * application's native activity. It is called with the activity instance (see 230 * above); if the code is being instantiated from a previously saved instance,
|
/prebuilts/ndk/r10/platforms/android-14/arch-arm/usr/include/android/ |
native_activity.h | 67 * NativeActivity instance created by the system for you. 90 * This is the native instance of the application. It is not used by 91 * the framework, but can be set by the application to its own instance 94 void* instance; member in struct:ANativeActivity 97 * Pointer to the Asset Manager instance for the application. The application 130 * Framework is asking NativeActivity to save its current instance state. 229 * application's native activity. It is called with the activity instance (see 230 * above); if the code is being instantiated from a previously saved instance,
|
/prebuilts/ndk/r10/platforms/android-14/arch-mips/usr/include/android/ |
native_activity.h | 67 * NativeActivity instance created by the system for you. 90 * This is the native instance of the application. It is not used by 91 * the framework, but can be set by the application to its own instance 94 void* instance; member in struct:ANativeActivity 97 * Pointer to the Asset Manager instance for the application. The application 130 * Framework is asking NativeActivity to save its current instance state. 229 * application's native activity. It is called with the activity instance (see 230 * above); if the code is being instantiated from a previously saved instance,
|
/prebuilts/ndk/r10/platforms/android-14/arch-x86/usr/include/android/ |
native_activity.h | 67 * NativeActivity instance created by the system for you. 90 * This is the native instance of the application. It is not used by 91 * the framework, but can be set by the application to its own instance 94 void* instance; member in struct:ANativeActivity 97 * Pointer to the Asset Manager instance for the application. The application 130 * Framework is asking NativeActivity to save its current instance state. 229 * application's native activity. It is called with the activity instance (see 230 * above); if the code is being instantiated from a previously saved instance,
|