HomeSort by relevance Sort by last modified time
    Searched defs:readFromParcel (Results 1 - 25 of 255) sorted by null

1 2 3 4 5 6 7 8 91011

  /packages/services/Car/procfs-inspector/server/
process.cpp 11 status_t procfsinspector::ProcessInfo::readFromParcel(const Parcel* parcel) {
  /packages/services/Car/tools/keventreader/server/
event.cpp 39 status_t KeypressEvent::readFromParcel(const Parcel* parcel) {
  /system/core/storaged/
uid_info.cpp 38 status_t UidInfo::readFromParcel(const Parcel* parcel) {
  /frameworks/base/libs/services/src/os/
StatsLogEventWrapper.cpp 39 status_t StatsLogEventWrapper::readFromParcel(const Parcel* in) {
  /system/bt/binder/android/os/
parcel_file_descriptor.cc 32 status_t ParcelFileDescriptor::readFromParcel(const Parcel* parcel) {
  /system/bt/service/common/android/bluetooth/
advertise_data.cc 29 status_t AdvertiseData::readFromParcel(const Parcel* parcel) {
advertise_settings.cc 38 status_t AdvertiseSettings::readFromParcel(const Parcel* parcel) {
bluetooth_gatt_descriptor.cc 41 status_t BluetoothGattDescriptor::readFromParcel(const Parcel* parcel) {
bluetooth_gatt_included_service.cc 42 status_t BluetoothGattIncludedService::readFromParcel(const Parcel* parcel) {
scan_result.cc 46 status_t ScanResult::readFromParcel(const Parcel* parcel) {
scan_settings.cc 50 status_t ScanSettings::readFromParcel(const Parcel* parcel) {
  /system/security/keystore/
Signature.cpp 30 status_t Signature::readFromParcel(const Parcel* parcel) {
KeyAttestationPackageInfo.cpp 41 status_t KeyAttestationPackageInfo::readFromParcel(const Parcel* parcel) {
KeymasterArguments.cpp 28 status_t KeymasterArguments::readFromParcel(const android::Parcel* in) {
OperationResult.cpp 37 status_t OperationResult::readFromParcel(const Parcel* inn) {
  /frameworks/av/camera/camera2/
SubmitInfo.cpp 36 status_t SubmitInfo::readFromParcel(const android::Parcel *parcel) {
  /frameworks/av/media/libaaudio/src/binding/
AAudioStreamConfiguration.cpp 67 status_t AAudioStreamConfiguration::readFromParcel(const Parcel* parcel) {
104 ALOGE("AAudioStreamConfiguration.readFromParcel(): read failed = %d", status);
  /frameworks/av/media/libmedia/
BufferingSettings.cpp 30 status_t BufferingSettings::readFromParcel(const Parcel* parcel) {
  /frameworks/native/libs/gui/
LayerDebugInfo.cpp 67 status_t LayerDebugInfo::readFromParcel(const Parcel* parcel) {
  /frameworks/native/services/thermalservice/aidl/android/os/
Temperature.cpp 41 status_t Temperature::readFromParcel(const Parcel* p) {
  /system/bt/binder/android/bluetooth/
bluetooth_device.cc 35 status_t BluetoothDevice::readFromParcel(const Parcel* parcel) {
  /system/connectivity/wificond/scanning/
channel_settings.cpp 36 status_t ChannelSettings::readFromParcel(const ::android::Parcel* parcel) {
hidden_network.cpp 36 status_t HiddenNetwork::readFromParcel(const ::android::Parcel* parcel) {
radio_chain_info.cpp 36 status_t RadioChainInfo::readFromParcel(const ::android::Parcel* parcel) {
  /system/update_engine/
parcelable_update_engine_status.cc 80 status_t ParcelableUpdateEngineStatus::readFromParcel(const Parcel* parcel) {

Completed in 291 milliseconds

1 2 3 4 5 6 7 8 91011