HomeSort by relevance Sort by last modified time
    Searched refs:Void (Results 201 - 225 of 1326) sorted by null

1 2 3 4 5 6 7 891011>>

  /hardware/interfaces/gnss/1.0/default/
GnssDebug.h 32 using ::android::hardware::Void;
45 Return<void> getDebugData(getDebugData_cb _hidl_cb) override;
  /hardware/interfaces/tests/bar/1.0/default/
ImportTypes.h 17 using ::android::hardware::Void;
  /hardware/interfaces/tests/extension/light/2.0/default/
Light.cpp 41 Return<void> Light::getSupportedTypes(getSupportedTypes_cb _hidl_cb) {
51 return Void();
  /hardware/interfaces/tests/inheritance/1.0/default/
Grandparent.h 17 using ::android::hardware::Void;
24 Return<void> doGrandparent() override;
Parent.h 17 using ::android::hardware::Void;
24 Return<void> doGrandparent() override;
27 Return<void> doParent() override;
  /hardware/interfaces/wifi/1.1/default/
hidl_return_util.h 43 Return<void> validateAndCall(
47 const std::function<void(const WifiStatus&)>& hidl_cb,
55 return Void();
62 Return<void> validateAndCallWithLock(
66 const std::function<void(const WifiStatus&)>& hidl_cb,
74 return Void();
80 Return<void> validateAndCall(
84 const std::function<void(const WifiStatus&, ReturnT)>& hidl_cb,
96 return Void();
106 Return<void> validateAndCall
    [all...]
  /hardware/qcom/gps/msm8998/android/
GnssDebug.h 32 using ::android::hardware::Void;
47 Return<void> getDebugData(getDebugData_cb _hidl_cb) override;
  /hardware/qcom/gps/sdm845/android/
GnssDebug.h 32 using ::android::hardware::Void;
47 Return<void> getDebugData(getDebugData_cb _hidl_cb) override;
  /libcore/luni/src/test/java/org/apache/harmony/annotation/tests/java/lang/annotation/
TestAnnotation3.java 26 Class aClazz() default Void.class;
TestAnnotation3b.java 26 Class aClazz() default Void.class;
  /libcore/support/src/test/java/libcore/javax/net/ssl/
TestSSLSocketPair.java 45 public void close() {
80 Future s = executor.submit(new Callable<Void>() {
81 public Void call() throws Exception {
89 Future c = executor.submit(new Callable<Void>() {
90 public Void call() throws Exception {
  /packages/apps/DocumentsUI/src/com/android/documentsui/base/
CheckedTask.java 35 extends AsyncTask<Input, Void, Output> {
44 protected void prepare() {}
50 protected abstract void finish(Output output);
53 protected final void onPreExecute() {
69 protected final void onPostExecute(Output result) {
  /packages/apps/UnifiedEmail/src/com/android/mail/utils/
ContentProviderTask.java 42 public class ContentProviderTask extends AsyncTask<Void, Void, ContentProviderTask.Result> {
83 protected Result doInBackground(Void... params) {
94 public void run(ContentResolver resolver, String authority,
99 executeOnExecutor(THREAD_POOL_EXECUTOR, (Void) null);
104 public void run(ContentResolver resolver, Uri uri, ContentValues values) {
116 public void run(ContentResolver resolver, Uri uri, ContentValues values,
130 public void run(ContentResolver resolver, Uri uri, String selection,
  /tools/tradefederation/core/remote/src/com/android/tradefed/command/remote/
AllocateDeviceOp.java 26 class AllocateDeviceOp extends RemoteOperation<Void> {
52 protected void packIntoJson(JSONObject j) throws JSONException {
FreeDeviceOp.java 24 class FreeDeviceOp extends RemoteOperation<Void> {
53 protected void packIntoJson(JSONObject j) throws JSONException {
StartHandoverOp.java 24 public class StartHandoverOp extends RemoteOperation<Void> {
50 protected void packIntoJson(JSONObject j) throws JSONException {
  /frameworks/base/core/tests/coretests/src/android/print/
BasePrintTest.java 85 void run() throws Exception;
94 void assertException(Invokable invokable, Class<? extends Exception> expectedClass)
123 public static void setUpClass() throws Exception {
140 public void initCounters() throws Exception {
147 public void exitActivities() throws Exception {
165 protected void onStartCalled() {
169 protected void onPrinterDiscoverySessionStartCalled() {
173 protected void waitForPrinterDiscoverySessionStartCallbackCalled() {
178 protected void waitForStartAdapterCallbackCalled() {
182 private static void waitForCallbackCallCount(CallCounter counter, int count, String message)
    [all...]
  /frameworks/base/packages/PrintSpooler/tests/outofprocess/src/com/android/printspooler/outofprocess/tests/
BasePrintTest.java 86 public static void setUpClass() throws Exception {
103 public void exitActivities() throws Exception {
139 protected static void clearPrintSpoolerData() throws Exception {
149 Answer<Void> onStartPrinterDiscovery, Answer<Void> onStopPrinterDiscovery,
150 Answer<Void> onValidatePrinters, Answer<Void> onStartPrinterStateTracking,
151 Answer<Void> onRequestCustomPrinterIcon, Answer<Void> onStopPrinterStateTracking,
152 Answer<Void> onDestroy)
    [all...]
  /hardware/interfaces/drm/1.0/default/
CryptoPlugin.cpp 41 Return<void> CryptoPlugin::notifyResolution(uint32_t width,
44 return Void();
52 Return<void> CryptoPlugin::setSharedBufferBase(const hidl_memory& base,
59 return Void();
62 Return<void> CryptoPlugin::decrypt(bool secure,
72 return Void();
79 return Void();
116 return Void();
121 return Void();
125 (static_cast<void *>(sourceBase->getPointer()))
    [all...]
  /packages/apps/Car/Radio/src/com/android/car/radio/
RadioStorage.java 63 void onPresetsRefreshed();
75 void onPreScannedChannelChange(int radioBand);
115 public void addPresetsChangeListener(PresetsChangeListener listener) {
122 public void removePresetsChangeListener(PresetsChangeListener listener) {
130 public void addPreScannedChannelChangeListener(PreScannedChannelChangeListener listener) {
141 public void removePreScannedChannelChangeListener(PreScannedChannelChangeListener listener) {
154 private void refreshPresets() {
208 public void storePreset(RadioStation preset) {
224 public void removePreset(RadioStation preset) {
248 public void storeRadioBand(int radioBand)
    [all...]
  /packages/apps/Settings/tests/robotests/src/com/android/settings/fuelgauge/
PowerUsageAnomalyDetailsTest.java 95 public void setUp() {
132 public void testRefreshUi_displayCorrectTitleAndSummary() {
136 Answer<Void> prefCallable = new Answer<Void>() {
138 public Void answer(InvocationOnMock invocation) throws Throwable {
159 public void testRefreshUi_iconCorrect() {
167 Answer<Void> prefCallable = new Answer<Void>() {
169 public Void answer(InvocationOnMock invocation) throws Throwable {
182 public void testStartBatteryAbnormalPage_dataCorrect()
    [all...]
  /packages/apps/TV/src/com/android/tv/menu/
AppLinkCardView.java 99 public void onBind(ChannelsRowItem item, boolean selected) {
128 new AsyncTask<Void, Void, CharSequence>() {
132 protected CharSequence doInBackground(Void... params) {
140 protected void onPostExecute(CharSequence appLabel) {
163 new AsyncTask<Void, Void, Drawable>() {
167 protected Drawable doInBackground(Void... params) {
172 protected void onPostExecute(Drawable appIcon) {
195 new AsyncTask<Void, Void, CharSequence>()
    [all...]
  /libcore/ojluni/src/main/java/java/util/stream/
ForEachOps.java 70 public static <T> TerminalOp<T, Void> makeRef(Consumer<? super T> action,
85 public static TerminalOp<Integer, Void> makeInt(IntConsumer action,
100 public static TerminalOp<Long, Void> makeLong(LongConsumer action,
115 public static TerminalOp<Double, Void> makeDouble(DoubleConsumer action,
134 implements TerminalOp<T, Void>, TerminalSink<T, Void> {
149 public <S> Void evaluateSequential(PipelineHelper<T> helper,
155 public <S> Void evaluateParallel(PipelineHelper<T> helper,
167 public Void get() {
183 public void accept(T t)
    [all...]
  /packages/apps/KeyChain/tests/src/com/android/keychain/tests/
KeyChainTestActivity.java 69 private void log(final String message) {
72 @Override public void run() {
78 @Override public void onCreate(Bundle savedInstanceState) {
105 private void testKeyChainImproperUse() {
151 private class SetupTestKeyStore extends AsyncTask<Void, Void, Void> {
152 @Override protected Void doInBackground(Void... params) {
156 @Override protected void onPostExecute(Void result)
    [all...]
  /hardware/interfaces/renderscript/1.0/default/
Context.cpp 75 Return<void> Context::allocationAdapterOffset(Allocation alloc, const hidl_vec<uint32_t>& offsets) {
79 return Void();
84 const void* _type = Device::getHal().AllocationGetType(mContext, _allocation);
121 Return<void> Context::allocationSetNativeWindow(Allocation allocation, NativeWindow nativewindow) {
125 return Void();
128 Return<void> Context::allocationSetupBufferQueue(Allocation alloc, uint32_t numBuffer) {
132 return Void();
135 Return<void> Context::allocationShareBufferQueue(Allocation baseAlloc, Allocation subAlloc) {
139 return Void();
142 Return<void> Context::allocationCopyToBitmap(Allocation allocation, Ptr data, Size sizeBytes)
    [all...]

Completed in 3102 milliseconds

1 2 3 4 5 6 7 891011>>