Home
last modified time | relevance | path

Searched refs:in1 (Results 1 – 5 of 5) sorted by relevance

/packages/apps/LegacyCamera/jni/feature_stab/src/dbreg/
Ddbstabsmooth.cpp24 static bool vpmotion_add(VP_MOTION *in1, VP_MOTION *in2, VP_MOTION *out);
25 static bool vpmotion_multiply(VP_MOTION *in1, double factor, VP_MOTION *out);
307 static bool vpmotion_add(VP_MOTION *in1, VP_MOTION *in2, VP_MOTION *out) in vpmotion_add() argument
310 if(in1 == NULL || in2 == NULL || out == NULL) in vpmotion_add()
314 out->par[i] = in1->par[i] + in2->par[i]; in vpmotion_add()
319 static bool vpmotion_multiply(VP_MOTION *in1, double factor, VP_MOTION *out) in vpmotion_multiply() argument
322 if(in1 == NULL || out == NULL) in vpmotion_multiply()
326 out->par[i] = in1->par[i] * factor; in vpmotion_multiply()
/packages/apps/Bluetooth/src/com/android/bluetooth/opp/
DBluetoothOppLauncherActivity.java205 Intent in1 = new Intent(BluetoothDevicePicker.ACTION_LAUNCH); in launchDevicePicker() local
206 in1.setFlags(Intent.FLAG_ACTIVITY_EXCLUDE_FROM_RECENTS); in launchDevicePicker()
207 in1.putExtra(BluetoothDevicePicker.EXTRA_NEED_AUTH, false); in launchDevicePicker()
208 in1.putExtra(BluetoothDevicePicker.EXTRA_FILTER_TYPE, in launchDevicePicker()
210 in1.putExtra(BluetoothDevicePicker.EXTRA_LAUNCH_PACKAGE, in launchDevicePicker()
212 in1.putExtra(BluetoothDevicePicker.EXTRA_LAUNCH_CLASS, in launchDevicePicker()
215 startActivity(in1); in launchDevicePicker()
DBluetoothOppReceiver.java78 Intent in1 = new Intent(BluetoothDevicePicker.ACTION_LAUNCH); in onReceive() local
79 in1.putExtra(BluetoothDevicePicker.EXTRA_NEED_AUTH, false); in onReceive()
80 in1.putExtra(BluetoothDevicePicker.EXTRA_FILTER_TYPE, in onReceive()
82 in1.putExtra(BluetoothDevicePicker.EXTRA_LAUNCH_PACKAGE, in onReceive()
84 in1.putExtra(BluetoothDevicePicker.EXTRA_LAUNCH_CLASS, in onReceive()
87 in1.setFlags(Intent.FLAG_ACTIVITY_NEW_TASK); in onReceive()
88 context.startActivity(in1); in onReceive()
/packages/apps/Browser2/test/webexposed/
Dglobal-interface-listing-expected.txt3554 getter in1
3569 getter in1
3579 getter in1
3594 getter in1
3615 getter in1
3632 getter in1
3648 getter in1
3666 getter in1
3692 getter in1
3718 getter in1
[all …]
/packages/services/Telecomm/libs/
Dguava.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/ ...