HomeSort by relevance Sort by last modified time
    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 351 GetCommand g = sGetCommandMap.get(key);
467 private static final HashMap<Key<?>, GetCommand> sGetCommandMap =
468 new HashMap<Key<?>, GetCommand>();
471 CameraCharacteristics.SCALER_AVAILABLE_FORMATS.getNativeKey(), new GetCommand() {
479 CaptureResult.STATISTICS_FACES.getNativeKey(), new GetCommand() {
487 CaptureResult.STATISTICS_FACE_RECTANGLES.getNativeKey(), new GetCommand() {
496 new GetCommand() {
504 CameraCharacteristics.CONTROL_MAX_REGIONS_AE.getNativeKey(), new GetCommand() {
512 CameraCharacteristics.CONTROL_MAX_REGIONS_AWB.getNativeKey(), new GetCommand() {
520 CameraCharacteristics.CONTROL_MAX_REGIONS_AF.getNativeKey(), new GetCommand() {
    [all...]
  /external/v8/tools/testrunner/local/
execution.py 95 command = self.GetCommand(test)
249 def GetCommand(self, test):
  /external/v8/tools/
run_perf.py 280 def GetCommand(self, shell_dir):
470 output = commands.Execute(runnable.GetCommand(shell_dir),
  /art/runtime/jdwp/
jdwp.h 474 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 435 milliseconds