OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:createAllocation
(Results
1 - 2
of
2
) sorted by null
/cts/tests/camera/src/android/hardware/camera2/cts/rs/
ScriptGraph.java
481
inputAllocation = inputInfo.
createAllocation
();
524
inputAllocation = inputInfo.
createAllocation
();
538
: script.getOutputInfo().
createAllocation
();
AllocationInfo.java
247
* created with {@link #
createAllocation
()}.
412
public Allocation
createAllocation
() {
413
if (VERBOSE) Log.v(TAG, "
createAllocation
- for info =" + toString());
430
Allocation alloc =
createAllocation
();
Completed in 197 milliseconds