OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:nativeAllocate
(Results
1 - 5
of
5
) sorted by null
/frameworks/base/media/mca/filterfw/java/android/filterfw/core/
GLEnvironment.java
37
nativeAllocate
();
167
private native boolean
nativeAllocate
();
VertexFrame.java
39
if (!
nativeAllocate
(getFormat().getSize())) {
132
private native boolean
nativeAllocate
(int size);
NativeFrame.java
39
nativeAllocate
(capacity);
232
private native boolean
nativeAllocate
(int capacity);
GLFrame.java
120
if (!
nativeAllocate
(mGLEnvironment, getFormat().getWidth(), getFormat().getHeight())) {
364
private native boolean
nativeAllocate
(GLEnvironment env, int width, int height);
/frameworks/base/core/java/android/hardware/camera2/impl/
CameraMetadataNative.java
262
mMetadataPtr =
nativeAllocate
();
[
all
...]
Completed in 189 milliseconds