OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:GetCommand
(Results
1 - 8
of
8
) sorted by null
/frameworks/base/core/java/android/hardware/camera2/impl/
GetCommand.java
22
public interface
GetCommand
{
CameraMetadataNative.java
352
GetCommand
g = sGetCommandMap.get(key);
479
private static final HashMap<Key<?>,
GetCommand
> sGetCommandMap =
480
new HashMap<Key<?>,
GetCommand
>();
483
CameraCharacteristics.SCALER_AVAILABLE_FORMATS.getNativeKey(), new
GetCommand
() {
491
CaptureResult.STATISTICS_FACES.getNativeKey(), new
GetCommand
() {
499
CaptureResult.STATISTICS_FACE_RECTANGLES.getNativeKey(), new
GetCommand
() {
508
new
GetCommand
() {
516
CameraCharacteristics.CONTROL_MAX_REGIONS_AE.getNativeKey(), new
GetCommand
() {
524
CameraCharacteristics.CONTROL_MAX_REGIONS_AWB.getNativeKey(), new
GetCommand
() {
532
CameraCharacteristics.CONTROL_MAX_REGIONS_AF.getNativeKey(), new
GetCommand
() {
[
all
...]
/external/v8/tools/testrunner/local/
execution.py
83
def
GetCommand
(test, context):
101
command =
GetCommand
(test, context)
/external/v8/tools/
run_perf.py
460
def
GetCommand
(self, shell_dir, extra_flags=None):
633
runnable.
GetCommand
(shell_dir, self.extra_flags),
/art/runtime/jdwp/
jdwp.h
469
uint8_t
GetCommand
() { return command_; }
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
oledbdep.h
[
all
...]
agtsvr.h
566
virtual HRESULT WINAPI
GetCommand
(__LONG32 dwCommandID,IUnknown **ppunkCommand) = 0;
589
HRESULT (WINAPI *
GetCommand
)(IAgentCommands *This,__LONG32 dwCommandID,IUnknown **ppunkCommand);
614
#define IAgentCommands_GetCommand(This,dwCommandID,ppunkCommand) (This)->lpVtbl->
GetCommand
(This,dwCommandID,ppunkCommand
[
all
...]
/external/clang/lib/Driver/
Tools.cpp
[
all
...]
Completed in 520 milliseconds