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

1 23 4 5 6 7 8 91011>>

  /hardware/qcom/gps/sdm845/android/
GnssNi.cpp 33 void GnssNi::GnssNiDeathRecipient::serviceDied(uint64_t cookie, const wp<IBase>& who) {
45 Return<void> GnssNi::setCallback(const sp<IGnssNiCallback>& callback) {
48 return Void();
61 return Void();
64 Return<void> GnssNi::respond(int32_t notifId, IGnssNiCallback::GnssUserResponseType userResponse) {
67 return Void();
73 return Void();
78 return Void();
AGnssRil.h 37 using ::android::hardware::Void;
58 Return<void> setCallback(const sp<IAGnssRilCallback>& /*callback*/) override {
59 return Void();
61 Return<void> setRefLocation(const IAGnssRil::AGnssRefLocation& /*agnssReflocation*/) override {
62 return Void();
  /hardware/interfaces/tests/baz/1.0/default/
Baz.cpp 28 Return<void> heyItsMe(const sp<IBazCallback> &cb) override;
29 Return<void> hey() override;
32 Return<void> BazCallback::heyItsMe(
36 return Void();
39 Return<void> BazCallback::hey() {
42 return Void();
46 Return<void> Baz::someBaseMethod() {
49 return Void();
58 Return<void> Baz::someBoolArrayMethod(const hidl_array<bool, 3>& x,
70 return Void();
    [all...]
  /development/samples/DeviceAdminWhitelistedAccount/src/com/example/android/app/admin/whitelistedaccount/
MyMain.java 26 public void onCreate(Bundle savedInstanceState) {
31 new AsyncTask<Void, Void, Boolean>() {
33 protected Boolean doInBackground(Void... voids) {
38 protected void onPostExecute(Boolean ret) {
  /device/google/dragon/dumpstate/
DumpstateDevice.cpp 37 Return<void> DumpstateDevice::dumpstateBoard(const hidl_handle& handle) {
40 return Void();
46 return Void();
64 return Void();
  /external/archive-patcher/applier/src/main/java/com/google/archivepatcher/applier/
PatchApplyPlan.java 26 * The plan for uncompressing the old file is a {@link List} of {@link TypedRange} entries with void
47 private final List<TypedRange<Void>> oldFileUncompressionPlan;
76 List<TypedRange<Void>> oldFileUncompressionPlan,
90 public List<TypedRange<Void>> getOldFileUncompressionPlan() {
DeltaDescriptor.java 36 private final TypedRange<Void> deltaFriendlyOldFileRange;
41 private final TypedRange<Void> deltaFriendlyNewFileRange;
57 TypedRange<Void> deltaFriendlyOldFileRange,
58 TypedRange<Void> deltaFriendlyNewFileRange,
78 public TypedRange<Void> getDeltaFriendlyOldFileRange() {
86 public TypedRange<Void> getDeltaFriendlyNewFileRange() {
  /external/jacoco/org.jacoco.core.test/src/org/jacoco/core/test/perf/
InstrumentationTimeScenario.java 36 protected Callable<Void> getInstrumentedCallable() throws Exception {
39 return new Callable<Void>() {
40 public Void call() throws Exception {
  /hardware/interfaces/tests/memory/1.0/default/
MemoryTest.cpp 37 Return<void> Memory::haveSomeMemory(const hidl_memory& mem, haveSomeMemory_cb _hidl_cb) {
39 return Void();
42 Return<void> Memory::fillMemory(const hidl_memory& memory_in, uint8_t filler) {
47 return Void();
50 uint8_t* data = static_cast<uint8_t*>(static_cast<void*>(memory->getPointer()));
60 return Void();
  /hardware/qcom/gps/msm8998/android/
AGnssRil.h 37 using ::android::hardware::Void;
58 Return<void> setCallback(const sp<IAGnssRilCallback>& /*callback*/) override {
59 return Void();
61 Return<void> setRefLocation(const IAGnssRil::AGnssRefLocation& /*agnssReflocation*/) override {
62 return Void();
  /packages/apps/Settings/src/com/android/settings/search/
SavedQueryRemover.java 29 public class SavedQueryRemover extends AsyncLoader<Void> {
38 public Void loadInBackground() {
52 protected void onDiscardResult(Void result) {
  /system/connectivity/wificond/scanning/offload/
offload_callback.cpp 29 using ::android::hardware::Void;
39 Return<void> OffloadCallback::onScanResult(
46 return Void();
49 Return<void> OffloadCallback::onError(const OffloadStatus& status) {
55 return Void();
  /external/guice/extensions/servlet/test/com/google/inject/servlet/
ServletModuleTest.java 37 public void testServletModuleCallOutsideConfigure() {
48 public void testServletModuleReuse() {
70 protected void configureServlets() {
76 private static class Visitor extends DefaultBindingTargetVisitor<Object, Void> implements
77 ServletModuleTargetVisitor<Object, Void> {
83 public Void visit(LinkedFilterBinding binding) {
88 public Void visit(InstanceFilterBinding binding) {
93 public Void visit(LinkedServletBinding binding) {
98 public Void visit(InstanceServletBinding binding) {
  /frameworks/av/media/libmedia/omx/1.0/
WOmxBufferSource.cpp 74 Return<void> TWOmxBufferSource::onOmxExecuting() {
76 return Void();
79 Return<void> TWOmxBufferSource::onOmxIdle() {
81 return Void();
84 Return<void> TWOmxBufferSource::onOmxLoaded() {
86 return Void();
89 Return<void> TWOmxBufferSource::onInputBufferAdded(uint32_t buffer) {
91 return Void();
94 Return<void> TWOmxBufferSource::onInputBufferEmptied(
98 return Void();
    [all...]
  /frameworks/av/media/libstagefright/omx/1.0/
WOmxBufferSource.cpp 74 Return<void> TWOmxBufferSource::onOmxExecuting() {
76 return Void();
79 Return<void> TWOmxBufferSource::onOmxIdle() {
81 return Void();
84 Return<void> TWOmxBufferSource::onOmxLoaded() {
86 return Void();
89 Return<void> TWOmxBufferSource::onInputBufferAdded(uint32_t buffer) {
91 return Void();
94 Return<void> TWOmxBufferSource::onInputBufferEmptied(
98 return Void();
    [all...]
  /packages/apps/Camera2/src/com/android/camera/one/v2/photo/
PictureCallbackAdapter.java 43 public Updatable<Void> provideQuickExposeUpdatable() {
44 return new Updatable<Void>() {
46 public void update(@Nonnull Void v) {
48 public void run() {
59 public void update(@Nonnull final byte[] jpegData) {
61 public void run() {
72 public void update(@Nonnull final CaptureSession session) {
74 public void run() {
85 public void update(@Nonnull final Uri uri)
    [all...]
  /developers/build/prebuilts/gradle/WearSpeakerSample/wear/src/main/java/com/example/android/wearable/speaker/
SoundRecorder.java 57 private AsyncTask<Void, Void, Void> mRecordingAsyncTask;
58 private AsyncTask<Void, Void, Void> mPlayingAsyncTask;
76 public void startRecording() {
82 mRecordingAsyncTask = new AsyncTask<Void, Void, Void>() {
    [all...]
  /developers/samples/android/wearable/wear/WearSpeakerSample/wear/src/main/java/com/example/android/wearable/speaker/
SoundRecorder.java 57 private AsyncTask<Void, Void, Void> mRecordingAsyncTask;
58 private AsyncTask<Void, Void, Void> mPlayingAsyncTask;
76 public void startRecording() {
82 mRecordingAsyncTask = new AsyncTask<Void, Void, Void>() {
    [all...]
  /development/samples/browseable/WearSpeakerSample/src/com.example.android.wearable.speaker/
SoundRecorder.java 57 private AsyncTask<Void, Void, Void> mRecordingAsyncTask;
58 private AsyncTask<Void, Void, Void> mPlayingAsyncTask;
76 public void startRecording() {
82 mRecordingAsyncTask = new AsyncTask<Void, Void, Void>() {
    [all...]
  /external/apache-harmony/support/src/test/java/tests/support/
Support_ProviderJCE.java 50 private void registerServices() {
51 AccessController.doPrivileged(new PrivilegedAction<Void>() {
52 public Void run() {
Support_ProviderRSA.java 50 private void registerServices() {
51 AccessController.doPrivileged(new PrivilegedAction<Void>() {
52 public Void run() {
Support_ProviderTrust.java 50 private void registerServices() {
51 AccessController.doPrivileged(new PrivilegedAction<Void>() {
52 public Void run() {
  /frameworks/base/core/java/android/print/
PrintFileDocumentAdapter.java 80 public void onLayout(PrintAttributes oldAttributes, PrintAttributes newAttributes,
87 public void onWrite(PageRange[] pages, ParcelFileDescriptor destination,
91 (Void[]) null);
94 private final class WriteFileAsyncTask extends AsyncTask<Void, Void, Void> {
109 public void onCancel() {
116 protected Void doInBackground(Void... params) {
144 protected void onPostExecute(Void result)
    [all...]
  /libcore/ojluni/src/main/java/java/util/concurrent/
CompletionStage.java 219 public CompletionStage<Void> thenAccept(Consumer<? super T> action);
234 public CompletionStage<Void> thenAcceptAsync(Consumer<? super T> action);
249 public CompletionStage<Void> thenAcceptAsync(Consumer<? super T> action,
262 public CompletionStage<Void> thenRun(Runnable action);
276 public CompletionStage<Void> thenRunAsync(Runnable action);
290 public CompletionStage<Void> thenRunAsync(Runnable action,
368 public <U> CompletionStage<Void> thenAcceptBoth
387 public <U> CompletionStage<Void> thenAcceptBothAsync
407 public <U> CompletionStage<Void> thenAcceptBothAsync
424 public CompletionStage<Void> runAfterBoth(CompletionStage<?> other
    [all...]
  /libcore/support/src/test/java/tests/support/
Support_ProviderTrust.java 52 private void registerServices() {
53 AccessController.doPrivileged(new PrivilegedAction<Void>() {
54 public Void run() {

Completed in 1074 milliseconds

1 23 4 5 6 7 8 91011>>