HomeSort by relevance Sort by last modified time
    Searched defs:GetCommand (Results 1 - 10 of 10) sorted by null

  /frameworks/base/core/java/android/hardware/camera2/impl/
GetCommand.java 22 public interface GetCommand {
CameraMetadataNative.java 379 GetCommand g = sGetCommandMap.get(key);
507 private static final HashMap<Key<?>, GetCommand> sGetCommandMap =
508 new HashMap<Key<?>, GetCommand>();
511 CameraCharacteristics.SCALER_AVAILABLE_FORMATS.getNativeKey(), new GetCommand() {
519 CaptureResult.STATISTICS_FACES.getNativeKey(), new GetCommand() {
527 CaptureResult.STATISTICS_FACE_RECTANGLES.getNativeKey(), new GetCommand() {
536 new GetCommand() {
544 CameraCharacteristics.CONTROL_MAX_REGIONS_AE.getNativeKey(), new GetCommand() {
552 CameraCharacteristics.CONTROL_MAX_REGIONS_AWB.getNativeKey(), new GetCommand() {
560 CameraCharacteristics.CONTROL_MAX_REGIONS_AF.getNativeKey(), new GetCommand() {
    [all...]
  /external/v8/tools/testrunner/local/
execution.py 84 def GetCommand(test, context):
102 command = GetCommand(test, context)
  /external/toolchain-utils/automation/common/
job.py 109 def GetCommand(self):
127 return self._FormatCommand(self.GetCommand(), [
  /system/connectivity/wificond/net/
nl80211_packet.cpp 105 uint8_t NL80211Packet::GetCommand() const {
  /external/v8/tools/
run_perf.py 491 def GetCommand(self, shell_dir, extra_flags=None):
678 command = self.command_prefix + runnable.GetCommand(shell_dir,
    [all...]
  /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 395 milliseconds