Searched defs:command (Results 1 - 25 of 69) sorted by relevance

123

/hardware/interfaces/radio/1.0/vts/functional/
H A Dsap_hidl_hal_api.cpp48 android::hardware::hidl_vec<uint8_t> command = {}; local
50 sap->apduReq(token, sapApduType, command);
/hardware/qcom/display/msm8084/libqservice/
H A DIQClient.cpp47 virtual status_t notifyCallback(uint32_t command, argument
53 data.writeInt32(command);
72 uint32_t command = data.readInt32(); local
73 notifyCallback(command, &data, reply);
H A DQService.cpp60 status_t QService::dispatch(uint32_t command, const Parcel* inParcel, argument
64 ALOGD_IF(QSERVICE_DEBUG, "Dispatching command: %d", command);
65 err = mClient->notifyCallback(command, inParcel, outParcel);
H A DIQService.cpp64 virtual android::status_t dispatch(uint32_t command, const Parcel* inParcel, argument
73 err = remote()->transact(command, data, reply);
128 ALOGE("display.qservice access denied: command=%d\
H A DQServiceUtils.h51 inline android::status_t sendSingleParam(uint32_t command, uint32_t value) { argument
57 err = binder->dispatch(command, &inParcel , &outParcel);
/hardware/qcom/display/msm8226/libqservice/
H A DIQClient.cpp47 virtual status_t notifyCallback(uint32_t command, argument
53 data.writeInt32(command);
72 uint32_t command = data.readInt32(); local
73 notifyCallback(command, &data, reply);
H A DQService.cpp57 status_t QService::dispatch(uint32_t command, const Parcel* inParcel, argument
65 ALOGD_IF(QSERVICE_DEBUG, "Dispatching command: %d", command);
66 err = mClient->notifyCallback(command, inParcel, outParcel);
H A DIQService.cpp55 virtual android::status_t dispatch(uint32_t command, const Parcel* inParcel, argument
64 err = remote()->transact(command, data, reply);
107 ALOGE("display.qservice access denied: command=%d\
H A DQServiceUtils.h51 inline android::status_t sendSingleParam(uint32_t command, uint32_t value) { argument
57 err = binder->dispatch(command, &inParcel , &outParcel);
/hardware/qcom/display/msm8909/libqservice/
H A DIQClient.cpp47 virtual status_t notifyCallback(uint32_t command, argument
53 data.writeInt32(command);
72 uint32_t command = data.readInt32(); local
73 notifyCallback(command, &data, reply);
H A DQService.cpp57 status_t QService::dispatch(uint32_t command, const Parcel* inParcel, argument
65 ALOGD_IF(QSERVICE_DEBUG, "Dispatching command: %d", command);
66 err = mClient->notifyCallback(command, inParcel, outParcel);
H A DIQService.cpp55 virtual android::status_t dispatch(uint32_t command, const Parcel* inParcel, argument
64 err = remote()->transact(command, data, reply);
107 ALOGE("display.qservice access denied: command=%d\
H A DQServiceUtils.h51 inline android::status_t sendSingleParam(uint32_t command, uint32_t value) { argument
57 err = binder->dispatch(command, &inParcel , &outParcel);
/hardware/qcom/display/msm8994/libqservice/
H A DIQClient.cpp47 virtual status_t notifyCallback(uint32_t command, argument
53 data.writeInt32(command);
72 uint32_t command = data.readInt32(); local
73 notifyCallback(command, &data, reply);
H A DQService.cpp57 status_t QService::dispatch(uint32_t command, const Parcel* inParcel, argument
65 ALOGD_IF(QSERVICE_DEBUG, "Dispatching command: %d", command);
66 err = mClient->notifyCallback(command, inParcel, outParcel);
H A DIQService.cpp55 virtual android::status_t dispatch(uint32_t command, const Parcel* inParcel, argument
64 err = remote()->transact(command, data, reply);
107 ALOGE("display.qservice access denied: command=%d\
H A DQServiceUtils.h51 inline android::status_t sendSingleParam(uint32_t command, uint32_t value) { argument
57 err = binder->dispatch(command, &inParcel , &outParcel);
/hardware/qcom/display/msm8996/libqservice/
H A DIQClient.cpp47 virtual status_t notifyCallback(uint32_t command, argument
53 data.writeInt32(command);
72 uint32_t command = data.readInt32(); local
73 notifyCallback(command, &data, reply);
H A DIQService.cpp64 virtual android::status_t dispatch(uint32_t command, const Parcel* inParcel, argument
73 err = remote()->transact(command, data, reply);
121 ALOGE("display.qservice access denied: command=%d pid=%d uid=%d",
H A DQServiceUtils.h51 inline android::status_t sendSingleParam(uint32_t command, uint32_t value) { argument
57 err = binder->dispatch(command, &inParcel , &outParcel);
H A DQService.cpp62 status_t QService::dispatch(uint32_t command, const Parcel* inParcel, argument
71 ALOGD_IF(QSERVICE_DEBUG, "Dispatching command: %d", command);
72 err = mClient->notifyCallback(command, inParcel, outParcel);
/hardware/qcom/display/msm8998/libqservice/
H A DIQClient.cpp47 virtual status_t notifyCallback(uint32_t command, argument
53 data.writeInt32(command);
72 uint32_t command = data.readInt32(); local
73 notifyCallback(command, &data, reply);
H A DIQService.cpp64 virtual android::status_t dispatch(uint32_t command, const Parcel* inParcel, argument
73 err = remote()->transact(command, data, reply);
123 ALOGE("display.qservice access denied: command=%d pid=%d uid=%d",
H A DQServiceUtils.h51 inline android::status_t sendSingleParam(uint32_t command, uint32_t value) { argument
57 err = binder->dispatch(command, &inParcel , &outParcel);
/hardware/libhardware/include/hardware/
H A Daudio_effect.h81 // buffer provider function installed by the EFFECT_CMD_SET_CONFIG command.
83 // command is received and until the EFFECT_CMD_DISABLE is received. When the engine
84 // receives the EFFECT_CMD_DISABLE command it should turn off the effect gracefully
96 // If NULL, use the configuration passed by EFFECT_CMD_SET_CONFIG command.
99 // If NULL, use the configuration passed by EFFECT_CMD_SET_CONFIG command.
113 // Function: command
115 // Description: Send a command and receive a response to/from effect engine.
120 // cmdCode: command code: the command can be a standardized command define
142 int32_t (*command)(effect_handle_t self, member in struct:effect_interface_s
[all...]

Completed in 673 milliseconds

123